Template:Comma separated entries

Template documentation
Category:Lua-based templates

This template is to create a comma-delimited collection of items, only adding the commas where needed.

Usage

{{comma separated entries|entry1|entry2|entry3|entry4|entry5|...}}

entry1, entry2, entry3, entry4, entry5, ...

Example

Code Result
{{comma separated entries|entry1|entry2|entry3|entry4}} entry1, entry2, entry3, entry4
{{comma separated entries| |entry2|entry3|entry4}} entry2, entry3, entry4
{{comma separated entries|entry1| |entry3|entry4}} entry1, entry3, entry4
{{comma separated entries|entry1|entry2| |entry4}} entry1, entry2, entry4
{{comma separated entries|entry1|entry2|entry3| }} entry1, entry2, entry3
{{comma separated entries|entry1| | | }} entry1
{{comma separated entries| |entry2| | }} entry2
{{comma separated entries| | |entry3| }} entry3
{{comma separated entries| | | |entry4}} entry4
{{comma separated entries|entry1|entry2}} entry1, entry2
{{comma separated entries| | | | }}
{{comma separated entries|entry1|entry2|entry3|entry4|entry5|entry6}} entry1, entry2, entry3, entry4, entry5, entry6

TemplateData

This is the TemplateData documentation for this template used by VisualEditor and other tools.

Comma separated entries

Category:Templates using TemplateData

Template wrapper for [[Module:Separated entries]].

Template parameters

ParameterDescriptionTypeStatus
Separatorseparator

The separator between all but the last two items.

Default
Auto value
, 
Linesuggested
Conjunctionconjunction

The separator between the last two items.

Default
{{{separator}}}
Auto value
 and 
Lineoptional
Starting Itemstart

The number of the starting item. Items before this will be discarded.

Default
1
Numberoptional
Item 11

First item

Linesuggested
Item 22

Second item

Lineoptional
Item 33

Third item

Lineoptional
Item 44

Fourth item

Lineoptional
Item 55

Fifth item

Lineoptional
Item 66

Sixth item

Lineoptional
Item 77

Seventh item

Lineoptional
Item 88

Eighth item

Lineoptional
Item 99

Ninth item

Lineoptional
Item 1010

Tenth item

Lineoptional
Edit parameter translations Category:List formatting and function templates
Category:List formatting and function templates Category:Lua-based templates Category:Pages using the JsonConfig extension Category:Templates using TemplateData