<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-CA">
	<id>https://covtlepedia.org/w/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://covtlepedia.org/w/index.php?action=history&amp;feed=atom&amp;title=Module%3AInt"/>
	<link rel="alternate" type="text/html" href="https://covtlepedia.org/w/index.php?title=Module:Int&amp;action=history"/>
	<updated>2026-04-04T04:08:13Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.44.2</generator>
	<entry>
		<id>https://covtlepedia.org/w/index.php?title=Module:Int&amp;diff=495&amp;oldid=prev</id>
		<title>Johanna: 1 revision imported</title>
		<link rel="alternate" type="text/html" href="https://covtlepedia.org/w/index.php?title=Module:Int&amp;diff=495&amp;oldid=prev"/>
		<updated>2025-10-10T14:20:40Z</updated>

		<summary type="html">&lt;p&gt;1 revision imported&lt;/p&gt;
&lt;table style=&quot;background-color: #fff; color: #202122;&quot; data-mw=&quot;interface&quot;&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;en-CA&quot;&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;Revision as of 14:20, 10 October 2025&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-notice&quot; lang=&quot;en-CA&quot;&gt;&lt;div class=&quot;mw-diff-empty&quot;&gt;(No difference)&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</summary>
		<author><name>Johanna</name></author>
	</entry>
	<entry>
		<id>https://covtlepedia.org/w/index.php?title=Module:Int&amp;diff=494&amp;oldid=prev</id>
		<title>MediaWiki&gt;AntiCompositeNumber: check message in the target language, not the default, still return missing message markup if message does not exist (and is not just disabled)</title>
		<link rel="alternate" type="text/html" href="https://covtlepedia.org/w/index.php?title=Module:Int&amp;diff=494&amp;oldid=prev"/>
		<updated>2022-01-30T22:06:47Z</updated>

		<summary type="html">&lt;p&gt;check message in the target language, not the default, still return missing message markup if message does not exist (and is not just disabled)&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>MediaWiki&gt;AntiCompositeNumber</name></author>
	</entry>
</feed>