Template:Infobox structure: Difference between revisions
Jump to navigation
Jump to search
Add image2 |
m 64 revisions imported |
||
(20 intermediate revisions by 8 users not shown) | |||
Line 1: | Line 1: | ||
{{#invoke:infobox|infobox | |||
| defaultimagesize = {{ #if: {{{defaultimagesize|}}} | {{{defaultimagesize}}} | 250px }} | |||
| invimage = none | |||
| rows = | |||
{{ #if: {{{biome|}}} | {{infobox row|class=list-style-none|label=[[Biome]]s|field={{{biome}}} }} }} | |||
{{ #if: {{{mobs|}}} | {{infobox row|class=list-style-none|label=[[Mob]]s|field={{{mobs}}} }} }} | |||
{{ #if: {{{surface|}}} | {{infobox row|class=list-style-none|label={{#if: {{{fruit}}}|Grows|Generates}} on|field={{{surface}}} }} }} | |||
{{ #if: {{{fruit|}}} | {{infobox row|class=list-style-none|label=Fruit|field={{{fruit}}} }} }} | |||
{{ #if: {{{canspawn|}}} | {{infobox row|label=Can generate in<br>existing chunks|field={{{canspawn}}} }} }} | |||
{{ #if: {{{blocks|}}} | {{infobox row|class=list-style-none|label=Consists of|field= | |||
{{ #ifexpr: {{#len: {{{blocks}}} }} > 2000 | {{{!}} class="collapsible collapsed" | |||
! | |||
{{!}}- | |||
{{!}} | |||
{{{blocks}}} | |||
{{!}}} | {{{blocks}}} }} }} }} | |||
}}<noinclude> | |||
{{documentation}} | |||
<!-- Put categories/interwiki on the documentation page --> | |||
</noinclude> |
Latest revision as of 07:39, 4 July 2024
Infobox structure
{ "title": "Infobox structure", "rows": [], "invimages": [], "images": [] }
Usage
Parameter | Function | Default value |
---|---|---|
title |
Optional value to use a different title instead of the page name | {{BASEPAGENAME}}
|
image |
Image of the structure | {{{title}}}.png if it exists, otherwise No image.svg (linking to the page where to upload the missing image)
|
imagesize |
Adjusts the size of the image | 250px |
imageN |
Additional images | None |
imageNsize |
Adjusts the size of the corresponding image | 250px |
biome |
Biome(s) that the structure generates in | |
mobs |
Mob(s) that spawn near or inside the structure | |
blocks |
Blocks that make up the structure; automatically collapsed if above 2000 characters | |
canspawn |
Whether the structure can generate in chunks that have been generated before the structure was added to the game |
Any amount of image fields are supported (image, image2, image3, etc.); each may be animated by providing a semicolon-delimited list of file names. If no image is provided, {{{title}}}.png or {{BASEPAGENAME}}.png will be used, if they exist.
{{Infobox structure | title = Jungle pyramid | image = Jungle pyramid.png | biome = Jungle }} {{Infobox structure | title = Gravel beach }}
produces:
Jungle pyramid
Biomes |
Jungle |
---|
{ "title": "Jungle pyramid", "rows": [ { "field": "Jungle", "label": "(link to Biome article, displayed as Biomes)" } ], "invimages": [], "images": [ "Jungle pyramid.png" ] }
Gravel beach
{ "title": "Gravel beach", "rows": [], "invimages": [], "images": [] }
Full template:
{{Infobox structure | title = <!-- Optional, use if different from the page name --> | image = <!-- Use No_image.svg if no image exists --> | imagesize = <!-- defaults to 250px if omitted --> | image2 = <!-- Optional additional image --> | image2size = <!-- defaults to 250px if omitted --> | biome = | mobs = | blocks = <!-- Blocks that make up the structure --> | canspawn = <!-- Set to yes if the structure generates in already-existing chunks --> }}
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
de:Vorlage:Bauwerk es:Plantilla:Estructura fr:Modèle:Structure ja:テンプレート:Structure ko:틀:Structure nl:Sjabloon:Structuur pt:Predefinição:Estrutura uk:Шаблон:Структура
[view] [edit] [history] [refresh]The above documentation is transcluded from Template:Infobox structure/doc.