Template:Comma separated entries/doc

From Female Submission Wrestling Encyclopedia
Jump to navigation Jump to search

This template is used primarily in infoboxes to create a comma delimited collection of items, with up to four entries, only adding the commas where needed.

For lists of items, without bullets, use {{Plainlist}}.

Usage

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

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| | | | }}

Nesting

For more than four entries, this template can be nested, although excessive nesting is discouraged due to template transclusion depth limits imposed by the server.

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

See also