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 05:47, 19 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 twice. == Usage == : {{tlx|2x|your text here}} ; produces{{!:}} : {{2x|your text here}} : {{tlx|2x|your text here|,}} ; produces{{!:}} : {{2x|your text here|,}} == Example == {| class="wikitable" |- ! Code !! Result |- | {{tlx|2x|Red Sox!}} || {{2x|Red Sox!}} |- | {{tlx|2x|Red Sox!| }} |...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Description

Repeats what you enter twice.

Usage

{{2x|your text here}}
produces:
your text hereyour text here
{{2x|your text here|,}}
produces:
your text here,your text here

Example

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

See also

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