Template:Infobox block/doc: Difference between revisions
Additional distinguish |
m interwiki JA |
||
(5 intermediate revisions by 4 users not shown) | |||
Line 33: | Line 33: | ||
| tool2 = | | tool2 = | ||
| tool3 = | | tool3 = | ||
| tntres = | | tntres = <!--Typically not used in mainspace articles, as it is loaded from Module:Blast resistance values--> | ||
| hardness = | | hardness = <!--Typically not used in mainspace articles, as it is loaded from Module:Hardness values--> | ||
| durability = | |||
| light = | | light = | ||
| transparent = | | transparent = | ||
Line 55: | Line 56: | ||
| <code>rarity</code> || The color of this item's name. See [[rarity]] for more info. || ''None'' | | <code>rarity</code> || The color of this item's name. See [[rarity]] for more info. || ''None'' | ||
|- | |- | ||
| <code>renewable</code> || Whether the block is [[Renewable | | <code>renewable</code> || Whether the block is [[Renewable Resource|renewable]] || ? | ||
|- | |- | ||
| <code>stackable</code> || Stackable || ? | | <code>stackable</code> || Stackable || ? | ||
Line 68: | Line 69: | ||
|- | |- | ||
| <code>hardness</code> || Block's resistance to being broken. The value comes from the code; there aren't any units for it. The value should normally be defined in [[Module:Hardness values]], otherwise, the page may result in an error and be placed in [[:Category:Pages with overridden hardness]]. || ? | | <code>hardness</code> || Block's resistance to being broken. The value comes from the code; there aren't any units for it. The value should normally be defined in [[Module:Hardness values]], otherwise, the page may result in an error and be placed in [[:Category:Pages with overridden hardness]]. || ? | ||
|- | |||
| <code>durability</code> || Hardness value in ''Minecraft Earth'' || ? | |||
|- | |- | ||
| <code>light</code> || Emits Light? If "Yes," add the light value like this: "Yes (9)" || ? | | <code>light</code> || Emits Light? If "Yes," add the light value like this: "Yes (9)" || ? | ||
Line 104: | Line 107: | ||
[[hu:Sablon:Block]] | [[hu:Sablon:Block]] | ||
[[it:Template:Blocco]] | [[it:Template:Blocco]] | ||
[[ja:テンプレート: | [[ja:テンプレート:Infobox block]] | ||
[[ko:틀:Block]] | [[ko:틀:Block]] | ||
[[nl:Sjabloon:Blok]] | [[nl:Sjabloon:Blok]] | ||
Line 127: | Line 130: | ||
[[hu:Sablon:Block/doc]] | [[hu:Sablon:Block/doc]] | ||
[[it:Template:Blocco/doc]] | [[it:Template:Blocco/doc]] | ||
[[ja:テンプレート: | [[ja:テンプレート:Infobox block/doc]] | ||
[[ko:틀:Block/doc]] | [[ko:틀:Block/doc]] | ||
[[nl:Sjabloon:Blok/doc]] | [[nl:Sjabloon:Blok/doc]] | ||
Line 235: | Line 238: | ||
"example": "64", | "example": "64", | ||
"type": "number" | "type": "number" | ||
}, | |||
"durability": { | |||
"label": "Durability", | |||
"description": "The block's resistance to being broken (only in Minecraft Earth).", | |||
"example": "39", | |||
"type": "number", | |||
"suggested": true | |||
}, | }, | ||
"lightLevel": { | "lightLevel": { | ||
Line 267: | Line 277: | ||
"transparent", | "transparent", | ||
"waterloggable", | "waterloggable", | ||
"durability", | |||
"flammable", | "flammable", | ||
"lavasusceptible" | "lavasusceptible" |