Template:Biome/doc
Jump to navigation
Jump to search
This page contains documentation about how the Biome infobox works and how to use it.
Credits to Tober1276 for making the Biome infobox work and making the documentation.
Blank Template:
{{Biome
|title =
|image =
|extratext =
|temperature =
|downfall =
|precipitation =
|structures =
|blocks =
}}
First Example Usage:
{{Biome
|title = Forest Biome
|image = ForestBiome.png
|extratext = For more images, see [[Forest Biome#Gallery|Gallery]].
|temperature = 0.7
|downfall = 0.8
|precipitation = Yes
|structures = Trees, Lakes
|blocks = Grass, Dirt
}}
Will Return:
| Forest Biome | |
|---|---|
| For more images, see Gallery. | |
| Temperature | 0.7 |
| Downfall | 0.8 |
| Precipitation | Yes |
| Structures | Trees, Lakes |
| Blocks | Grass, Dirt |
An infobox for biomes that displays general information about the biome.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| title | title | The title of the biome. Defaults to the page name. | String | optional |
| image | image | Image of the biome. Should be approx. 150×150px. | File | optional |
| extratext | extratext | Additional text or links to sections with more images. | String | optional |
| temperature | temperature | Specifies the biome's temperature as a decimal. | String | required |
| downfall | downfall | Specifies the biome's downfall as a decimal. | String | required |
| precipitation | precipitation | Specifies if the biome has precipitation ('Yes' or 'No'). | String | optional |
| structures | structures | Typical generated structures and features in the biome. | String | optional |
| blocks | blocks | Common or unique blocks in the biome. | String | optional |