Template:Concat/doc

From Omniversalis
Revision as of 22:31, 28 May 2017 by Vivaporius (talk | contribs) (1 revision imported)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Concatenates its arguments, upto 20 arguments can be specified.

Usage[edit]

{{concat|hello |world}} gives hello world

Template Data[edit]

<templatedata>{ "description": "Concatenates its arguments, upto 20 arguments can be given.", "params": {

 "1": {
   "label": "First argument",
   "description": "The first of many arguments, spaces in the parameter are preserved.",
   "type": "string",
   "required": false
 }

}}</templatedata>