![]() |
VOOZH | about |
This template is to join multiple strings with a common separator. It is intended for specific cases in which using Module:String would not work.
Wikitext
{{Join|sep=,|abc|def}}
Output
abc,def
{{Join|sep=|1=|2=|...}}
|sep=: Defines the separator. Defaults to a spacebar.|1= and |2=): the strings that should be joined together.