Template:Structure - minecraft.fandom.com
Jump to navigation
Jump to search
Treść tej podstrony pochodzi z artykułu „Template:Structure” w domenie minecraft.fandom.com na licencji CC BY-NC-SA 3.0
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 | |
blocks |
Blocks that make up the structure; automatically collapsed if above 512 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.
{{Structure
| title = Jungle pyramid
| image = Jungle pyramid.png
| biome = Jungle
}}
{{Structure
| title = Gravel beach
}}
produces:
Full template:
{{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 =
| blocks = <!-- Blocks that make up the structure -->
| canspawn = <!-- Set to yes if the structure generates in already-existing chunks -->
}}
See also[]
- Minecraft
{{Biome}}{{Block}}{{Development phase}}{{Enchantment}}{{Effect}}{{Entity}}{{Fluid}}{{Item}}{{ItemEntity}}{{Structure}}
- Minecraft Dungeons
{{DungeonsEnchantment}}{{DungeonsEntity}}{{DungeonsItem}}{{DungeonsMission}}
- Minecraft Story Mode
{{Episode}}
- Other
{{Album}}{{Book}}{{Company}}{{Music}}{{Person}}{{Profile}}{{Program}}{{Theme}}{{Version nav}}{{Website}}
[view | edit | history | purge]The above documentation is transcluded from Template:Structure/doc.