<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://www.thegoonshow.co.uk/wiki/index.php?action=history&amp;feed=atom&amp;title=Module%3ASee_also_if_exists</id>
	<title>Module:See also if exists - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://www.thegoonshow.co.uk/wiki/index.php?action=history&amp;feed=atom&amp;title=Module%3ASee_also_if_exists"/>
	<link rel="alternate" type="text/html" href="https://www.thegoonshow.co.uk/wiki/index.php?title=Module:See_also_if_exists&amp;action=history"/>
	<updated>2026-05-13T23:14:48Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.38.2</generator>
	<entry>
		<id>https://www.thegoonshow.co.uk/wiki/index.php?title=Module:See_also_if_exists&amp;diff=45515&amp;oldid=prev</id>
		<title>Kurt: 1 revision imported</title>
		<link rel="alternate" type="text/html" href="https://www.thegoonshow.co.uk/wiki/index.php?title=Module:See_also_if_exists&amp;diff=45515&amp;oldid=prev"/>
		<updated>2023-03-19T18:28:48Z</updated>

		<summary type="html">&lt;p&gt;1 revision imported&lt;/p&gt;
&lt;table style=&quot;background-color: #fff; color: #202122;&quot; data-mw=&quot;interface&quot;&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;en&quot;&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;Revision as of 13:28, 19 March 2023&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-notice&quot; lang=&quot;en&quot;&gt;&lt;div class=&quot;mw-diff-empty&quot;&gt;(No difference)&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</summary>
		<author><name>Kurt</name></author>
	</entry>
	<entry>
		<id>https://www.thegoonshow.co.uk/wiki/index.php?title=Module:See_also_if_exists&amp;diff=45514&amp;oldid=prev</id>
		<title>en&gt;Pppery: Fix bug when warning is provided without namespace</title>
		<link rel="alternate" type="text/html" href="https://www.thegoonshow.co.uk/wiki/index.php?title=Module:See_also_if_exists&amp;diff=45514&amp;oldid=prev"/>
		<updated>2020-10-03T16:07:01Z</updated>

		<summary type="html">&lt;p&gt;Fix bug when warning is provided without namespace&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;--[[ v1.0&lt;br /&gt;
]]&lt;br /&gt;
local p = {}&lt;br /&gt;
local yesno = require(&amp;quot;Module:yesno&amp;quot;)&lt;br /&gt;
&lt;br /&gt;
function p.main(frame)&lt;br /&gt;
	local rawpages = {}&lt;br /&gt;
	local nvalid = 0&lt;br /&gt;
	local namespace = frame.args.ns&lt;br /&gt;
	for i, v in ipairs(frame:getParent().args) do&lt;br /&gt;
		if (v ~= nil) then&lt;br /&gt;
			local thisArg = mw.text.trim(v)&lt;br /&gt;
			if (thisArg ~= &amp;quot;&amp;quot;) then&lt;br /&gt;
				local title = mw.title.new(thisArg, namespace)&lt;br /&gt;
				if title ~= nil and title.exists then&lt;br /&gt;
					table.insert(rawpages, title.fullText)&lt;br /&gt;
					nvalid = nvalid + 1&lt;br /&gt;
				end&lt;br /&gt;
			end&lt;br /&gt;
		end&lt;br /&gt;
	end&lt;br /&gt;
	if (nvalid == 0) then&lt;br /&gt;
		if yesno(frame.args.warning) then&lt;br /&gt;
			if namespace == nil then&lt;br /&gt;
				namespace = &amp;quot;page&amp;quot;&lt;br /&gt;
			elseif namespace:sub(-1) == &amp;quot;y&amp;quot; then&lt;br /&gt;
				namespace = namespace:sub(0, -2) .. &amp;quot;ie&amp;quot;&lt;br /&gt;
			end&lt;br /&gt;
			mw.addWarning(string.format(&amp;quot;'''[[%s]] — no output, because none of the %ss currently exist.'''&amp;quot;,&lt;br /&gt;
				frame:getParent():getTitle(),namespace))&lt;br /&gt;
		end&lt;br /&gt;
		return &amp;quot;&amp;quot;&lt;br /&gt;
	end&lt;br /&gt;
	local mLabelledList = require('Module:Labelled list hatnote')&lt;br /&gt;
	local pages = mLabelledList._labelledList(rawpages, &amp;quot;See also&amp;quot;, &amp;quot;&amp;quot;)&lt;br /&gt;
	return pages&lt;br /&gt;
end&lt;br /&gt;
&lt;br /&gt;
return p&lt;/div&gt;</summary>
		<author><name>en&gt;Pppery</name></author>
	</entry>
</feed>