Difference between revisions of "Template:Comma separated entries"

From blackwiki
Jump to navigation Jump to search
test>Frietjes
(new version which substitutes cleanly, and strips whitespace)
m (10 revisions imported)
 
(4 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{{{{{|safesubst:}}}#if:1|{{{1|}}}}}{{{{{|safesubst:}}}#if:{{{2|}}}|{{{{{|safesubst:}}}#if:{{{1|}}}|, {{{{{|safesubst:}}}#if:1|{{{2}}}}}|{{{2}}}}}}}{{{{{|safesubst:}}}#if:{{{3|}}}|{{{{{|safesubst:}}}#if:{{{1|}}}{{{2|}}}|, {{{{{|safesubst:}}}#if:1|{{{3}}}}}|{{{3}}}}}}}{{{{{|safesubst:}}}#if:{{{4|}}}|{{{{{|safesubst:}}}#if:{{{1|}}}{{{2|}}}{{{3|}}}|, {{{{{|safesubst:}}}#if:1|{{{4}}}}}|{{{4}}}}}}}<noinclude>
+
{{<includeonly>safesubst:</includeonly>#invoke:Separated entries|comma}}<noinclude>
 
{{documentation}}
 
{{documentation}}
 +
<!-- Categories go on the /doc subpage, and interwikis go on Wikidata. -->
 
</noinclude>
 
</noinclude>

Latest revision as of 17:10, 5 September 2020

50px Template documentation[view] [edit] [history] [purge]

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