Template:ItemList

From Archaelund Wiki
Revision as of 15:14, 15 June 2025 by MikeB (talk | contribs)

Description

This template contains a list of all items and is necessary for populating the respective overview tables (e.g. Items) with information from the individual item pages.

Usage (for constructing overview tables)

{{ItemList|TableEntry|<param1>|<param2>}}

This generates the body of a table with information from specific items, defined by the selection parameters <param1> & <param2>. If a selector is specified in <param1> (e.g., Type • Attribute), output is only generated for items matching the respective value of <param2>. If no selector is specified, all items are included in the output.

How to add new items

In order to add a new item to the list, you have to insert the following line in the template's code (only parts indicated by <...> may be edited):

-->{{:<pagename>|{{{1|}}}|{{{2|}}}|{{{3|}}}}}<!--

Here, <pagename> is the name of an individual item page.


View/Edit documentation page