<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://nbittrpgwiki.pynappo.xyz/index.php?action=history&amp;feed=atom&amp;title=Module%3AFor</id>
	<title>Module:For - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://nbittrpgwiki.pynappo.xyz/index.php?action=history&amp;feed=atom&amp;title=Module%3AFor"/>
	<link rel="alternate" type="text/html" href="https://nbittrpgwiki.pynappo.xyz/index.php?title=Module:For&amp;action=history"/>
	<updated>2026-09-22T12:47:05Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.46.0</generator>
	<entry>
		<id>https://nbittrpgwiki.pynappo.xyz/index.php?title=Module:For&amp;diff=1112&amp;oldid=prev</id>
		<title>CStatic: Protected &quot;Module:For&quot; ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite)) [cascading]</title>
		<link rel="alternate" type="text/html" href="https://nbittrpgwiki.pynappo.xyz/index.php?title=Module:For&amp;diff=1112&amp;oldid=prev"/>
		<updated>2025-03-05T02:02:08Z</updated>

		<summary type="html">&lt;p&gt;Protected &amp;quot;&lt;a href=&quot;/Module:For&quot; title=&quot;Module:For&quot;&gt;Module:For&lt;/a&gt;&amp;quot; ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite)) [cascading]&lt;/p&gt;
&lt;table style=&quot;background-color: #fff; color: #202122;&quot; data-mw-interface=&quot;&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 02:02, 5 March 2025&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;4&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;!-- diff cache key mediawiki:diff:1.41:old-1101:rev-1112 --&gt;
&lt;/table&gt;</summary>
		<author><name>CStatic</name></author>
	</entry>
	<entry>
		<id>https://nbittrpgwiki.pynappo.xyz/index.php?title=Module:For&amp;diff=1101&amp;oldid=prev</id>
		<title>CStatic: Created page with &quot;-- &lt;nowiki&gt; local p = {}  local i18n = require(&#039;Module:I18n&#039;).loadMessages(&#039;For&#039;) local title = mw.title.getCurrentTitle()  -- @param {*} val -- @returns {(string|nil)} local function sanitize(val)     if type(val) == &#039;string&#039; and mw.text.trim(val) ~= &#039;&#039; then         return val     end     return nil end  -- @param {table} args -- @returns {string} function p._main(args)     local html = mw.html.create(&#039;dl&#039;)     for i = 3, math.huge, 3 do         local thing = sanitize(a...&quot;</title>
		<link rel="alternate" type="text/html" href="https://nbittrpgwiki.pynappo.xyz/index.php?title=Module:For&amp;diff=1101&amp;oldid=prev"/>
		<updated>2025-03-04T11:38:22Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;-- &amp;lt;nowiki&amp;gt; local p = {}  local i18n = require(&amp;#039;Module:I18n&amp;#039;).loadMessages(&amp;#039;For&amp;#039;) local title = mw.title.getCurrentTitle()  -- @param {*} val -- @returns {(string|nil)} local function sanitize(val)     if type(val) == &amp;#039;string&amp;#039; and mw.text.trim(val) ~= &amp;#039;&amp;#039; then         return val     end     return nil end  -- @param {table} args -- @returns {string} function p._main(args)     local html = mw.html.create(&amp;#039;dl&amp;#039;)     for i = 3, math.huge, 3 do         local thing = sanitize(a...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;-- &amp;lt;nowiki&amp;gt;&lt;br /&gt;
local p = {}&lt;br /&gt;
&lt;br /&gt;
local i18n = require(&amp;#039;Module:I18n&amp;#039;).loadMessages(&amp;#039;For&amp;#039;)&lt;br /&gt;
local title = mw.title.getCurrentTitle()&lt;br /&gt;
&lt;br /&gt;
-- @param {*} val&lt;br /&gt;
-- @returns {(string|nil)}&lt;br /&gt;
local function sanitize(val)&lt;br /&gt;
    if type(val) == &amp;#039;string&amp;#039; and mw.text.trim(val) ~= &amp;#039;&amp;#039; then&lt;br /&gt;
        return val&lt;br /&gt;
    end&lt;br /&gt;
    return nil&lt;br /&gt;
end&lt;br /&gt;
&lt;br /&gt;
-- @param {table} args&lt;br /&gt;
-- @returns {string}&lt;br /&gt;
function p._main(args)&lt;br /&gt;
    local html = mw.html.create(&amp;#039;dl&amp;#039;)&lt;br /&gt;
    for i = 3, math.huge, 3 do&lt;br /&gt;
        local thing = sanitize(args[i - 2])&lt;br /&gt;
        local link = sanitize(args[i - 1])&lt;br /&gt;
        local link2 = sanitize(args[i])&lt;br /&gt;
        if not (thing or link or link2) then&lt;br /&gt;
            break&lt;br /&gt;
        end&lt;br /&gt;
        local message = i18n:msg(&lt;br /&gt;
            link2 and &amp;#039;for-2&amp;#039; or &amp;#039;for-1&amp;#039;,&lt;br /&gt;
            thing or i18n:msg(&amp;#039;other&amp;#039;),&lt;br /&gt;
            link or i18n:inUserLang():msg(&amp;#039;disambiguation&amp;#039;, title.text),&lt;br /&gt;
            link2&lt;br /&gt;
        )&lt;br /&gt;
        html:tag(&amp;#039;dd&amp;#039;)&lt;br /&gt;
            :tag(&amp;#039;span&amp;#039;)&lt;br /&gt;
                :addClass(&amp;#039;dablink&amp;#039;)&lt;br /&gt;
                :tag(&amp;#039;i&amp;#039;)&lt;br /&gt;
                    :wikitext(message)&lt;br /&gt;
                    :allDone()&lt;br /&gt;
    end&lt;br /&gt;
    return tostring(html)&lt;br /&gt;
end&lt;br /&gt;
&lt;br /&gt;
-- @param {table} frame&lt;br /&gt;
-- @returns {string}&lt;br /&gt;
function p.main(frame)&lt;br /&gt;
    local args = frame:getParent().args&lt;br /&gt;
    return p._main(args)&lt;br /&gt;
end&lt;br /&gt;
&lt;br /&gt;
return p&lt;/div&gt;</summary>
		<author><name>CStatic</name></author>
	</entry>
</feed>