Difference between revisions of "Template:Comma separated entries/doc"

From imedwiki
Jump to navigation Jump to search
[checked revision][checked revision]
(Import from wikipedia)
 
m (Source template Wikipedia)
 
Line 53: Line 53:
 
[[Category:List formatting and function templates]]
 
[[Category:List formatting and function templates]]
 
}}</includeonly>
 
}}</includeonly>
 +
{{SourceWikipedia}}

Latest revision as of 01:12, 20 September 2021

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

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

Usage

Typing:

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

Results in:

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| | | | }}
{{comma separated entries|entry1|entry2|entry3|entry4|entry5|entry6}} entry1, entry2, entry3, entry4, entry5, entry6

See also


This template is based (in parts) on the Template:Comma separated entries/doc from the free encyclopedia wikipedia and is licensed under GNU license for free documentation and the Creative Commons Attribution/Share Alike. On wikipedia there is a List of authors accessible. More about importing from wikipedia on page Imedwiki:Importing from wikipedia.