Template:Icon List/doc

From RimWorld Wiki
Jump to navigation Jump to search

Used with #ask to make an bulleted list that also has both the item icon, and the DLC icon via Template:DLC Icons

Example 1[edit]

<div class="ul-column-width-200">
{{#ask: [[Lifestage::~Child*]]
| format = template
| template = Icon List
| link = none
| sort = From DLC
}}
</div>

Example 2[edit]

<div class="ul-column-width-200">
{{#ask: [[Type::Animal]] [[Lives In Temperate Forest::>0]] [[Coastal Animal::false]]
 | format = template
 | template = Icon List
 | link = none
 | sort = From DLC, Name
 | default = None.
 | ?Lives In Temperate Forest
}}
</div>