<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>http://goodoldtv.com/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://goodoldtv.com/index.php?action=history&amp;feed=atom&amp;title=Module%3AFurther"/>
	<link rel="alternate" type="text/html" href="http://goodoldtv.com/index.php?title=Module:Further&amp;action=history"/>
	<updated>2026-05-24T17:58:05Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.38.2</generator>
	<entry>
		<id>http://goodoldtv.com/index.php?title=Module:Further&amp;diff=11712&amp;oldid=prev</id>
		<title>Adminpeter: 1 revision imported</title>
		<link rel="alternate" type="text/html" href="http://goodoldtv.com/index.php?title=Module:Further&amp;diff=11712&amp;oldid=prev"/>
		<updated>2018-07-05T02:30:20Z</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&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 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.further (frame)&lt;br /&gt;
	mArguments = require(&amp;#039;Module:Arguments&amp;#039;)&lt;br /&gt;
	mLabels = require(&amp;#039;Module:Labelled list hatnote&amp;#039;)&lt;br /&gt;
	local args = mArguments.getArgs(frame, {parentOnly = true})&lt;br /&gt;
	local topic, category = args.topic, args.category&lt;br /&gt;
	local options = {selfref = args.selfref}&lt;br /&gt;
	pages = mLabels.preprocessDisplays(args)&lt;br /&gt;
	if #pages == 0 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;
			category&lt;br /&gt;
		)&lt;br /&gt;
	end&lt;br /&gt;
	return p._further(pages, topic, options)&lt;br /&gt;
end&lt;br /&gt;
&lt;br /&gt;
function p._further (pages, topic, options)&lt;br /&gt;
	topic = topic and (&amp;#039; on &amp;#039;..topic) or &amp;#039;&amp;#039;&lt;br /&gt;
	local text = string.format(&amp;#039;Further information%s: %s&amp;#039;, topic, mHatlist.andList(pages, true))&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>Adminpeter</name></author>
	</entry>
</feed>