Template:format list/documentation
Appearance
This template creates a comma delimited list for use in other templates.
Parameters
[edit]|1=
,|2=
,|3=
, …- Items to be listed.
|oc=
- Whether to include an Oxford (serial) comma. Defaults to no Oxford comma.
|conj=
- What conjunction to use. Defaults to “&”.
Examples
[edit]{{format list|a|b|c}}
- a, b & c
{{format list|foo|bar|baz|conj=⊕}}
- foo, bar ⊕ baz
{{format list|1|2|3|4|5|6|conj=or|oc=1}}
- 1, 2, 3, 4, 5, or 6