Template:Card List
Note: parts of or the entire template might not be visible without values provided.
| Main | Documentation | Usage |
This template is used primarily on pages in the Main namespace. It can be found on pages, or on about Expression error: Unexpected / operator.% of those pages.
Edits to this template will be widely noticed. To avoid large-scale disruption and unnecessary server load, any changes to this template should be tested in its sandbox or testcases subpages, or in your own user space. The tested changes can then be added to this page in one single edit by an administrator or a content moderator.
Please consider discussing any changes in the wiki's Discord.
This template uses Module:Card List, a script written in Lua.
Creates a list of {{Card}}.
Syntax
- 1 — List of items.
- *amount — Indicate amount exclusive to the item.
- /note — Indicate note exclusive to the item.
- { param1 = value1 $ param2 = value2 $ value 3 } — indicate parameters exclusive to the item, allows unnamed parameters.
- amount — Default amount of items if not stated. Default —.
- delim — Delimiter of the list in 1. Default ;.
- amount_delim — Delimiter of amount in 1. Default *.
- note_delim — Delimiter of the notes in 1. Default /.
- param_delim — Delimiter of the parameters in 1. Default $.
- autosort — Boolean to automatically sort the cards as they would appear in-game. Default 0.
- The following arguments of {{Card}} can be set to apply to all items by including them as normal parameters.
- text
- caption
- show_caption
- caption_width
- stars
- type
- set
- mini
- element
- link
- nolink
- path
- multiline_text
- suffix
- notext
Examples
{{Card List|Aspect Gems; Azure Mood; Ramen Cup}} yields:
{{Card List
|delim = ,
|show_caption = 1
|1 = Sopot/Drink?,
{ name = Lucky Star $ link = Food $ show_caption = 1 },
Mighty Pork Sausages*3{ note = Not Food }
}}
yields:
Template Data
Creates a list of {{Card}}.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| Input List | 1 | "delim" delimited list of items. Within each item, delimited by "amount_delim", "note_delim", and "param_delim". | String | required |
| Default Amount | amount | Default amount of items if not stated.
| Number | optional |
| Input Delimiter | delim | Character(s) to split input items by.
| String | optional |
| Amount Delimiter | amount_delim | Character(s) to separate item name from amount.
| String | optional |
| Note Delimiter | note_delim | Character(s) to separate item from note.
| String | optional |
| Parameter Delimiter | param_delim | Character(s) to split item from Card parameters.
| String | optional |
| Auto-Sort | autosort | Automatically sorts the cards as they would appear in-game, based on rarity and ID. Does not work for certain card types, such as Enemy. | Boolean | optional |