<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://www.limswiki.org/index.php?action=history&amp;feed=atom&amp;title=Module%3ABroader</id>
	<title>Module:Broader - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://www.limswiki.org/index.php?action=history&amp;feed=atom&amp;title=Module%3ABroader"/>
	<link rel="alternate" type="text/html" href="https://www.limswiki.org/index.php?title=Module:Broader&amp;action=history"/>
	<updated>2026-04-04T17:19:45Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.36.1</generator>
	<entry>
		<id>https://www.limswiki.org/index.php?title=Module:Broader&amp;diff=27287&amp;oldid=prev</id>
		<title>Shawndouglas: Protected &quot;Module:Broader&quot; ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite))</title>
		<link rel="alternate" type="text/html" href="https://www.limswiki.org/index.php?title=Module:Broader&amp;diff=27287&amp;oldid=prev"/>
		<updated>2016-08-19T19:25:53Z</updated>

		<summary type="html">&lt;p&gt;Protected &amp;quot;&lt;a href=&quot;/index.php/Module:Broader&quot; title=&quot;Module:Broader&quot;&gt;Module:Broader&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;col class=&quot;diff-marker&quot; /&gt;
				&lt;col class=&quot;diff-content&quot; /&gt;
				&lt;col class=&quot;diff-marker&quot; /&gt;
				&lt;col class=&quot;diff-content&quot; /&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;en&quot;&gt;
				&lt;td colspan=&quot;2&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan=&quot;2&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;Revision as of 19:25, 19 August 2016&lt;/td&gt;
				&lt;/tr&gt;
&lt;!-- diff cache key limswiki:diff::1.12:old-27275:rev-27287 --&gt;
&lt;/table&gt;</summary>
		<author><name>Shawndouglas</name></author>
	</entry>
	<entry>
		<id>https://www.limswiki.org/index.php?title=Module:Broader&amp;diff=27275&amp;oldid=prev</id>
		<title>Shawndouglas: Created as needed.</title>
		<link rel="alternate" type="text/html" href="https://www.limswiki.org/index.php?title=Module:Broader&amp;diff=27275&amp;oldid=prev"/>
		<updated>2016-08-19T19:17:57Z</updated>

		<summary type="html">&lt;p&gt;Created as needed.&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 a broader coverage related to this topic&amp;quot; link. It implements&lt;br /&gt;
-- the {{broader}} template.&lt;br /&gt;
--]]&lt;br /&gt;
&lt;br /&gt;
local mHatnote = require('Module:Hatnote')&lt;br /&gt;
local mArguments -- lazily initialise&lt;br /&gt;
&lt;br /&gt;
local p = {}&lt;br /&gt;
&lt;br /&gt;
function p.broader(frame)&lt;br /&gt;
	mArguments = require('Module:Arguments')&lt;br /&gt;
	local args = mArguments.getArgs(frame, {parentOnly = true})&lt;br /&gt;
	local page = args[1]&lt;br /&gt;
	local topic = args[2]&lt;br /&gt;
	if not page then&lt;br /&gt;
		return mHatnote.makeWikitextError(&lt;br /&gt;
			'no page name specified',&lt;br /&gt;
			'Template:Broader#Errors',&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._broader(page, topic, options)&lt;br /&gt;
end&lt;br /&gt;
&lt;br /&gt;
function p._broader(page, topic, options)&lt;br /&gt;
	page = mHatnote._formatLink(page)&lt;br /&gt;
	topic = topic or 'this topic'&lt;br /&gt;
	local text = string.format('For a broader coverage related to  %s, see %s.', topic, page)&lt;br /&gt;
	options = options or {}&lt;br /&gt;
&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>Shawndouglas</name></author>
	</entry>
</feed>