Difference between revisions of "Template:Habitats"

From RimWorld Wiki
Jump to navigation Jump to search
(For your consideration. Significantly lighter, and only needs 1 new line per new biome (if more are ever added). Feel free to revert.)
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
<noinclude>
+
<noinclude>{{Documentation}}</noinclude><includeonly>{{#vardefine: habitatString | {{#if:{{Q|{{{1|{{PAGENAME}}}}}|Lives In Temperate Forest}}|[[temperate forest]]s,&#32;}}<!--
Returns a nicely-formatted list of all the biomes an animal can appear in.
 
 
 
For example, if used on [[Timber wolf]], the result is: {{Habitats|Timber wolf}}.
 
 
 
You can also make it produce "or" rather than "and" by doing<code><nowiki>{{Habitats|Timber wolf|or}}:</nowiki></code>{{Habitats|Timber wolf|or}}.
 
</noinclude><includeonly>
 
{{#vardefine: habitatString | {{#if:{{Q|{{{1|{{PAGENAME}}}}}|Lives In Temperate Forest}}|[[temperate forest]]s,&#32;}}<!--
 
 
-->{{#if:{{Q|{{{1|{{PAGENAME}}}}}|Lives In Temperate Swamp}}|[[temperate swamp]]s,&#32;}}<!--
 
-->{{#if:{{Q|{{{1|{{PAGENAME}}}}}|Lives In Temperate Swamp}}|[[temperate swamp]]s,&#32;}}<!--
 
-->{{#if:{{Q|{{{1|{{PAGENAME}}}}}|Lives In Tropical Rainforest}}|[[tropical rainforest]]s,&#32;}}<!--
 
-->{{#if:{{Q|{{{1|{{PAGENAME}}}}}|Lives In Tropical Rainforest}}|[[tropical rainforest]]s,&#32;}}<!--

Latest revision as of 11:09, 29 September 2022

Documentation icon Template documentation[view] [edit] [history] [purge]

Returns a nicely-formatted list of all the biomes an animal or plant can appear in as defined by the "Lives in" properties.

Parameters[edit]

All parameters are optional.

The first parameter defines the animal or plant of which to display the native biomes. If no value is set, it defaults to the current page.

The second, if present, changes the word between the last two habitats from "and" to "or". Any text will work, but "or" is suggested for clarity's sake.

Examples[edit]

{{Habitats}}

If used on Timber wolf, would result in: temperate forests, temperate swamps, boreal forests, cold bogs, and tundra.

{{Habitats|Bamboo tree}}

If used on any page, would result in: tropical rainforests.

{{Habitats|Cobra|or}}

If used on any page, would result in: tropical rainforests, or tropical swamps.

Wild healroot can spawn in a number of biomes including {{Habitats|Wild healroot}}.

If used on any page, would result in: Wild healroot can spawn in a number of biomes including temperate forests, temperate swamps, boreal forests, cold bogs, and tundra.