<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://www.cultopedia.org/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.cultopedia.org/index.php?action=history&amp;feed=atom&amp;title=Module%3AOther_people"/>
	<link rel="alternate" type="text/html" href="https://www.cultopedia.org/index.php?title=Module:Other_people&amp;action=history"/>
	<updated>2026-04-06T03:09:10Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.44.5</generator>
	<entry>
		<id>https://www.cultopedia.org/index.php?title=Module:Other_people&amp;diff=2231&amp;oldid=prev</id>
		<title>imported&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.cultopedia.org/index.php?title=Module:Other_people&amp;diff=2231&amp;oldid=prev"/>
		<updated>2017-10-10T17:19:53Z</updated>

		<summary type="html">&lt;p&gt;Protected &amp;quot;&lt;a href=&quot;/index.php/Module:Other_people&quot; title=&quot;Module:Other people&quot;&gt;Module:Other people&lt;/a&gt;&amp;quot;: &lt;a href=&quot;https://en.wikipedia.org/wiki/WP%3AHigh-risk_templates&quot; class=&quot;extiw cultopedia-missing-wikipedia&quot; title=&quot;WP:High-risk templates on Wikipedia&quot; rel=&quot;nofollow&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(&amp;#039;Module:Other uses&amp;#039;)&lt;br /&gt;
local mArguments = require(&amp;#039;Module:Arguments&amp;#039;)&lt;br /&gt;
local compressArray = require(&amp;#039;Module:TableTools&amp;#039;).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 &amp;#039;people with the same name&amp;#039;) or&lt;br /&gt;
			string.format(&amp;#039;people %s %s&amp;#039;, named or &amp;#039;named&amp;#039;, title)&lt;br /&gt;
	}&lt;br /&gt;
	-- Don&amp;#039;t pass args[1] through as a target page. Manual downshift because Lua&lt;br /&gt;
	-- expectation of sequences means table.remove() doesn&amp;#039;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>imported&gt;MusikAnimal</name></author>
	</entry>
</feed>