Template:Biome
Template page
More actions
Usage
{{Biome
|name=Forest
|icon=Forest Icon.png
|image=Forest.jpg
|protected=[[File:Bee.png|16px|link=]]Bees
|other=[[File:Dandelion.png|16px|link=]]Dandelions
}}
Renders a single biome pane for use on "Biomes and Resources"-style pages, or on any article (e.g. a continent article) that needs to show a biome's protected and other resources.
Only name is required. Omitting image renders a flat light card instead of a photo backdrop; omitting icon, protected, or other simply hides that part.
Parameters
| Parameter | Description |
|---|---|
name
|
Biome display name. |
icon
|
Filename of a small (20px) icon shown to the left of the name. Do not include the File: prefix.
|
image
|
Filename of a backdrop screenshot. Do not include the File: prefix. Cropped to a fixed height, top-anchored.
|
protected
|
Pre-formatted wikitext/HTML for the "Protected Resources" chips (e.g. a run of File:Icon.pngTerm chips).
|
other
|
Pre-formatted wikitext/HTML for the "Other Resources" chips, same format as protected.
|