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

From CannaQAWiki
Jump to navigationJump to search
m (1 revision imported: Attempting import of LIMSwiki templates Cl–Currentyear)
m (Wiki name)
Line 46: Line 46:
<includeonly>{{#ifeq:{{PAGENAME}}|{{BASEPAGENAME}}|
<includeonly>{{#ifeq:{{PAGENAME}}|{{BASEPAGENAME}}|
<!-- CATEGORIES HERE, THANKS -->
<!-- CATEGORIES HERE, THANKS -->
[[Category:LIMSwiki formatting and function templates]]
[[Category:LabLynx Wiki formatting and function templates]]
[[Category:LIMSwiki list formatting templates]]
[[Category:LabLynx Wiki list formatting templates]]


}}</includeonly>
}}</includeonly>

Revision as of 18:28, 10 March 2015

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