Template:Infobox block: Difference between revisions
m fix wording |
No edit summary |
||
(327 intermediate revisions by 55 users not shown) | |||
Line 1: | Line 1: | ||
{{#invoke:infobox|infobox | |||
| invimage = title | |||
| rows = | |||
{{#if: {{{rarity|}}} | {{infobox row|class=list-style-none|label=[[minecraft:Rarity|Rarity color]]|field={{ucfirst:{{{rarity|}}}}} }} | }} | |||
{{#if: {{{renewable|}}} | {{infobox row|label=[[minecraft:Renewable resource|Renewable]]|field={{{renewable}}} }} }} | |||
{{#if: {{{stackable|}}} | {{infobox row|label=Stackable|field={{{stackable}}} {{#if: {{{maxStack|}}} | ({{{maxStack}}}) }} }} |<!-- {{{stackable}}} not provided => --->{{#if: {{NAMESPACE}} || {{translation category|project=0|Missing stackability}}}} }} | |||
{{infobox row|label=Tool{{ #if: {{{tool2|}}} | s }}|class=pixel-image|field={{{tool|}}}{{ | |||
{{#if:{{{ | #if: {{{tool2|}}} | {{{tool2|}}} | ||
{{#if:{{{ | }}{{ | ||
{{#if:{{{ | #if: {{{tool3|}}} | {{{tool3|}}} | ||
}} }} | |||
{{# | {{infobox row|label=[[minecraft:Explosion#Blast resistance|Blast resistance]]|field={{ #if: {{{tntres|}}} | ||
{{ | | {{{tntres}}}{{#if: {{NAMESPACE}} || {{translation category|project=0|Pages with overridden tntres}} }} | ||
{{ | | {{Blast resistance values | {{#if: {{{title|}}} | {{{title}}} | {{#titleparts: {{BASEPAGENAME}} }} }} }} | ||
{{ | }} }} | ||
{{infobox row|label=[[minecraft:Breaking#Blocks by hardness|Hardness]]|field={{ #if: {{{hardness|}}} | |||
{{ | | {{{hardness}}}{{#if: {{NAMESPACE}} || {{translation category|project=0|Pages with overridden hardness}} }} | ||
{{ | | {{Hardness values | {{#if: {{{title|}}} | {{{title}}} | {{#titleparts: {{BASEPAGENAME}} }} }} }} | ||
}} }} | |||
{{#if: {{{durability|}}} |{{infobox row|Durability|{{{durability|}}}}}}} | |||
{{infobox row|label=[[minecraft:Light|Luminous]]|field={{ #if: {{{light|}}} | {{{light}}} {{#if: {{{lightLevel|}}} | ({{{lightLevel}}}) }} | ? {{#if: {{NAMESPACE}} || {{translation category|project=0|Missing luminance}}}} }} }} | |||
{{infobox row|label=[[minecraft:Opacity|Transparent]]|field={{ #if: {{{transparent|}}} | {{{transparent}}} | ? {{#if: {{NAMESPACE}} || {{translation category|project=0|Missing transparency}}}} }} }} | |||
{{ #if: {{{waterloggable|}}} | {{infobox row|label=[[minecraft:Waterlogging|Waterloggable]]|field={{{waterloggable}}} }} }} | |||
{{ #if: {{{heals|}}} | {{infobox row|label=[[minecraft:Food|Restores]]|field={{{heals}}} }} }} | |||
{{infobox row|label=[[minecraft:Flammable|Flammable]]|field={{ #if: {{{flammable|}}} | {{{flammable}}} | ?{{#if: {{NAMESPACE}} || {{translation category|project=0|Missing flammability}}}} }} }} | |||
{{infobox row|label=Catches fire from [https://minecraft.wiki/w/Lava Lava]|field={{ #if: {{{lavasusceptible|}}} | {{{lavasusceptible}}} | ?{{#if: {{NAMESPACE}} || {{translation category|project=0|Missing lava susceptibility}}}} }} }} }} | |||
{{#if: {{NAMESPACE}} || | |||
{{translation category|project=0|{{ | |||
#switch: {{lc: {{{renewable|}}} }} | |||
| yes = Renewable resources | |||
| no = Non-renewable resources | |||
| Resources with invalid renewability | |||
{{ | }}}} | ||
{{# | }}<noinclude> | ||
{{ | {{documentation}} | ||
{{ | <!-- Put categories/interwiki on the documentation page --> | ||
{{ | </noinclude> | ||
{{ | |||
| | |||
| | |||
| | |||
Latest revision as of 10:15, 15 September 2024
Tool | |
---|---|
Blast resistance | |
Hardness | |
Luminous |
? |
Transparent |
? |
Flammable |
? |
Catches fire from Lava |
? |
{ "title": "Infobox block", "rows": [ { "field": "", "label": "Tool" }, { "field": "(link to Template:blast resistance values#Missing value article, displayed as ?)", "label": "(link to minecraft:Explosion#Blast resistance article, displayed as Blast resistance)" }, { "field": "(link to Template:hardness values#Missing value article, displayed as ?)", "label": "(link to minecraft:Breaking#Blocks by hardness article, displayed as Hardness)" }, { "field": "?", "label": "(link to minecraft:Light article, displayed as Luminous)" }, { "field": "?", "label": "(link to minecraft:Opacity article, displayed as Transparent)" }, { "field": "?", "label": "(link to minecraft:Flammable article, displayed as Flammable)" }, { "field": "?", "label": "Catches fire from [https://minecraft.wiki/w/Lava Lava]" } ], "invimages": [], "images": [] }
This template provides a uniform design for block pages.
Usage
{{Block | title = | image = <!-- Start Multiple mode --> | group = | 1-1 = | 1-2 = | 1-3 = | group2 = | 2-1 = | 2-2 = | 2-3 = | group3 = | 3-1 = | 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 = }}
Parameters
Parameter | Function | Default value |
---|---|---|
title |
Only needed to change the title from the page name | {{BASEPAGENAME}}
|
image |
Image of the block (should be approx. 300×300px) | {{{title}}}.png if it exists, otherwise No image.svg (linking to the page where to upload the missing image)
|
imageN |
Other images for two-state blocks (also approx. 300×300px) | None |
rarity |
The color of this item's name. See rarity for more info. | None |
renewable |
Whether the block is renewable | ? |
stackable |
Stackable | ? |
tool |
Tool to use. Picture means, the block can only be broken with this tool (this quality or better). Outline means, the block can be broken with any tool, but this tool is the quickest. "Any tool" means that every tool is equally effective (or the block can be instantly broken with anything). "None" means the block cannot be broken. | ? |
tool2 |
Second tool that can be used, same format than the tool field. | ? |
tool3 |
Third tool that can be used, same format than the tool field. | ? |
tntres |
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. | ? |
hardness |
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. | ? |
durability |
Hardness value in Minecraft Earth | ? |
light |
Emits Light? If "Yes," add the light value like this: "Yes (9)" | ? |
transparent |
Can you see through some part of this block? Not as obvious as it seems, see Opacity. | ? |
heals |
Amount of hunger points restored | None |
flammable |
Whether the block is flammable or not. If so, the flammability value is included. | Unspecified |
lavasusceptible |
Whether the block catches fire from nearby lava. Not always the same as flammable. | Unspecified |
Parameter (multiple mode only) | Function | Default/Example value |
group |
Group (tab) under which to put the image | None |
groupN |
Other tabs present | None |
1-n |
nth image under the first (default) tab | None |
N-n |
nth image under the Nth tab | None |
See also
- Minecraft
{{Infobox biome}}
{{Infobox block}}
{{Infobox command}}
{{Infobox development phase}}
{{Infobox enchantment}}
{{Infobox effect}}
{{Infobox entity}}
{{Infobox fluid}}
{{Infobox item}}
{{Infobox item entity}}
{{Infobox structure}}
- Minecraft Earth
- Minecraft Dungeons
{{Infobox Dungeons cosmetic}}
{{Infobox Dungeons enchantment}}
{{Infobox Dungeons entity}}
{{Infobox Dungeons item}}
{{Infobox Dungeons mission}}
- Minecraft Legends
{{Infobox Legends biome}}
{{Infobox Legends entity}}
{{Infobox Legends resource}}
{{Infobox Legends mode}}
{{Infobox Legends skin}}
{{Infobox Legends structure}}
- Minecraft Story Mode
{{Infobox episode}}
- Other
{{Infobox album}}
{{Infobox book}}
{{Infobox board game}}
{{Infobox company}}
{{Fallback infobox}}
{{Infobox guide}}
{{Infobox mash-up}}
{{Infobox music}}
{{Infobox person}}
{{Infobox profile}}
{{Infobox program}}
{{Infobox screen effect}}
{{Infobox server}}
{{Infobox skin pack}}
{{Infobox theme}}
{{Infobox version}}
{{Infobox video}}
{{Infobox website}}
{{Infobox world}}
- Meta
{{Infobox}}
{{Infobox row}}
{{Infobox header}}
- Module:Infobox
cs:Šablona:Block
de:Vorlage:Block
el:Πρότυπο:Block
es:Plantilla:Bloque
fr:Modèle:Bloc
hu:Sablon:Block
it:Template:Blocco
ja:テンプレート:Infobox block
ko:틀:Block
nl:Sjabloon:Blok
pl:Szablon:Blok
pt:Predefinição:Bloco
ru:Шаблон:Блок
th:แม่แบบ:Block
tr:Şablon:Block
uk:Шаблон:Блок
zh:Template:Block
An infobox for a block.
Parameter | Description | Type | Status | |
---|---|---|---|---|
Name | title | Name of the block, if different from the page name. | String | optional |
Image | image | Image of the block. Defaults to using the page name as a filename. | File | suggested |
Inventory image | invimage | The image of what the block looks like as an item in the inventory. | File | optional |
Block rarity | rarity | The rarity of the block, which will show a special color in chat when in the inventory and in chat.
| String | optional |
Renewability | renewable | If this block is renewable or not.
| Boolean | suggested |
Stackability | stackable | Whether or not this item can be stacked.
| Boolean | suggested |
Maximum stack size | maxStack | The maximum number of items that can be combined into a single stack.
| Number | optional |
Tool | tool | Tool required to use without destroying the block.
| String | suggested |
Secondary tool | tool2 | A secondary tool that can be used.
| String | optional |
tool3 | tool3 | no description | Unknown | optional |
TNT resistance | tntres | The amount of resistance to explosions this block has.
| Number | suggested |
Hardness | hardness | The block's resistance to being broken.
| Number | suggested |
Emissive | light | If this block emits light.
| Unknown | optional |
Light level | lightLevel | The amount of light emitted by this block (1-15), if any.
| Number | optional |
Transparency | transparent | If yes, this block is transparent.
| Unknown | optional |
waterloggable | waterloggable | no description
| Unknown | optional |
Durability | durability | The block's resistance to being broken (only in Minecraft Earth).
| Number | suggested |
Flammability | flammable | If yes, this block can be lit on fire.
| Unknown | optional |
Lava susceptibility | lavasusceptible | If yes, this block can catch fire from nearby lava.
| Unknown | optional |