Template:MC/Join/doc
Template page
More actions
Template:Documentation header Template:Lua 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.
Usage
Wikitext
<syntaxhighlight lang="mediawiki">Template:Join</syntaxhighlight>
Output
Template:Join
Parameters
<syntaxhighlight lang="mediawiki">Template:Join</syntaxhighlight>
|sep=: Defines the separator. Defaults to a spacebar.- Numbered parameters (e.g.
|1=and|2=): the strings that should be joined together.