<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-GB">
	<id>https://coptr.digipres.org/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="https://coptr.digipres.org/index.php?action=history&amp;feed=atom&amp;title=Module%3AFurther"/>
	<link rel="alternate" type="text/html" href="https://coptr.digipres.org/index.php?title=Module:Further&amp;action=history"/>
	<updated>2026-05-25T05:42:00Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.35.14</generator>
	<entry>
		<id>https://coptr.digipres.org/index.php?title=Module:Further&amp;diff=3192&amp;oldid=prev</id>
		<title>Caribbean historian: mod dealing with further (footnotes)</title>
		<link rel="alternate" type="text/html" href="https://coptr.digipres.org/index.php?title=Module:Further&amp;diff=3192&amp;oldid=prev"/>
		<updated>2018-05-23T12:16:02Z</updated>

		<summary type="html">&lt;p&gt;mod dealing with further (footnotes)&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('Module:Hatnote')&lt;br /&gt;
local mHatlist = require('Module:Hatnote list')&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('Module:Arguments')&lt;br /&gt;
	mLabels = require('Module:Labelled list hatnote')&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;
			'no page names specified',&lt;br /&gt;
			'Template:Further#Errors',&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 (' on '..topic) or ''&lt;br /&gt;
	local text = string.format('Further information%s: %s', 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>Caribbean historian</name></author>
	</entry>
</feed>