Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.
Revision as of 22:51, 15 February 2025 by Prd (talk | contribs) (Created page with "{{Documentation subpage}} <!-- Please add categories at the bottom of this page, and interwikis at Wikidata (see Wikipedia:Wikidata) --> == Description == Repeats what you enter '''five''' times. It can also be used to date posts if used as {{code|<nowiki>{{subst:5x|~}}</nowiki>}}. == Usage == : {{tlx|5x|your text here}} ; produces{{!:}} : {{5x|your text here}} ; Or for dating posts{{!:}} : {{code|<nowiki>{{subst:5x|~}}</nowiki>}} : produces the current timestamp. ==...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Description

Repeats what you enter five times. It can also be used to date posts if used as {{subst:5x|~}}.

Usage

{{5x|your text here}}
produces:
your text hereyour text hereyour text hereyour text hereyour text here
Or for dating posts:
{{subst:5x|~}}
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)