Description

Repeats what you enter five times. It can also be used to date posts if used as <syntaxhighlight lang="text" class="" style="" inline="1">{{subst:5x|~}}</syntaxhighlight>.

Usage

{{5x|your text here}}
produces:
your text hereyour text hereyour text hereyour text hereyour text here
Or for dating posts:
<syntaxhighlight lang="text" class="" style="" inline="1">{{subst:5x|~}}</syntaxhighlight>
produces the current timestamp.

Example

Code Result
{{5x|Red Sox!}} Red Sox!Red Sox!Red Sox!Red Sox!Red Sox!

See also

  • {{1x}}
  • {{2x}}
  • {{3x}}
  • {{4x}}
  • {{5x}}
  • {{Loop}} (for arbitrary numbers of repetitions)