<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>http://g.statisticallyirrelevant.com/w/index.php?action=history&amp;feed=atom&amp;title=Module%3AFurther</id>
	<title>Module:Further - Revision history</title>
	<link rel="self" type="application/atom+xml" href="http://g.statisticallyirrelevant.com/w/index.php?action=history&amp;feed=atom&amp;title=Module%3AFurther"/>
	<link rel="alternate" type="text/html" href="http://g.statisticallyirrelevant.com/w/index.php?title=Module:Further&amp;action=history"/>
	<updated>2026-05-14T20:02:01Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.45.3</generator>
	<entry>
		<id>http://g.statisticallyirrelevant.com/w/index.php?title=Module:Further&amp;diff=971&amp;oldid=prev</id>
		<title>Sage: 1 revision imported</title>
		<link rel="alternate" type="text/html" href="http://g.statisticallyirrelevant.com/w/index.php?title=Module:Further&amp;diff=971&amp;oldid=prev"/>
		<updated>2015-01-16T03:34:21Z</updated>

		<summary type="html">&lt;p&gt;1 revision imported&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;Further information: a, b and c&amp;quot; link. It implements&lt;br /&gt;
-- the {{further}} template.&lt;br /&gt;
--]]&lt;br /&gt;
&lt;br /&gt;
local mHatnote = require(&amp;#039;Module:Hatnote&amp;#039;)&lt;br /&gt;
local mTableTools -- lazily initialise&lt;br /&gt;
local mArguments -- lazily initialise&lt;br /&gt;
&lt;br /&gt;
local p = {}&lt;br /&gt;
&lt;br /&gt;
function p.further(frame)&lt;br /&gt;
	mTableTools = require(&amp;#039;Module:TableTools&amp;#039;)&lt;br /&gt;
	mArguments = require(&amp;#039;Module:Arguments&amp;#039;)&lt;br /&gt;
	local args = mArguments.getArgs(frame, {parentOnly = true})&lt;br /&gt;
	local pages = mTableTools.compressSparseArray(args)&lt;br /&gt;
	if #pages &amp;lt; 1 then&lt;br /&gt;
		return mHatnote.makeWikitextError(&lt;br /&gt;
			&amp;#039;no page names specified&amp;#039;,&lt;br /&gt;
			&amp;#039;Template:Further#Errors&amp;#039;,&lt;br /&gt;
			args.category&lt;br /&gt;
		)&lt;br /&gt;
	end&lt;br /&gt;
	local options = {&lt;br /&gt;
		selfref = args.selfref&lt;br /&gt;
	}&lt;br /&gt;
	return p._further(options, unpack(pages))&lt;br /&gt;
end&lt;br /&gt;
&lt;br /&gt;
function p._further(options, ...)&lt;br /&gt;
	local links = mHatnote.formatPages(...)&lt;br /&gt;
	local text = &amp;#039;Further information: &amp;#039; .. mw.text.listToText(links)&lt;br /&gt;
	return mHatnote._hatnote(text, options)&lt;br /&gt;
end&lt;br /&gt;
&lt;br /&gt;
return p&lt;/div&gt;</summary>
		<author><name>Sage</name></author>
	</entry>
</feed>