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

From blackwiki
Jump to navigation Jump to search
imported>Frietjes
imported>DB1729
m (Reverted 1 edit by 107.77.161.63 (talk) to last revision by WhoAteMyButter (TW))
 
(5 intermediate revisions by 4 users not shown)
Line 2: Line 2:
 
{{High-risk|150000}}
 
{{High-risk|150000}}
 
{{Lua|Module:Separated entries}}
 
{{Lua|Module:Separated entries}}
 +
{{Template shortcut|csv}}
 
<!-- PLEASE ADD CATEGORIES WHERE INDICATED AT THE BOTTOM OF THIS PAGE -->
 
<!-- PLEASE ADD CATEGORIES WHERE INDICATED AT THE BOTTOM OF THIS PAGE -->
 
This template is used primarily in infoboxes to create a comma delimited collection of items, only adding the commas where needed.
 
This template is used primarily in infoboxes to create a comma delimited collection of items, only adding the commas where needed.
Line 46: Line 47:
 
* {{tl|multi-column numbered list}}
 
* {{tl|multi-column numbered list}}
 
* {{tl|pagelist}} (formats a list of internal links as prose, using commas or "and" when appropriate)
 
* {{tl|pagelist}} (formats a list of internal links as prose, using commas or "and" when appropriate)
 +
* {{tl|Catalog lookup link}}
 
* [[Module:Separated entries]], the Lua module used to realize this template.
 
* [[Module:Separated entries]], the Lua module used to realize this template.
  

Latest revision as of 05:18, 15 August 2020

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