Template:format list
Jump to navigation
Jump to search
- The following documentation is located at Template:format list/documentation. [edit]
- Useful links: subpage list • links • redirects • transclusions • errors (parser/module) • sandbox
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