Template:Infobox block/doc: Difference between revisions

Templatedata
m interwiki JA
 
(13 intermediate revisions by 10 users not shown)
Line 1: Line 1:
{{Documentation header}}
{{Documentation header}}
{{Distinguish|Template:Blocked}}
{{Distinguish|Template:Blocks|Template:Blocked}}
{{lua|Infobox}}
{{Block}}


This template provides a uniform design for block pages.
This template provides a uniform design for block pages.
Line 9: Line 7:
<pre style="display: table;">
<pre style="display: table;">
{{Block
{{Block
|title=
| title =
|image=
| image =
|invimage=
<!-- Start Multiple mode -->
|rarity=
| group =
|renewable=
| 1-1 =
|stackable=
| 1-2 =  
|tool=
| 1-3 =  
|tool2=
| 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 36: 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>invimage</code> || Image for object in inventory. Can use '''None''' to force no invimage.  Uses [[Template:Inventory slot]]. || ''None''
|-
| <code>invimage''N''</code> || Other images for object in inventory. Uses [[Template:Inventory slot]]. || ''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 Resources|renewable]] || ?
| <code>renewable</code> || Whether the block is [[Renewable Resource|renewable]] || ?
|-
|-
| <code>stackable</code> || Stackable || ?
| <code>stackable</code> || Stackable || ?
Line 51: Line 64:
| <code>tool2</code> || Second tool that can be used, same format than the tool field. || ?
| <code>tool2</code> || Second 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>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. 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. || ?
| <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 64: 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 78: Line 107:
[[hu:Sablon:Block]]
[[hu:Sablon:Block]]
[[it:Template:Blocco]]
[[it:Template:Blocco]]
[[ja:テンプレート:Block]]
[[ja:テンプレート:Infobox block]]
[[ko:틀:Block]]
[[ko:틀:Block]]
[[nl:Sjabloon:Blok]]
[[nl:Sjabloon:Blok]]
Line 101: Line 130:
[[hu:Sablon:Block/doc]]
[[hu:Sablon:Block/doc]]
[[it:Template:Blocco/doc]]
[[it:Template:Blocco/doc]]
[[ja:テンプレート:Block/doc]]
[[ja:テンプレート:Infobox block/doc]]
[[ko:틀:Block/doc]]
[[ko:틀:Block/doc]]
[[nl:Sjabloon:Blok/doc]]
[[nl:Sjabloon:Blok/doc]]
Line 116: Line 145:
"params": {
"params": {
"title": {
"title": {
"aliases": [
"name"
],
"label": "Name",
"label": "Name",
"description": "Name of the block, if different from the page name.",
"description": "Name of the block, if different from the page name.",
Line 130: Line 156:
},
},
"invimage": {
"invimage": {
"aliases": [
"inventoryImage",
"iimage"
],
"label": "Inventory image",
"label": "Inventory image",
"description": "The image of what the block looks like as an item in the inventory.",
"description": "The image of what the block looks like as an item in the inventory.",
Line 145: Line 167:
},
},
"renewable": {
"renewable": {
"aliases": [
"renewability"
],
"label": "Renewability",
"label": "Renewability",
"description": "If this block is renewable or not.",
"description": "If this block is renewable or not.",
Line 156: Line 175:
},
},
"stackable": {
"stackable": {
"aliases": [
"stackability"
],
"label": "Stackability",
"label": "Stackability",
"description": "Whether or not this item can be stacked.",
"description": "Whether or not this item can be stacked.",
Line 180: Line 196:
},
},
"tntres": {
"tntres": {
"aliases": [
"resistance",
"tnt",
"tntresistance"
],
"label": "TNT resistance",
"label": "TNT resistance",
"description": "The amount of resistance to explosions this block has.",
"description": "The amount of resistance to explosions this block has.",
Line 217: Line 228:
},
},
"lavasusceptible": {
"lavasusceptible": {
"aliases": [
"lava"
],
"label": "Lava susceptibility",
"label": "Lava susceptibility",
"description": "If yes, this block can catch fire from nearby lava.",
"description": "If yes, this block can catch fire from nearby lava.",
Line 230: 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 237: Line 252:
"type": "number",
"type": "number",
"autovalue": ""
"autovalue": ""
},
"tool3": {},
"waterloggable": {
"example": "Yes",
"default": "If yes, this block can be waterlogged"
}
}
},
},
Line 250: Line 270:
"tool",
"tool",
"tool2",
"tool2",
"tool3",
"tntres",
"tntres",
"hardness",
"hardness",
Line 255: Line 276:
"lightLevel",
"lightLevel",
"transparent",
"transparent",
"waterloggable",
      "durability",
"flammable",
"flammable",
"lavasusceptible"
"lavasusceptible"