<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.pttlink.org/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://wiki.pttlink.org/index.php?action=history&amp;feed=atom&amp;title=Module%3AInt"/>
	<link rel="alternate" type="text/html" href="https://wiki.pttlink.org/index.php?title=Module:Int&amp;action=history"/>
	<updated>2026-05-30T05:37:25Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.35.5</generator>
	<entry>
		<id>https://wiki.pttlink.org/index.php?title=Module:Int&amp;diff=4305&amp;oldid=prev</id>
		<title>Kg7qin: 1 revision imported</title>
		<link rel="alternate" type="text/html" href="https://wiki.pttlink.org/index.php?title=Module:Int&amp;diff=4305&amp;oldid=prev"/>
		<updated>2021-09-05T19:16:51Z</updated>

		<summary type="html">&lt;p&gt;1 revision imported&lt;/p&gt;
&lt;table class=&quot;diff diff-contentalign-left diff-editfont-monospace&quot; data-mw=&quot;interface&quot;&gt;
				&lt;col class=&quot;diff-marker&quot; /&gt;
				&lt;col class=&quot;diff-content&quot; /&gt;
				&lt;col class=&quot;diff-marker&quot; /&gt;
				&lt;col class=&quot;diff-content&quot; /&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;en&quot;&gt;
				&lt;td colspan=&quot;2&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan=&quot;2&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;Revision as of 19:16, 5 September 2021&lt;/td&gt;
				&lt;/tr&gt;
&lt;!-- diff cache key mediawiki:diff::1.12:old-4304:rev-4305 --&gt;
&lt;/table&gt;</summary>
		<author><name>Kg7qin</name></author>
	</entry>
	<entry>
		<id>https://wiki.pttlink.org/index.php?title=Module:Int&amp;diff=4304&amp;oldid=prev</id>
		<title>en&gt;ExE Boss: Remove unused `local function _ne`</title>
		<link rel="alternate" type="text/html" href="https://wiki.pttlink.org/index.php?title=Module:Int&amp;diff=4304&amp;oldid=prev"/>
		<updated>2021-08-25T22:03:32Z</updated>

		<summary type="html">&lt;p&gt;Remove unused `local function _ne`&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('Module:Template translation')&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 msg = mw.message.new(mw.text.trim(args[1]), arguments)&lt;br /&gt;
	local lang&lt;br /&gt;
	if args.lang and args.lang ~= '' 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;
&lt;br /&gt;
	if (msg:exists() and not msg:isDisabled()) or lang == 'qqx' then&lt;br /&gt;
		local msgstr = msg:inLanguage(lang):plain()&lt;br /&gt;
		return frame:preprocess(msgstr)&lt;br /&gt;
	else&lt;br /&gt;
		return args.missing ~= ''&lt;br /&gt;
			and args.missing&lt;br /&gt;
			or '⧼' .. args[1] .. '⧽'&lt;br /&gt;
	end&lt;br /&gt;
end&lt;br /&gt;
&lt;br /&gt;
return this&lt;/div&gt;</summary>
		<author><name>en&gt;ExE Boss</name></author>
	</entry>
</feed>