Template:Concat/doc

From the AARoads Wiki: Read about the road before you go
Jump to navigation Jump to search

Concatenates its arguments, up to 20 arguments can be specified.

Usage

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

Template Data

<templatedata>{ "description": "Concatenates its arguments, up to 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>

See also