Template:Biome

From RLCraft Wiki
Jump to navigation Jump to search


Description

To use this template, add the {{Biome}} template and fill in the appropriate fields.

Syntax

{{Biome
|title = 
|image = 
|caption = 
|mod = 
|nameid = 
|type = 
|rarity = 
|temperature = 
|structures = 
|blocks = 
}}
Parameter Function Default/Example value
title Optional value to use a different title instead of the page name {{BASEPAGENAME}}
image Image of the entity (should be approx. 300x300px) {{BASEPAGENAME}}.png
caption Caption of the image if needed None
mod The mod this biome originates from None
nameid The name ID for the biome - for example, minecraft:plains {{{mod}}}:{{BASEPAGENAME}} or '?' if mod is left empty
type Specifies the type of biome based on the temperature: Snowy, Cold, Medium/Lush, Dry/Warm, Aquatic, or Neutral ?
rarity Specifies the biome's relative rarity - Very Common, Common, Uncommon, Rare, Very Rare. Rarity is based on the likelihood of a specific biome appearing within a 1000-block radius of the origin for any given seed. Tested through an experiment with 50 random seeds ?
temperature Specifies the biome's temperature as a decimal (e..g 0.26) ?
structures Any generated structures that generate in the biome, if applicable None
blocks Blocks that commonly generate in the biome or any unique blocks that exclusively generate in the biome None

Sample output


{{Biome
|title = Defiled Desert
|image = Defiled Desert.png
|caption = An example of a Defiled Desert
|mod = [[Defiled Lands]]
|nameid = defiledlands:desert_defiled
|type = Dry/Warm
|rarity = 
|temperature = 2.0
|structures = 
|blocks = 
}}