<?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%3AOther_people</id>
	<title>Module:Other people - 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%3AOther_people"/>
	<link rel="alternate" type="text/html" href="https://www.thegoonshow.co.uk/wiki/index.php?title=Module:Other_people&amp;action=history"/>
	<updated>2026-05-14T07:35:47Z</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:Other_people&amp;diff=2177&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:Other_people&amp;diff=2177&amp;oldid=prev"/>
		<updated>2022-07-20T19:23:39Z</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 14:23, 20 July 2022&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:Other_people&amp;diff=2176&amp;oldid=prev</id>
		<title>en&gt;MusikAnimal: Protected &quot;Module:Other people&quot;: High-risk module ([Edit=Require template editor access] (indefinite))</title>
		<link rel="alternate" type="text/html" href="https://www.thegoonshow.co.uk/wiki/index.php?title=Module:Other_people&amp;diff=2176&amp;oldid=prev"/>
		<updated>2017-10-10T17:19:53Z</updated>

		<summary type="html">&lt;p&gt;Protected &amp;quot;&lt;a href=&quot;/wiki/index.php?title=Module:Other_people&quot; title=&quot;Module:Other people&quot;&gt;Module:Other people&lt;/a&gt;&amp;quot;: &lt;a href=&quot;/wiki/index.php?title=WP:High-risk_templates&amp;amp;action=edit&amp;amp;redlink=1&quot; class=&quot;new&quot; title=&quot;WP:High-risk templates (page does not exist)&quot;&gt;High-risk module&lt;/a&gt; ([Edit=Require template editor access] (indefinite))&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;local mOtheruses = require('Module:Other uses')&lt;br /&gt;
local mArguments = require('Module:Arguments')&lt;br /&gt;
local compressArray = require('Module:TableTools').compressSparseArray&lt;br /&gt;
local p = {}&lt;br /&gt;
&lt;br /&gt;
function p.otherPeople (frame)&lt;br /&gt;
	--Get arguments&lt;br /&gt;
	local origArgs = mArguments.getArgs(frame)&lt;br /&gt;
	local named = origArgs.named&lt;br /&gt;
	local args = compressArray(origArgs)&lt;br /&gt;
	if not origArgs[1] then table.insert(args, 1, nil) end&lt;br /&gt;
	-- Assemble arguments and return&lt;br /&gt;
	local title = args[1] or mw.title.getCurrentTitle().text&lt;br /&gt;
	local options = {&lt;br /&gt;
		title = title,&lt;br /&gt;
		defaultPage = args[2],&lt;br /&gt;
		otherText = (args[2] and not args[1] and 'people with the same name') or&lt;br /&gt;
			string.format('people %s %s', named or 'named', title)&lt;br /&gt;
	}&lt;br /&gt;
	-- Don't pass args[1] through as a target page. Manual downshift because Lua&lt;br /&gt;
	-- expectation of sequences means table.remove() doesn't necessarily work&lt;br /&gt;
	for i = 2, math.max(table.maxn(args), 2) do&lt;br /&gt;
		args[i - 1] = args[i]&lt;br /&gt;
		args[i] = nil&lt;br /&gt;
	end&lt;br /&gt;
	return mOtheruses._otheruses(args, options)&lt;br /&gt;
end&lt;br /&gt;
&lt;br /&gt;
return p&lt;/div&gt;</summary>
		<author><name>en&gt;MusikAnimal</name></author>
	</entry>
</feed>