Template:ItemList
This template expands into a list of items for a given mod or official game. The items are taken from the description on the images uploaded for each item. See Commander Keen's Valentine Bash for an example.
It is used by placing wikicode similar to the following on a mod's page:
== Items == {{ItemList}}
Example
-
Potato Chip100 points.
-
Toffee Apple200 points.
-
Watermelon Slice500 points.
-
Jam Donut1,000 points.
-
Chocolate Swiss Roll2,000 points.
-
Pavlova Bowl5,000 points.
-
ArtifactAn elaborate relic the old Dorsal spoke of.
-
KeysKeys to open doors and activate poles.
-
OstrumGlobules which hold life-sustaining properties.
-
Ostrum OrbConcentrated Ostrum Orb. Gives an extra keen.
If there are no points or collectible items, this must be specified as Items=Hidden or Points=Hidden to avoid a warning:
== Items == {{ItemList|Items=Hidden}}
Details
Images for each item must be uploaded, and the ItemImage
template included on the image's description page, like so:
{{ItemImage | Name = Item name | Type = Point | Points = 500 | Game = Name of mod }}
See File:Commander Keen's Valentine Bash - Sherbert.png for example use (note you may need to click the edit link on that page to see the code).
The Game
value must match the page title for the mod, as this is how the images are matched up to mods. See Template:ItemImage for more details on what each parameter is for.