<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.flexiblesurvival.com/index.php?action=history&amp;feed=atom&amp;title=Module%3ADocumentation</id>
	<title>Module:Documentation - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.flexiblesurvival.com/index.php?action=history&amp;feed=atom&amp;title=Module%3ADocumentation"/>
	<link rel="alternate" type="text/html" href="https://wiki.flexiblesurvival.com/index.php?title=Module:Documentation&amp;action=history"/>
	<updated>2026-05-05T09:47:40Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.43.1</generator>
	<entry>
		<id>https://wiki.flexiblesurvival.com/index.php?title=Module:Documentation&amp;diff=2356080&amp;oldid=prev</id>
		<title>Syntax McBucketface: Protected &quot;Module:Documentation&quot; ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite))</title>
		<link rel="alternate" type="text/html" href="https://wiki.flexiblesurvival.com/index.php?title=Module:Documentation&amp;diff=2356080&amp;oldid=prev"/>
		<updated>2025-05-22T16:33:14Z</updated>

		<summary type="html">&lt;p&gt;Protected &amp;quot;&lt;a href=&quot;/w/Module:Documentation&quot; title=&quot;Module:Documentation&quot;&gt;Module:Documentation&lt;/a&gt;&amp;quot; ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite))&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 16:33, 22 May 2025&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>Syntax McBucketface</name></author>
	</entry>
	<entry>
		<id>https://wiki.flexiblesurvival.com/index.php?title=Module:Documentation&amp;diff=2356069&amp;oldid=prev</id>
		<title>Syntax McBucketface: Created page with &quot;-- &lt;nowiki&gt; local dependencyList = require( &#039;Module:DependencyList&#039; ) local yn = require( &#039;Module:Yesno&#039; ) local p = {}  function p.doc( frame )     local title = mw.title.getCurrentTitle()     local args = frame:getParent().args     local page = args[1] or mw.ustring.gsub( title.fullText, &#039;/doc$&#039;, &#039;&#039; )     local addDependencyList = yn( args.DependencyList or true )     local ret, cats, ret1, ret2, ret3     local onModule = title.namespace == 828          -- subpage head...&quot;</title>
		<link rel="alternate" type="text/html" href="https://wiki.flexiblesurvival.com/index.php?title=Module:Documentation&amp;diff=2356069&amp;oldid=prev"/>
		<updated>2025-05-22T16:26:33Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;-- &amp;lt;nowiki&amp;gt; local dependencyList = require( &amp;#039;Module:DependencyList&amp;#039; ) local yn = require( &amp;#039;Module:Yesno&amp;#039; ) local p = {}  function p.doc( frame )     local title = mw.title.getCurrentTitle()     local args = frame:getParent().args     local page = args[1] or mw.ustring.gsub( title.fullText, &amp;#039;/doc$&amp;#039;, &amp;#039;&amp;#039; )     local addDependencyList = yn( args.DependencyList or true )     local ret, cats, ret1, ret2, ret3     local onModule = title.namespace == 828          -- subpage head...&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 dependencyList = require( &amp;#039;Module:DependencyList&amp;#039; )&lt;br /&gt;
local yn = require( &amp;#039;Module:Yesno&amp;#039; )&lt;br /&gt;
local p = {}&lt;br /&gt;
&lt;br /&gt;
function p.doc( frame )&lt;br /&gt;
    local title = mw.title.getCurrentTitle()&lt;br /&gt;
    local args = frame:getParent().args&lt;br /&gt;
    local page = args[1] or mw.ustring.gsub( title.fullText, &amp;#039;/doc$&amp;#039;, &amp;#039;&amp;#039; )&lt;br /&gt;
    local addDependencyList = yn( args.DependencyList or true )&lt;br /&gt;
    local ret, cats, ret1, ret2, ret3&lt;br /&gt;
    local onModule = title.namespace == 828&lt;br /&gt;
    &lt;br /&gt;
    -- subpage header&lt;br /&gt;
    if title.subpageText == &amp;#039;doc&amp;#039; then&lt;br /&gt;
        ret = mw.html.create( nil )&lt;br /&gt;
            :tag( &amp;#039;div&amp;#039; )&lt;br /&gt;
                :addClass( &amp;#039;mbox mbox-low mbox-documentationsub&amp;#039; )&lt;br /&gt;
                :attr( &amp;#039;role&amp;#039;, &amp;#039;presentation&amp;#039;)&lt;br /&gt;
                :tag( &amp;#039;span&amp;#039; )&lt;br /&gt;
                    :addClass( &amp;#039;mbox-title&amp;#039; )&lt;br /&gt;
                    :tag( &amp;#039;span&amp;#039; )&lt;br /&gt;
                        :addClass( &amp;#039;mbox-icon metadata&amp;#039; )&lt;br /&gt;
                        :wikitext( &amp;#039;[[File:WikimediaUI-Notice.svg|14px|link=]]&amp;#039; )&lt;br /&gt;
                        :done()&lt;br /&gt;
                    :wikitext( &amp;#039;This is a documentation subpage for &amp;#039; .. page .. &amp;#039;.&amp;#039; )&lt;br /&gt;
                    :done()&lt;br /&gt;
                :tag( &amp;#039;span&amp;#039; )&lt;br /&gt;
                    :addClass( &amp;#039;mbox-text&amp;#039; )&lt;br /&gt;
                    :wikitext(&lt;br /&gt;
                        string.format(&lt;br /&gt;
                            &amp;#039;It contains usage information, categories, and other content that is not part of the [[&amp;#039; .. page .. &amp;#039;|original %s page]].&amp;#039;,&lt;br /&gt;
                            onModule and &amp;#039;module&amp;#039; or &amp;#039;template&amp;#039;&lt;br /&gt;
                        )&lt;br /&gt;
                    )&lt;br /&gt;
                    :done()&lt;br /&gt;
                :done()&lt;br /&gt;
            :wikitext(frame:extensionTag{ name = &amp;#039;templatestyles&amp;#039;, args = { src = &amp;#039;Mbox/styles.css&amp;#039;} })&lt;br /&gt;
            :wikitext(frame:extensionTag{ name = &amp;#039;templatestyles&amp;#039;, args = { src = &amp;#039;Hatnote/styles.css&amp;#039;} })&lt;br /&gt;
            :done()&lt;br /&gt;
&lt;br /&gt;
        if title.namespace == 10 then -- Template namespace&lt;br /&gt;
            cats = &amp;#039;[[Category:Template documentation|&amp;#039; .. title.baseText .. &amp;#039;]]&amp;#039;&lt;br /&gt;
            ret2 = addDependencyList and dependencyList._main() or &amp;#039;&amp;#039;&lt;br /&gt;
        elseif title.namespace == 828 then -- Module namespace&lt;br /&gt;
            cats = &amp;#039;[[Category:Module documentation|&amp;#039; .. title.baseText .. &amp;#039;]]&amp;#039;&lt;br /&gt;
            ret2 = addDependencyList and dependencyList._main() or &amp;#039;&amp;#039;&lt;br /&gt;
        else&lt;br /&gt;
            cats = &amp;#039;&amp;#039;&lt;br /&gt;
            ret2 = &amp;#039;&amp;#039;&lt;br /&gt;
        end&lt;br /&gt;
&lt;br /&gt;
        return tostring( ret ) .. ret2 .. cats&lt;br /&gt;
    end&lt;br /&gt;
    &lt;br /&gt;
    -- template header&lt;br /&gt;
    -- don&amp;#039;t use mw.html as we aren&amp;#039;t closing the main div tag&lt;br /&gt;
    ret1 = &amp;#039;&amp;lt;div class=&amp;quot;documentation&amp;quot;&amp;gt;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
    ret2 = mw.html.create( nil )&lt;br /&gt;
        :tag( &amp;#039;div&amp;#039; )&lt;br /&gt;
            :addClass( &amp;#039;documentation-header&amp;#039; )&lt;br /&gt;
            :tag( &amp;#039;span&amp;#039; )&lt;br /&gt;
                :addClass( &amp;#039;documentation-title&amp;#039; )&lt;br /&gt;
                :wikitext( string.format(&amp;#039;%s documentation&amp;#039;, onModule and &amp;#039;Module&amp;#039; or &amp;#039;Template&amp;#039;) )&lt;br /&gt;
                :done()&lt;br /&gt;
            :tag( &amp;#039;span&amp;#039; )&lt;br /&gt;
                :addClass( &amp;#039;documentation-links plainlinks&amp;#039; )&lt;br /&gt;
                :wikitext(&lt;br /&gt;
                    &amp;#039;[[&amp;#039; .. tostring( mw.uri.fullUrl( page .. &amp;#039;/doc&amp;#039;, {action=&amp;#039;view&amp;#039;} ) ) .. &amp;#039; view]]&amp;#039; ..&lt;br /&gt;
                    &amp;#039;[[&amp;#039; .. tostring( mw.uri.fullUrl( page .. &amp;#039;/doc&amp;#039;, {action=&amp;#039;edit&amp;#039;} ) ) .. &amp;#039; edit]]&amp;#039; ..&lt;br /&gt;
                    &amp;#039;[[&amp;#039; .. tostring( mw.uri.fullUrl( page .. &amp;#039;/doc&amp;#039;, {action=&amp;#039;history&amp;#039;} ) ) .. &amp;#039; history]]&amp;#039; ..&lt;br /&gt;
                    &amp;#039;[&amp;lt;span class=&amp;quot;jsPurgeLink&amp;quot;&amp;gt;[&amp;#039; .. tostring( mw.uri.fullUrl( title.fullText, {action=&amp;#039;purge&amp;#039;} ) ) .. &amp;#039; purge]&amp;lt;/span&amp;gt;]&amp;#039;&lt;br /&gt;
                )&lt;br /&gt;
                :done()&lt;br /&gt;
            :done()&lt;br /&gt;
        :tag( &amp;#039;div&amp;#039; )&lt;br /&gt;
            :addClass( &amp;#039;documentation-subheader&amp;#039; )&lt;br /&gt;
            :tag( &amp;#039;span&amp;#039; )&lt;br /&gt;
                :addClass( &amp;#039;documentation-documentation&amp;#039; )&lt;br /&gt;
                :wikitext( &amp;#039;This documentation is transcluded from [[&amp;#039; .. page .. &amp;#039;/doc]]. Changes can be proposed in the talk page.&amp;#039; )&lt;br /&gt;
                :done()&lt;br /&gt;
            :wikitext(frame:extensionTag{ name = &amp;#039;templatestyles&amp;#039;, args = { src = &amp;#039;Mbox/styles.css&amp;#039;} })&lt;br /&gt;
            :wikitext(frame:extensionTag{ name = &amp;#039;templatestyles&amp;#039;, args = { src = &amp;#039;Hatnote/styles.css&amp;#039;} })&lt;br /&gt;
            :wikitext(frame:extensionTag{ name = &amp;#039;templatestyles&amp;#039;, args = { src = &amp;#039;Documentation/styles.css&amp;#039;} })&lt;br /&gt;
            :done()&lt;br /&gt;
    &lt;br /&gt;
    ret3 = addDependencyList and dependencyList._main() or &amp;#039;&amp;#039;&lt;br /&gt;
        &lt;br /&gt;
    return ret1 .. tostring( ret2 ) .. &amp;#039;&amp;lt;div class=&amp;quot;documentation-content&amp;quot;&amp;gt;&amp;#039; .. ret3&lt;br /&gt;
end&lt;br /&gt;
&lt;br /&gt;
return p&lt;br /&gt;
&lt;br /&gt;
-- &amp;lt;/nowiki&amp;gt;&lt;/div&gt;</summary>
		<author><name>Syntax McBucketface</name></author>
	</entry>
</feed>