Difference between revisions of "Template:Habitats"

From RimWorld Wiki
Jump to navigation Jump to search
Line 4: Line 4:
 
For example, if used on [[Timber wolf]], the result is: {{Habitats|Timber wolf}}.
 
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}}.
+
You can also make it produce "or" rather than "and" by doing<code><nowiki>{{Habitats|Timber wolf|or}}:</nowiki></code>{{Habitats|Timber wolf|or}}.{{Documentation}}
 
</noinclude><includeonly>{{#vardefine: habitatString | {{#if:{{Q|{{{1|{{PAGENAME}}}}}|Lives In Temperate Forest}}|[[temperate forest]]s,&#32;}}<!--
 
</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;}}<!--

Revision as of 11:07, 29 September 2022

Returns a nicely-formatted list of all the biomes an animal can appear in.

For example, if used on Timber wolf, the result is: temperate forests, temperate swamps, boreal forests, cold bogs, and tundra.

You can also make it produce "or" rather than "and" by doing{{Habitats|Timber wolf|or}}:temperate forests, temperate swamps, boreal forests, cold bogs, or tundra.

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

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

{{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.