Difference between revisions of "Template:Repeat/doc"

From Yugipedia
Jump to: navigation, search
(may as well add an example)
(Usage: rm redundant sortkey(s))
 
Line 14: Line 14:
 
<includeonly>
 
<includeonly>
 
<!-- CATEGORIES HERE, THANKS -->
 
<!-- CATEGORIES HERE, THANKS -->
[[Category:Templates|{{PAGENAME}}]]
+
[[Category:Templates]]
 
</includeonly>
 
</includeonly>

Latest revision as of 15:48, 15 February 2015

{{Repeat}} is used to repeat a given bit of text or code a specified number of times.

Usage[edit]

{{Repeat|text|number}}

  • text is the text or code to be repeated.
  • number is the number of times to repeat the text or code.

For example, the code {{Repeat|[[File:Star.svg]]|7}} results in Star.svgStar.svgStar.svgStar.svgStar.svgStar.svgStar.svg