<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://mywikibiz.com/index.php?action=history&amp;feed=atom&amp;title=Module%3AAbout_other_people</id>
	<title>Module:About other people - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://mywikibiz.com/index.php?action=history&amp;feed=atom&amp;title=Module%3AAbout_other_people"/>
	<link rel="alternate" type="text/html" href="https://mywikibiz.com/index.php?title=Module:About_other_people&amp;action=history"/>
	<updated>2026-06-18T09:18:13Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.35.3</generator>
	<entry>
		<id>https://mywikibiz.com/index.php?title=Module:About_other_people&amp;diff=470067&amp;oldid=prev</id>
		<title>Zoran: Moved page from wikipedia:en:Module:About other people</title>
		<link rel="alternate" type="text/html" href="https://mywikibiz.com/index.php?title=Module:About_other_people&amp;diff=470067&amp;oldid=prev"/>
		<updated>2021-07-08T18:13:45Z</updated>

		<summary type="html">&lt;p&gt;Moved page from &lt;a href=&quot;/index.php?title=Wikipedia:en:Module:About_other_people&amp;amp;action=edit&amp;amp;redlink=1&quot; class=&quot;new&quot; title=&quot;Wikipedia:en:Module:About other people (page does not exist)&quot;&gt;wikipedia:en:Module:About other people&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;local mAbout = require('Module:About')&lt;br /&gt;
local mHatnote = require('Module:Hatnote')&lt;br /&gt;
local mArguments = require('Module:Arguments')&lt;br /&gt;
local p = {}&lt;br /&gt;
&lt;br /&gt;
local s = { --strings&lt;br /&gt;
	emptySubject = 'no page subject specified',&lt;br /&gt;
	templateName = 'Template:About other people',&lt;br /&gt;
	andKeyword = 'and',&lt;br /&gt;
	otherPeopleNamedForm = 'other people %s %s',&lt;br /&gt;
	named = 'named',&lt;br /&gt;
	otherPeopleSame = 'other people with the same name',&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
function p.aboutOtherPeople (frame)&lt;br /&gt;
	local args = mArguments.getArgs(frame)&lt;br /&gt;
	--if not args[1], a different template would be better!&lt;br /&gt;
	if not args[1] then&lt;br /&gt;
		return mHatnote.makeWikitextError(&lt;br /&gt;
			s.emptySubject,&lt;br /&gt;
			s.templateName,&lt;br /&gt;
			args.category&lt;br /&gt;
		)&lt;br /&gt;
	end&lt;br /&gt;
	--get pages from arguments if applicable, with attempted default to args[2]&lt;br /&gt;
	local pages = {}&lt;br /&gt;
	for k, v in pairs(args) do&lt;br /&gt;
		if type(k) == 'number' and k &amp;gt; 2 then&lt;br /&gt;
			if pages[1] then table.insert(pages, s.andKeyword) end&lt;br /&gt;
			table.insert(pages, v)&lt;br /&gt;
		end&lt;br /&gt;
	end&lt;br /&gt;
	if #pages == 0 then pages = {args[2] and mHatnote.disambiguate(args[2])} end&lt;br /&gt;
	--translate args into args for _about(). [2] is nil to force otherText.&lt;br /&gt;
	local returnArgs = {text = args.text, args[1], nil, unpack(pages)}&lt;br /&gt;
	local options = {&lt;br /&gt;
		otherText = (args[2] and&lt;br /&gt;
			string.format(&lt;br /&gt;
					s.otherPeopleNamedForm,&lt;br /&gt;
					args.named or s.named,&lt;br /&gt;
					args[2]&lt;br /&gt;
				)&lt;br /&gt;
			) or s.otherPeopleSame&lt;br /&gt;
	}&lt;br /&gt;
	return mAbout._about(returnArgs, options)&lt;br /&gt;
end&lt;br /&gt;
&lt;br /&gt;
return p&lt;/div&gt;</summary>
		<author><name>Zoran</name></author>
	</entry>
</feed>