<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="nl">
		<id>http://wiki.vuilnisbak.xyz/index.php?action=history&amp;feed=atom&amp;title=Module%3APp-move-indef</id>
		<title>Module:Pp-move-indef - Bewerkingsoverzicht</title>
		<link rel="self" type="application/atom+xml" href="http://wiki.vuilnisbak.xyz/index.php?action=history&amp;feed=atom&amp;title=Module%3APp-move-indef"/>
		<link rel="alternate" type="text/html" href="http://wiki.vuilnisbak.xyz/index.php?title=Module:Pp-move-indef&amp;action=history"/>
		<updated>2026-05-06T20:38:33Z</updated>
		<subtitle>Bewerkingsoverzicht voor deze pagina op de wiki</subtitle>
		<generator>MediaWiki 1.25.1</generator>

	<entry>
		<id>http://wiki.vuilnisbak.xyz/index.php?title=Module:Pp-move-indef&amp;diff=741&amp;oldid=prev</id>
		<title>Admin: 1 versie geïmporteerd</title>
		<link rel="alternate" type="text/html" href="http://wiki.vuilnisbak.xyz/index.php?title=Module:Pp-move-indef&amp;diff=741&amp;oldid=prev"/>
				<updated>2015-06-03T15:25:08Z</updated>
		
		<summary type="html">&lt;p&gt;1 versie geïmporteerd&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Nieuwe pagina&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) == 'string' then&lt;br /&gt;
		title = mw.title.new(title)&lt;br /&gt;
	elseif type(title) ~= 'table' 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 == 'sysop' or level == 'templateeditor' then&lt;br /&gt;
		if namespace == 2 or namespace == 3 then&lt;br /&gt;
			category = 'Wikipedia move-protected user and user talk pages'&lt;br /&gt;
		elseif namespace == 4 or namepace == 12 then&lt;br /&gt;
			category = 'Wikipedia move-protected project pages'&lt;br /&gt;
		elseif namespace == 100 then&lt;br /&gt;
			category = 'Wikipedia move-protected portals'&lt;br /&gt;
		elseif title.isTalkPage then&lt;br /&gt;
			category = 'Wikipedia move-protected talk pages'&lt;br /&gt;
		else&lt;br /&gt;
			category = 'Wikipedia indefinitely move-protected pages'&lt;br /&gt;
		end&lt;br /&gt;
	else&lt;br /&gt;
		category = 'Wikipedia pages with incorrect protection templates'&lt;br /&gt;
	end&lt;br /&gt;
&lt;br /&gt;
	return string.format(&lt;br /&gt;
		'[[%s:%s|%s]]',&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>Admin</name></author>	</entry>

	</feed>