<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.runerealm.org/index.php?action=history&amp;feed=atom&amp;title=Module%3ARepeat</id>
	<title>Module:Repeat - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.runerealm.org/index.php?action=history&amp;feed=atom&amp;title=Module%3ARepeat"/>
	<link rel="alternate" type="text/html" href="https://wiki.runerealm.org/index.php?title=Module:Repeat&amp;action=history"/>
	<updated>2026-05-01T00:35:37Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.41.1</generator>
	<entry>
		<id>https://wiki.runerealm.org/index.php?title=Module:Repeat&amp;diff=35093&amp;oldid=prev</id>
		<title>Alex: Created page with &quot;-- -- Repeats a string a certain number of times -- Template:Multi --  local p = {}  function p.rep(frame) 	local args = frame:getParent().args 	local inp = args[1]  	local count = tonumber(args[2])  	if not count then 		 return error(&#039;You must pass a number to the second argument&#039;) 	end  	-- We very rarely use any of these templates; no need to facilitate a ton of potential spam; 500 is a fine maximum 	count = math.floor(count) 	if count &gt; 500 then 		count = 500 	en...&quot;</title>
		<link rel="alternate" type="text/html" href="https://wiki.runerealm.org/index.php?title=Module:Repeat&amp;diff=35093&amp;oldid=prev"/>
		<updated>2024-10-16T23:12:55Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;-- -- Repeats a string a certain number of times -- &lt;a href=&quot;/w/Template:Multi&quot; title=&quot;Template:Multi&quot;&gt;Template:Multi&lt;/a&gt; --  local p = {}  function p.rep(frame) 	local args = frame:getParent().args 	local inp = args[1]  	local count = tonumber(args[2])  	if not count then 		 return error(&amp;#039;You must pass a number to the second argument&amp;#039;) 	end  	-- We very rarely use any of these templates; no need to facilitate a ton of potential spam; 500 is a fine maximum 	count = math.floor(count) 	if count &amp;gt; 500 then 		count = 500 	en...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;--&lt;br /&gt;
-- Repeats a string a certain number of times&lt;br /&gt;
-- [[Template:Multi]]&lt;br /&gt;
--&lt;br /&gt;
&lt;br /&gt;
local p = {}&lt;br /&gt;
&lt;br /&gt;
function p.rep(frame)&lt;br /&gt;
	local args = frame:getParent().args&lt;br /&gt;
	local inp = args[1]&lt;br /&gt;
&lt;br /&gt;
	local count = tonumber(args[2])&lt;br /&gt;
&lt;br /&gt;
	if not count then&lt;br /&gt;
		 return error(&amp;#039;You must pass a number to the second argument&amp;#039;)&lt;br /&gt;
	end&lt;br /&gt;
&lt;br /&gt;
	-- We very rarely use any of these templates; no need to facilitate a ton of potential spam; 500 is a fine maximum&lt;br /&gt;
	count = math.floor(count)&lt;br /&gt;
	if count &amp;gt; 500 then&lt;br /&gt;
		count = 500&lt;br /&gt;
	end&lt;br /&gt;
&lt;br /&gt;
	return string.rep(inp, count)&lt;br /&gt;
end&lt;br /&gt;
&lt;br /&gt;
return p&lt;/div&gt;</summary>
		<author><name>Alex</name></author>
	</entry>
</feed>