<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki42.maceys.net/index.php?action=history&amp;feed=atom&amp;title=Module%3AInt</id>
	<title>Module:Int - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki42.maceys.net/index.php?action=history&amp;feed=atom&amp;title=Module%3AInt"/>
	<link rel="alternate" type="text/html" href="https://wiki42.maceys.net/index.php?title=Module:Int&amp;action=history"/>
	<updated>2026-04-14T11:23:11Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.44.3</generator>
	<entry>
		<id>https://wiki42.maceys.net/index.php?title=Module:Int&amp;diff=428&amp;oldid=prev</id>
		<title>Lynn: Created page with &quot;-- This is a helper module for Template:int local templateTranslation = require(&#039;Module:Template translation&#039;) local this = {}  function this.renderIntMessage(frame) 	local args = frame.args 	local pargs = (frame:getParent() or {}).args 	local arguments = {} 	for k, v in pairs(pargs) do 		local n = tonumber(k) or 0 		if (n &gt;= 2) then 			arguments[n - 1] = mw.text.trim(v) 		end 	end  	local lang 	if args.lang and args.lang ~= &#039;&#039; and mw.language.isValidCode(args.lang)...&quot;</title>
		<link rel="alternate" type="text/html" href="https://wiki42.maceys.net/index.php?title=Module:Int&amp;diff=428&amp;oldid=prev"/>
		<updated>2026-01-25T08:28:26Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;-- This is a helper module for &lt;a href=&quot;/index.php?title=Template:Int&quot; title=&quot;Template:Int&quot;&gt;Template:int&lt;/a&gt; local templateTranslation = require(&amp;#039;Module:Template translation&amp;#039;) local this = {}  function this.renderIntMessage(frame) 	local args = frame.args 	local pargs = (frame:getParent() or {}).args 	local arguments = {} 	for k, v in pairs(pargs) do 		local n = tonumber(k) or 0 		if (n &amp;gt;= 2) then 			arguments[n - 1] = mw.text.trim(v) 		end 	end  	local lang 	if args.lang and args.lang ~= &amp;#039;&amp;#039; and mw.language.isValidCode(args.lang)...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;-- This is a helper module for [[Template:int]]&lt;br /&gt;
local templateTranslation = require(&amp;#039;Module:Template translation&amp;#039;)&lt;br /&gt;
local this = {}&lt;br /&gt;
&lt;br /&gt;
function this.renderIntMessage(frame)&lt;br /&gt;
	local args = frame.args&lt;br /&gt;
	local pargs = (frame:getParent() or {}).args&lt;br /&gt;
	local arguments = {}&lt;br /&gt;
	for k, v in pairs(pargs) do&lt;br /&gt;
		local n = tonumber(k) or 0&lt;br /&gt;
		if (n &amp;gt;= 2) then&lt;br /&gt;
			arguments[n - 1] = mw.text.trim(v)&lt;br /&gt;
		end&lt;br /&gt;
	end&lt;br /&gt;
&lt;br /&gt;
	local lang&lt;br /&gt;
	if args.lang and args.lang ~= &amp;#039;&amp;#039; and mw.language.isValidCode(args.lang) then&lt;br /&gt;
		lang = args.lang&lt;br /&gt;
	else&lt;br /&gt;
		lang = templateTranslation.getLanguage()&lt;br /&gt;
	end&lt;br /&gt;
	local msg = mw.message.new(mw.text.trim(args[1]), arguments):inLanguage(lang)&lt;br /&gt;
&lt;br /&gt;
	if msg:exists() or lang == &amp;#039;qqx&amp;#039; then&lt;br /&gt;
		if msg:isDisabled() then&lt;br /&gt;
			return args.missing or &amp;#039;&amp;#039;&lt;br /&gt;
		else&lt;br /&gt;
			local msgstr = msg:plain()&lt;br /&gt;
			return frame:preprocess(msgstr)&lt;br /&gt;
		end&lt;br /&gt;
	else&lt;br /&gt;
		return args.missing ~= &amp;#039;&amp;#039;&lt;br /&gt;
			and args.missing&lt;br /&gt;
			or &amp;#039;⧼&amp;#039; .. args[1] .. &amp;#039;⧽&amp;#039;&lt;br /&gt;
	end&lt;br /&gt;
end&lt;br /&gt;
&lt;br /&gt;
return this&lt;/div&gt;</summary>
		<author><name>Lynn</name></author>
	</entry>
</feed>