<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://afropedia.world/index.php?action=history&amp;feed=atom&amp;title=Module%3APp-move-indef</id>
	<title>Module:Pp-move-indef - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://afropedia.world/index.php?action=history&amp;feed=atom&amp;title=Module%3APp-move-indef"/>
	<link rel="alternate" type="text/html" href="https://afropedia.world/index.php?title=Module:Pp-move-indef&amp;action=history"/>
	<updated>2026-04-06T08:18:45Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.45.1</generator>
	<entry>
		<id>https://afropedia.world/index.php?title=Module:Pp-move-indef&amp;diff=7402&amp;oldid=prev</id>
		<title>imported&gt;Kofi: 1 revision</title>
		<link rel="alternate" type="text/html" href="https://afropedia.world/index.php?title=Module:Pp-move-indef&amp;diff=7402&amp;oldid=prev"/>
		<updated>2014-12-08T17:18:41Z</updated>

		<summary type="html">&lt;p&gt;1 revision&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;-- This module implements [[Template:Pp-move-indef]].&lt;br /&gt;
&lt;br /&gt;
local p = {}&lt;br /&gt;
&lt;br /&gt;
function p.main(title)&lt;br /&gt;
	if type(title) == &amp;#039;string&amp;#039; then&lt;br /&gt;
		title = mw.title.new(title)&lt;br /&gt;
	elseif type(title) ~= &amp;#039;table&amp;#039; or not title.text or not title.getContent then&lt;br /&gt;
		-- The title parameter is absent or not a title object. It could be a&lt;br /&gt;
		-- frame object if we are being called from #invoke.&lt;br /&gt;
		title = mw.title.getCurrentTitle()&lt;br /&gt;
	end&lt;br /&gt;
	&lt;br /&gt;
	local level = title&lt;br /&gt;
		and title.protectionLevels&lt;br /&gt;
		and title.protectionLevels.move&lt;br /&gt;
		and title.protectionLevels.move[1]&lt;br /&gt;
	local namespace = title and title.namespace&lt;br /&gt;
&lt;br /&gt;
	local category&lt;br /&gt;
	if level == &amp;#039;sysop&amp;#039; or level == &amp;#039;templateeditor&amp;#039; then&lt;br /&gt;
		if namespace == 2 or namespace == 3 then&lt;br /&gt;
			category = &amp;#039;Wikipedia move-protected user and user talk pages&amp;#039;&lt;br /&gt;
		elseif namespace == 4 or namepace == 12 then&lt;br /&gt;
			category = &amp;#039;Wikipedia move-protected project pages&amp;#039;&lt;br /&gt;
		elseif namespace == 100 then&lt;br /&gt;
			category = &amp;#039;Wikipedia move-protected portals&amp;#039;&lt;br /&gt;
		elseif title.isTalkPage then&lt;br /&gt;
			category = &amp;#039;Wikipedia move-protected talk pages&amp;#039;&lt;br /&gt;
		else&lt;br /&gt;
			category = &amp;#039;Wikipedia indefinitely move-protected pages&amp;#039;&lt;br /&gt;
		end&lt;br /&gt;
	else&lt;br /&gt;
		category = &amp;#039;Wikipedia pages with incorrect protection templates&amp;#039;&lt;br /&gt;
	end&lt;br /&gt;
&lt;br /&gt;
	return string.format(&lt;br /&gt;
		&amp;#039;[[%s:%s|%s]]&amp;#039;,&lt;br /&gt;
		mw.site.namespaces[14].name, -- &amp;quot;Category&amp;quot;&lt;br /&gt;
		category,&lt;br /&gt;
		title.text -- equivalent of {{PAGENAME}}&lt;br /&gt;
	)&lt;br /&gt;
end&lt;br /&gt;
&lt;br /&gt;
return p&lt;/div&gt;</summary>
		<author><name>imported&gt;Kofi</name></author>
	</entry>
</feed>