Template:Card List/doc

From Zombie Panic! Official Wiki
Jump to navigation Jump to search
This is the documentation page for Card List.
It contains usage information, categories, and other content not part of the original template page.
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 (currently does nothing)
    • !flag — Add a parameter exclusive to the item (where the parameter's value will be set to 1)
    • {param1: value1, param2: value2, value 3} — indicate parameters exclusive to the item, allows unnamed parameters.
      • Both commas and dollar signs can be used to separate parameters. The delimeter can be changed with the param_delim parameter.
Default values
  • amount — Default amount of items if not stated. Default none.
Delimiters
  • 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 {',', '$'}.
  • The following arguments of {{Card}} can be set to apply to all items by including them as normal parameters.

Examples

{{Card List|Satchel*50;Satchel*50}}

Template Data

Creates a list of {{Card}}.

Template parameters

This template prefers inline formatting of parameters.

ParameterDescriptionTypeStatus
Input List1

"delim" delimited list of items. Within each item, delimited by "amount_delim", "note_delim", and "param_delim".

Stringrequired
Default Amountamount

Default amount of items if not stated.

Default
Example
0
Numberoptional
Input Delimiterdelim

Character(s) to split input items by.

Default
,
Example
;
Stringoptional
Amount Delimiteramount_delim

Character(s) to separate item name from amount.

Default
*
Stringoptional
Note Delimiternote_delim

Character(s) to separate item from note.

Default
/
Stringoptional
Parameter Delimiterparam_delim

Character(s) to split item from Card parameters.

Default
,
Stringoptional
Show Captionshow_caption

Set to 1 to show caption.

Booleansuggested