Template:Other Diets/doc

From RimWorld Wiki
Jump to navigation Jump to search

Returns a link to the animal via Template:DLC Icons with the animal's other diet category listed in brackets if it has one.

Syntax[edit]

{{#vardefine:target_diet|diet}}{{Other Diets|name}}
  1. diet = Property:Diet value to ignore
  2. name = animal name

Examples[edit]

{{#vardefine:target_diet|omnivorous}}{{Other Diets|Grizzly bear}}Grizzly bear (ovivorous)
{{#vardefine:target_diet|dendrovorous}}{{Other Diets|Thrumbo}}Thrumbo (herbivorous)
{{#vardefine:target_diet|animal products}}{{Other Diets|Locust}}Locust Content added by the Odyssey DLC (omnivorous)
 <ul><li>{{#ask: [[Diet::carnivorous]] {{#vardefine:target_diet|carnivorous}}
  | name
  | format = template
  | template = Other Diets
  | link = none
  | sep = </li><li>
 }}</li></ul>