Template:Biome/doc

From EverVoid Wiki
< Template:Biome
Revision as of 06:05, 28 December 2023 by Carmin (talk | contribs) (Created page with "'''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: === <pre> {{Biome |title = |image = |extratext = |temperature = |downfall = |precipitation = |structures = |blocks = }} </pre> === First Example Usage: === <pre> {{Biome |title = Forest Biome |image = ForestBiome.png |extratext = For more images, see Forest Bio...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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:


An infobox for biomes that displays general information about the biome.

Template parameters

This template has custom formatting.

ParameterDescriptionTypeStatus
titletitle

The title of the biome. Defaults to the page name.

Stringoptional
imageimage

Image of the biome. Should be approx. 150×150px.

Fileoptional
extratextextratext

Additional text or links to sections with more images.

Stringoptional
temperaturetemperature

Specifies the biome's temperature as a decimal.

Stringrequired
downfalldownfall

Specifies the biome's downfall as a decimal.

Stringrequired
precipitationprecipitation

Specifies if the biome has precipitation ('Yes' or 'No').

Stringoptional
structuresstructures

Typical generated structures and features in the biome.

Stringoptional
blocksblocks

Common or unique blocks in the biome.

Stringoptional