Difference between revisions of "Template:Comma separated entries"
From LIMSWiki
Jump to navigationJump to searchShawndouglas (talk | contribs)  (Created as needed.)  | 
				Shawndouglas (talk | contribs)  m (Protected "Template:Comma separated entries" ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite)) [cascading])  | 
				
Latest revision as of 23:29, 26 January 2018
[edit] [] 
 Template documentation
| 
   | 
This template uses Module:Comma separated entries, a script written in the Lua programming language. | 
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
{{comma separated entries|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
- {{br separated entries}}
 - {{flatlist}}
 - {{multi-column numbered list}}
 - {{pagelist}}
 - {{Plainlist}}
 - Module:Comma separated entries, the Lua module this template is based on
 
|  The above documentation is transcluded from Template:Comma separated entries/doc. (edit | history)  Editors can experiment in this template's sandbox (create) and testcases (create) pages. Please add categories and interwikis to the /doc subpage. Subpages of this template.  | 







