You are viewing the MafiaScum.net Wiki. To play the game, visit the forum.

Template:Concat/doc

From MafiaWiki
Jump to navigation Jump to search
Name:
  • Concat
Types:
Sub-Template:
  • Yes
Designer:

{{concat}} concatenates all the elements of a slash-separated string, leaving spaces in between. Any leading and trailing whitespace is stripped, and if the string starts with a letter, it will be capitalised.

Examples

  • [{{concat|1/2/3}}] → [1 2 3]
  • [{{concat|one two/three four}}] → [One two three four]
  • [{{concat| a b / c d / e f}}] → [A b c d e f]