<?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%3ASprintf</id>
	<title>Module:Sprintf - 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%3ASprintf"/>
	<link rel="alternate" type="text/html" href="https://wiki.runerealm.org/index.php?title=Module:Sprintf&amp;action=history"/>
	<updated>2026-05-04T16:58:44Z</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:Sprintf&amp;diff=35165&amp;oldid=prev</id>
		<title>Alex: Created page with &quot;local p = {}  function p.main(frame) 	return p._main(frame:getParent().args) end  function p._main(args) 	local _args = {} 	for i,v in ipairs(args) do 		table.insert(_args, v) 	end 	return string.format(unpack(_args)) end  function p.expr(frame) 	return p._expr(frame:getParent().args) end  function p._expr(args) 	return string.format(args[1], mw.ext.ParserFunctions.expr(args[2])) end  return p&quot;</title>
		<link rel="alternate" type="text/html" href="https://wiki.runerealm.org/index.php?title=Module:Sprintf&amp;diff=35165&amp;oldid=prev"/>
		<updated>2024-10-16T23:13:11Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;local p = {}  function p.main(frame) 	return p._main(frame:getParent().args) end  function p._main(args) 	local _args = {} 	for i,v in ipairs(args) do 		table.insert(_args, v) 	end 	return string.format(unpack(_args)) end  function p.expr(frame) 	return p._expr(frame:getParent().args) end  function p._expr(args) 	return string.format(args[1], mw.ext.ParserFunctions.expr(args[2])) end  return p&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;local p = {}&lt;br /&gt;
&lt;br /&gt;
function p.main(frame)&lt;br /&gt;
	return p._main(frame:getParent().args)&lt;br /&gt;
end&lt;br /&gt;
&lt;br /&gt;
function p._main(args)&lt;br /&gt;
	local _args = {}&lt;br /&gt;
	for i,v in ipairs(args) do&lt;br /&gt;
		table.insert(_args, v)&lt;br /&gt;
	end&lt;br /&gt;
	return string.format(unpack(_args))&lt;br /&gt;
end&lt;br /&gt;
&lt;br /&gt;
function p.expr(frame)&lt;br /&gt;
	return p._expr(frame:getParent().args)&lt;br /&gt;
end&lt;br /&gt;
&lt;br /&gt;
function p._expr(args)&lt;br /&gt;
	return string.format(args[1], mw.ext.ParserFunctions.expr(args[2]))&lt;br /&gt;
end&lt;br /&gt;
&lt;br /&gt;
return p&lt;/div&gt;</summary>
		<author><name>Alex</name></author>
	</entry>
</feed>