Jump to content
Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.
Revision as of 18:08, 17 August 2026 by Kaph (talk | contribs) (Create Template:Biome for reusable biome resource panes)

Usage

{{Biome
|name=Birch Forest
|ext=png
|protected={{ResourceList|1=Birch Wood|1icon1=Birch Log.png}}
|other={{ResourceList|1=Dandelion|1icon1=Dandelion.png}}
}}

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. The icon defaults to <name> Icon.png automatically, so most calls only need name, ext, protected and other. Omitting ext renders a flat light card with no photo backdrop.

Parameters

Parameter Description
name Biome display name. Also used to build the default icon and backdrop filenames.
ext File extension of the backdrop screenshot (jpg or png), e.g. ext=jpg uses File:{{{name}}}.jpg. Omit if this biome has no backdrop.
icon Overrides the default icon filename (no File: prefix). Set to none to suppress the icon entirely (e.g. for a non-biome-specific entry with no matching icon file).
image Overrides the backdrop filename directly (no File: prefix), for the rare case it doesn't follow the <name>.<ext> convention. Ignored if ext is set.
protected Wikitext for the "Protected Resources" chips — normally a Template:ResourceList call.
other Wikitext for the "Other Resources" chips, same format as protected.