<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://meta.wikioasis.org/wiki/Module:Int?action=history&amp;feed=atom</id>
	<title>Module:Int - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://meta.wikioasis.org/wiki/Module:Int?action=history&amp;feed=atom"/>
	<link rel="alternate" type="text/html" href="https://meta.wikioasis.org/wiki/Module:Int?action=history"/>
	<updated>2026-05-25T15:09:28Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.45.3</generator>
	<entry>
		<id>https://meta.wikioasis.org/wiki/Module:Int?diff=4332&amp;oldid=prev</id>
		<title>Asteralee: 1 revision imported</title>
		<link rel="alternate" type="text/html" href="https://meta.wikioasis.org/wiki/Module:Int?diff=4332&amp;oldid=prev"/>
		<updated>2026-04-30T14:55: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&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:55, 30 April 2026&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-notice&quot; lang=&quot;en&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>Asteralee</name></author>
	</entry>
	<entry>
		<id>https://meta.wikioasis.org/wiki/Module:Int?diff=4331&amp;oldid=prev</id>
		<title>meta&gt;MusikBot II: Changed protection settings for &quot;Module:Int&quot;: High-risk template or module (more info) ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite))</title>
		<link rel="alternate" type="text/html" href="https://meta.wikioasis.org/wiki/Module:Int?diff=4331&amp;oldid=prev"/>
		<updated>2021-08-23T18:01:08Z</updated>

		<summary type="html">&lt;p&gt;Changed protection settings for &amp;quot;&lt;a href=&quot;/wiki/Module:Int&quot; title=&quot;Module:Int&quot;&gt;Module:Int&lt;/a&gt;&amp;quot;: High-risk template or module (&lt;a href=&quot;/wiki/User:MusikBot_II/TemplateProtector?action=edit&amp;amp;redlink=1&quot; class=&quot;new&quot; title=&quot;User:MusikBot II/TemplateProtector (page does not exist)&quot;&gt;more info&lt;/a&gt;) ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite))&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 this = {}&lt;br /&gt;
local templateTranslation = require &amp;#039;Module:Template translation&amp;#039;&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 ~= &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;
    if (msg:exists() and not msg:isDisabled()) 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 &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>meta&gt;MusikBot II</name></author>
	</entry>
</feed>