Template:BlockInfo: Difference between revisions

From NodeCore Wiki
Jump to navigation Jump to search
(A test of the Template system.)
 
m (Removing excess stuff that is unneccesary.)
Line 80: Line 80:
}}
}}
[[Category:Blocks]]</includeonly><noinclude>
[[Category:Blocks]]</includeonly><noinclude>
<templatedata>
 
{
"params": {
"name": {},
"image": {},
"imgsize": {},
"hardness": {
"label": "Hardness",
"type": "number",
"suggested": true
},
"blastresistance": {
"label": "Blast resistance",
"type": "number",
"suggested": true
},
"transparent": {
"aliases": [
"transparency"
],
"label": "Transparent",
"description": "Whether or not the block is transparent.",
"type": "string"
},
"transparency": {
"type": "string",
"deprecated": "\"transparent\" might be clearer"
},
"luminance": {
"label": "Luminance",
"description": "The light level emitted, if any",
"type": "number"
},
"flammable": {
"aliases": [
"flamability"
],
"label": "Flammable",
"description": "Whether the block is flammable.",
"type": "string"
},
"flamability": {
"type": "string",
"deprecated": "Misspelling"
},
"renewable": {
"label": "Renewable",
"description": "Whether the block is renewable.",
"type": "string"
},
"stackable": {
"label": "Stackable",
"description": "Whether a block is stackable, and how much it can stack.",
"type": "string"
},
"tool": {
"label": "Tool required",
"description": "Tool required to mine the block.",
"type": "string"
},
"drops": {
"label": "Drops",
"description": "Items/blocks dropped from mining the block.",
"type": "string"
},
"id": {
"label": "ID",
"description": "Name ID of the block. For 1.12+, it should begin with \"aoa3:\"",
"type": "string"
},
"versionadded": {
"label": "Version added",
"description": "Version the block was added.",
"type": "string"
}
},
"description": "Infobox template used on block pages.",
"format": "\n{{_\n|_=_\n}}\n"
}
</templatedata>
</noinclude>
</noinclude>

Revision as of 08:00, 15 November 2019