Difference between revisions of "Template:CommaJoin"
(Created page with "<includeonly>{{{1}}}{{if2 |, |{{{2|}}}}}{{if2 |, |{{{3|}}}}}{{if2 |, |{{{4|}}}}}{{if2 |, |{{{5|}}}}}{{if2 |, |{{{6|}}}}}</includeonly> <noinclude> * {{CommaJoin|foo}} * {{Comm...") |
|||
Line 1: | Line 1: | ||
− | <includeonly>{{{1}}} | + | <includeonly>{{#str:join|, |{{{1|}}}|{{{2|}}}|{{{3|}}}||{{{4|}}}||{{{5|}}}||{{{6|}}}}}</includeonly> |
− | |||
− | |||
− | | | ||
− | | | ||
− | | | ||
<noinclude> | <noinclude> | ||
* {{CommaJoin|foo}} | * {{CommaJoin|foo}} | ||
+ | * {{CommaJoin||foo}} | ||
* {{CommaJoin|foo|bar}} | * {{CommaJoin|foo|bar}} | ||
+ | * {{CommaJoin|foo||bar}} | ||
* {{CommaJoin|foo|bar|baz}} | * {{CommaJoin|foo|bar|baz}} | ||
* {{CommaJoin|foo|bar|baz|baq}} | * {{CommaJoin|foo|bar|baz|baq}} | ||
* {{CommaJoin|foo|bar|baz|baq|goo}} | * {{CommaJoin|foo|bar|baz|baq|goo}} | ||
+ | |||
</noinclude> | </noinclude> |
Latest revision as of 19:13, 16 January 2025
- foo
- foo
- foo, bar
- foo, bar
- foo, bar, baz
- foo, bar, baz, baq
- foo, bar, baz, baq, goo