<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://linguifex.com/w/index.php?action=history&amp;feed=atom&amp;title=Module%3Adata%2Fnamespaces</id>
	<title>Module:data/namespaces - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://linguifex.com/w/index.php?action=history&amp;feed=atom&amp;title=Module%3Adata%2Fnamespaces"/>
	<link rel="alternate" type="text/html" href="https://linguifex.com/w/index.php?title=Module:data/namespaces&amp;action=history"/>
	<updated>2026-04-08T20:36:13Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.43.6</generator>
	<entry>
		<id>https://linguifex.com/w/index.php?title=Module:data/namespaces&amp;diff=375236&amp;oldid=prev</id>
		<title>Sware: Created page with &quot;local data = {}  local gsub = string.gsub local next = next local ulower = require(&quot;Module:string utilities&quot;).lower  for _, namespace in next, mw.site.namespaces do 	local prefix = ulower((gsub(namespace.name, &quot;_&quot;, &quot; &quot;))) 	data[prefix] = prefix 	for _, alias in next, namespace.aliases do 		data[ulower((gsub(alias, &quot;_&quot;, &quot; &quot;)))] = prefix 	end end  return data&quot;</title>
		<link rel="alternate" type="text/html" href="https://linguifex.com/w/index.php?title=Module:data/namespaces&amp;diff=375236&amp;oldid=prev"/>
		<updated>2024-08-08T10:18:57Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;local data = {}  local gsub = string.gsub local next = next local ulower = require(&amp;quot;Module:string utilities&amp;quot;).lower  for _, namespace in next, mw.site.namespaces do 	local prefix = ulower((gsub(namespace.name, &amp;quot;_&amp;quot;, &amp;quot; &amp;quot;))) 	data[prefix] = prefix 	for _, alias in next, namespace.aliases do 		data[ulower((gsub(alias, &amp;quot;_&amp;quot;, &amp;quot; &amp;quot;)))] = prefix 	end end  return data&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;local data = {}&lt;br /&gt;
&lt;br /&gt;
local gsub = string.gsub&lt;br /&gt;
local next = next&lt;br /&gt;
local ulower = require(&amp;quot;Module:string utilities&amp;quot;).lower&lt;br /&gt;
&lt;br /&gt;
for _, namespace in next, mw.site.namespaces do&lt;br /&gt;
	local prefix = ulower((gsub(namespace.name, &amp;quot;_&amp;quot;, &amp;quot; &amp;quot;)))&lt;br /&gt;
	data[prefix] = prefix&lt;br /&gt;
	for _, alias in next, namespace.aliases do&lt;br /&gt;
		data[ulower((gsub(alias, &amp;quot;_&amp;quot;, &amp;quot; &amp;quot;)))] = prefix&lt;br /&gt;
	end&lt;br /&gt;
end&lt;br /&gt;
&lt;br /&gt;
return data&lt;/div&gt;</summary>
		<author><name>Sware</name></author>
	</entry>
</feed>