Template:Infobox block/doc: Difference between revisions
No edit summary |
m interwiki JA |
||
| (10 intermediate revisions by 7 users not shown) | |||
| Line 1: | Line 1: | ||
{{Documentation header}} | {{Documentation header}} | ||
{{Distinguish|Template:Blocked | {{Distinguish|Template:Blocks|Template:Blocked}} | ||
This template provides a uniform design for block pages. | This template provides a uniform design for block pages. | ||
== Usage == | == Usage == | ||
<pre style="display: table;">{{Block | <pre style="display: table;"> | ||
|title= | {{Block | ||
|image= | | title = | ||
| | | image = | ||
|rarity= | <!-- Start Multiple mode --> | ||
|renewable= | | group = | ||
|stackable= | | 1-1 = | ||
|tool= | | 1-2 = | ||
|tool2= | | 1-3 = | ||
|tool3= | | group2 = | ||
|tntres= | | 2-1 = | ||
|hardness= | | 2-2 = | ||
|light= | | 2-3 = | ||
|transparent= | | group3 = | ||
|flammable= | | 3-1 = | ||
|lavasusceptible= | | 3-2 = | ||
| 3-3 = | |||
| group4 = | |||
| 4-1 = | |||
| 4-2 = | |||
| 4-3 = | |||
<!-- End Multiple mode --> | |||
| rarity = | |||
| renewable = | |||
| stackable = | |||
| tool = | |||
| tool2 = | |||
| tool3 = | |||
| tntres = <!--Typically not used in mainspace articles, as it is loaded from Module:Blast resistance values--> | |||
| hardness = <!--Typically not used in mainspace articles, as it is loaded from Module:Hardness values--> | |||
| durability = | |||
| light = | |||
| transparent = | |||
| flammable = | |||
| lavasusceptible = | |||
}}</pre> | }}</pre> | ||
| Line 35: | Line 53: | ||
|- | |- | ||
| <code>image''N''</code> || Other images for two-state blocks (also approx. 300×300px) || ''None'' | | <code>image''N''</code> || Other images for two-state blocks (also approx. 300×300px) || ''None'' | ||
|- | |- | ||
| <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 52: | Line 66: | ||
| <code>tool3</code> || Third tool that can be used, same format than the tool field. || ? | | <code>tool3</code> || Third tool that can be used, same format than the tool field. || ? | ||
|- | |- | ||
| <code>tntres</code> || Block's resistance to explosions. The value comes from the code; there aren't any units for it. || ? | | <code>tntres</code> || Block's resistance to explosions. The value comes from the code; there aren't any units for it. The value should normally be defined in [[Module:Blast resistance values]], otherwise, the page may result in an error and be placed in [[:Category:Pages with overridden tntres]]. || ? | ||
|- | |||
| <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> | | <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 65: | Line 81: | ||
|- | |- | ||
| <code>lavasusceptible</code> || Whether the block catches fire from nearby [[lava]]. Not always the same as flammable. || Unspecified | | <code>lavasusceptible</code> || Whether the block catches fire from nearby [[lava]]. Not always the same as flammable. || Unspecified | ||
|- | |||
! Parameter (multiple mode only) | |||
! Function | |||
! Default/Example value | |||
|- | |||
| {{cd|group}} || Group (tab) under which to put the image || ''None'' | |||
|- | |||
| {{cd|group''N''}} || Other tabs present || ''None'' | |||
|- | |||
| {{cd|1-''n''}} || ''n''th image under the first (default) tab || ''None'' | |||
|- | |||
| {{cd|''N''-''n''}} || ''n''th image under the ''N''th tab || ''None'' | |||
|} | |} | ||
| Line 79: | 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 102: | 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 210: | 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 217: | Line 252: | ||
"type": "number", | "type": "number", | ||
"autovalue": "" | "autovalue": "" | ||
}, | |||
"tool3": {}, | |||
"waterloggable": { | |||
"example": "Yes", | |||
"default": "If yes, this block can be waterlogged" | |||
} | } | ||
}, | }, | ||
| Line 230: | Line 270: | ||
"tool", | "tool", | ||
"tool2", | "tool2", | ||
"tool3", | |||
"tntres", | "tntres", | ||
"hardness", | "hardness", | ||
| Line 235: | Line 276: | ||
"lightLevel", | "lightLevel", | ||
"transparent", | "transparent", | ||
"waterloggable", | |||
"durability", | |||
"flammable", | "flammable", | ||
"lavasusceptible" | "lavasusceptible" | ||