<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-GB">
	<id>https://melodia.as-server.nl/index.php?action=history&amp;feed=atom&amp;title=Module%3AExistNotRedirect</id>
	<title>Module:ExistNotRedirect - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://melodia.as-server.nl/index.php?action=history&amp;feed=atom&amp;title=Module%3AExistNotRedirect"/>
	<link rel="alternate" type="text/html" href="https://melodia.as-server.nl/index.php?title=Module:ExistNotRedirect&amp;action=history"/>
	<updated>2026-05-03T17:00:23Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.40.1</generator>
	<entry>
		<id>https://melodia.as-server.nl/index.php?title=Module:ExistNotRedirect&amp;diff=63&amp;oldid=prev</id>
		<title>SanderNL: Created page with &quot;local p = {}  function p.main(args) 	local myArgs = mw.getCurrentFrame():getParent().args 	local myPageName = myArgs[1] 	local forceFileOnly = myArgs.forcefile -- force File: namespace check only 	 	if not myPageName or myPageName == &quot;&quot; then 		return &quot;&quot; 	end 	 	local myPageTitle = mw.title.makeTitle(&quot;&quot;, myPageName) 	if not myPageTitle then 		error(&quot;Invalid page title passed, MediaWiki cannot understand it&quot;, 1) 	end 	if myPageTitle.exists 		or not forceFileOnly and myPage...&quot;</title>
		<link rel="alternate" type="text/html" href="https://melodia.as-server.nl/index.php?title=Module:ExistNotRedirect&amp;diff=63&amp;oldid=prev"/>
		<updated>2023-12-04T23:21:52Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;local p = {}  function p.main(args) 	local myArgs = mw.getCurrentFrame():getParent().args 	local myPageName = myArgs[1] 	local forceFileOnly = myArgs.forcefile -- force File: namespace check only 	 	if not myPageName or myPageName == &amp;quot;&amp;quot; then 		return &amp;quot;&amp;quot; 	end 	 	local myPageTitle = mw.title.makeTitle(&amp;quot;&amp;quot;, myPageName) 	if not myPageTitle then 		error(&amp;quot;Invalid page title passed, MediaWiki cannot understand it&amp;quot;, 1) 	end 	if myPageTitle.exists 		or not forceFileOnly and myPage...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;local p = {}&lt;br /&gt;
&lt;br /&gt;
function p.main(args)&lt;br /&gt;
	local myArgs = mw.getCurrentFrame():getParent().args&lt;br /&gt;
	local myPageName = myArgs[1]&lt;br /&gt;
	local forceFileOnly = myArgs.forcefile -- force File: namespace check only&lt;br /&gt;
	&lt;br /&gt;
	if not myPageName or myPageName == &amp;quot;&amp;quot; then&lt;br /&gt;
		return &amp;quot;&amp;quot;&lt;br /&gt;
	end&lt;br /&gt;
	&lt;br /&gt;
	local myPageTitle = mw.title.makeTitle(&amp;quot;&amp;quot;, myPageName)&lt;br /&gt;
	if not myPageTitle then&lt;br /&gt;
		error(&amp;quot;Invalid page title passed, MediaWiki cannot understand it&amp;quot;, 1)&lt;br /&gt;
	end&lt;br /&gt;
	if myPageTitle.exists&lt;br /&gt;
		or not forceFileOnly and myPageTitle.file and myPageTitle.file.exists&lt;br /&gt;
	then&lt;br /&gt;
		if not myPageTitle.isRedirect then&lt;br /&gt;
			return myArgs[1]&lt;br /&gt;
		end&lt;br /&gt;
	end&lt;br /&gt;
	&lt;br /&gt;
	return &amp;quot;&amp;quot;&lt;br /&gt;
end&lt;br /&gt;
&lt;br /&gt;
return p&lt;/div&gt;</summary>
		<author><name>SanderNL</name></author>
	</entry>
</feed>