Template:Loot Item/doc

From RimWorld Wiki
Jump to navigation Jump to search

Description[edit]

Prints a capitalized page link with its image as a small icon on the left and icons of the DLCs it belongs to on the right, if any.

This template is meant to be used to format loot items, especially in a query list. It prevents text wrapping between the link and the images to make the text easier to read in long lists.

It takes one parameter: the name of the page concerned

Syntax[edit]

{{Loot Item|<pagename>}}

Usage[edit]

Basic use[edit]

{{Loot Item|medicine}} produces: Medicine Medicine

{{Loot Item|Medicine}} produces: Medicine Medicine

{{Loot Item|Tome}} produces: Tome TomeContent added by the Anomaly DLC

{{Loot Item|Vacskin gland}} produces: Vacskin gland Vacskin glandContent added by the Royalty DLCContent added by the Odyssey DLC

Use as a formatting template in a query[edit]

{{#ask:[[ThingSetMakerTags::RewardStandardMidFreq]]
 | format = plainlist
 | template = Loot Item
 | link = none
 | sep = , 
 | sort = From DLC, Name
 | default = None.
}}

produces:

Bionic arm Bionic arm, Bionic eye Bionic eye, Bionic leg Bionic leg, Novel Novel, Resurrector mech serum Resurrector mech serum, Schematic Schematic, Skilltrainer Skilltrainer, Textbook Textbook, Tome TomeContent added by the Anomaly DLC, Genepack GenepackContent added by the Biotech DLC, Map MapContent added by the Odyssey DLC, Vacskin gland Vacskin glandContent added by the Royalty DLCContent added by the Odyssey DLC, Vacsuit VacsuitContent added by the Odyssey DLC, Vacsuit helmet Vacsuit helmetContent added by the Odyssey DLC, Armorskin gland Armorskin glandContent added by the Royalty DLC, Eltex helmet Eltex helmetContent added by the Royalty DLC, Eltex robe Eltex robeContent added by the Royalty DLC, Eltex skullcap Eltex skullcapContent added by the Royalty DLC, Eltex staff Eltex staffContent added by the Royalty DLC, Eltex vest Eltex vestContent added by the Royalty DLC, Low-shield pack Low-shield packContent added by the Royalty DLC, Monosword MonoswordContent added by the Royalty DLC, Plasmasword PlasmaswordContent added by the Royalty DLC, Stoneskin gland Stoneskin glandContent added by the Royalty DLC, Toughskin gland Toughskin glandContent added by the Royalty DLC, Zeushammer ZeushammerContent added by the Royalty DLC

Note that if you resize the window the text wraps at the separator, keeping the icons glued to the text.

See Also[edit]