Template:BlockInfoBox: Difference between revisions
Appearance
No edit summary |
No edit summary |
||
Line 5: | Line 5: | ||
<tr><td colspan="2">{{{model|}}}</td></tr> | <tr><td colspan="2">{{{model|}}}</td></tr> | ||
<tr><th colspan="2" class="game-infobox-header">General Attributes:</th></tr> | <tr><th colspan="2" class="game-infobox-header">General Attributes:</th></tr> | ||
<tr><td style="border-right: 0" class="game-infobox-attribute"><strong>Block ID</strong></td> | |||
<td style="border-left: 0" class="game-infobox-argument">{{{blockID|0}}}</td></tr> | |||
<tr><td style="border-right: 0" class="game-infobox-attribute"><strong>Stackable</strong></td> | <tr><td style="border-right: 0" class="game-infobox-attribute"><strong>Stackable</strong></td> | ||
<td style="border-left: 0" class="game-infobox-argument"> | <td style="border-left: 0" class="game-infobox-argument"> | ||
Line 237: | Line 239: | ||
"type": "wiki-template-name", | "type": "wiki-template-name", | ||
"required": true | "required": true | ||
}, | |||
"blockID": { | |||
"label": "Block ID", | |||
"description": "Block identification number.", | |||
"type": "number", | |||
"default": "0", | |||
"suggested": true | |||
} | } | ||
}, | }, | ||
Line 243: | Line 252: | ||
"title", | "title", | ||
"model", | "model", | ||
"blockID", | |||
"isStackable", | "isStackable", | ||
"maxStackSize", | "maxStackSize", |