Template:Concat/doc
This is a documentation subpage for Template:Concat. It contains usage information, categories and other content that is not part of the original template page. |
Concatenates its arguments, upto 20 arguments can be specified.
Usage
{{concat|hello |world}}
gives hello world
Template Data
<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>