<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>http://ephemeralfilm.info/a/Module:Main_list/history?feed=atom</id>
	<title>Module:Main list - Revision history</title>
	<link rel="self" type="application/atom+xml" href="http://ephemeralfilm.info/a/Module:Main_list/history?feed=atom"/>
	<link rel="alternate" type="text/html" href="http://ephemeralfilm.info/a/Module:Main_list/history"/>
	<updated>2026-04-07T21:28:03Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.36.2</generator>
	<entry>
		<id>http://ephemeralfilm.info/index.php?title=Module:Main_list&amp;diff=37940&amp;oldid=prev</id>
		<title>JJR: Created page with &quot;-- -- This module produces a &quot;For more details on this topic&quot; link. It implements -- the {{Main list}} template. --  local mHatnote = require(&#039;Module:Hatnote&#039;) local mHatl...&quot;</title>
		<link rel="alternate" type="text/html" href="http://ephemeralfilm.info/index.php?title=Module:Main_list&amp;diff=37940&amp;oldid=prev"/>
		<updated>2022-03-24T18:43:38Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;--[[ -- This module produces a &amp;quot;For more details on this topic&amp;quot; link. It implements -- the {{Main list}} template. --]]  local mHatnote = require(&amp;#039;Module:Hatnote&amp;#039;) local mHatl...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;--[[&lt;br /&gt;
-- This module produces a &amp;quot;For more details on this topic&amp;quot; link. It implements&lt;br /&gt;
-- the {{Main list}} template.&lt;br /&gt;
--]]&lt;br /&gt;
&lt;br /&gt;
local mHatnote = require(&amp;#039;Module:Hatnote&amp;#039;)&lt;br /&gt;
local mHatlist = require(&amp;#039;Module:Hatnote list&amp;#039;)&lt;br /&gt;
local mArguments -- lazily initialise&lt;br /&gt;
local mTableTools -- lazily initialise&lt;br /&gt;
local p = {}&lt;br /&gt;
&lt;br /&gt;
function p.mainList(frame)&lt;br /&gt;
	mArguments = require(&amp;#039;Module:Arguments&amp;#039;)&lt;br /&gt;
	mTableTools = require(&amp;#039;Module:TableTools&amp;#039;)&lt;br /&gt;
	local args = mArguments.getArgs(frame, {parentOnly = true})&lt;br /&gt;
	if not args[1] then&lt;br /&gt;
		return mHatnote.makeWikitextError(&lt;br /&gt;
			&amp;#039;no page name specified&amp;#039;,&lt;br /&gt;
			&amp;#039;Template:Main list#Errors&amp;#039;,&lt;br /&gt;
			args.category&lt;br /&gt;
		)&lt;br /&gt;
	end&lt;br /&gt;
	return p._mainList(mTableTools.compressSparseArray(args))&lt;br /&gt;
end&lt;br /&gt;
&lt;br /&gt;
function p._mainList(args)&lt;br /&gt;
	local pages = mHatlist.andList(args, true)&lt;br /&gt;
	local text = string.format(&amp;#039;For a more comprehensive list, see %s.&amp;#039;, pages)&lt;br /&gt;
	return mHatnote._hatnote(text)&lt;br /&gt;
end&lt;br /&gt;
&lt;br /&gt;
return p&lt;/div&gt;</summary>
		<author><name>JJR</name></author>
	</entry>
</feed>