<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.americanmusicclub.com/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://wiki.americanmusicclub.com/index.php?action=history&amp;feed=atom&amp;title=Module%3AOther_people"/>
	<link rel="alternate" type="text/html" href="https://wiki.americanmusicclub.com/index.php?title=Module:Other_people&amp;action=history"/>
	<updated>2026-04-10T15:22:41Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.39.7</generator>
	<entry>
		<id>https://wiki.americanmusicclub.com/index.php?title=Module:Other_people&amp;diff=26564&amp;oldid=prev</id>
		<title>Amc-admin: 1 revision imported</title>
		<link rel="alternate" type="text/html" href="https://wiki.americanmusicclub.com/index.php?title=Module:Other_people&amp;diff=26564&amp;oldid=prev"/>
		<updated>2016-11-25T13:54:19Z</updated>

		<summary type="html">&lt;p&gt;1 revision imported&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>Amc-admin</name></author>
	</entry>
</feed>