<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="de">
	<id>https://wiki.stadtjugendring-oldenburg.de/Modul:Category_handler/shared/history?feed=atom</id>
	<title>Modul:Category handler/shared - Versionsgeschichte</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.stadtjugendring-oldenburg.de/Modul:Category_handler/shared/history?feed=atom"/>
	<link rel="alternate" type="text/html" href="https://wiki.stadtjugendring-oldenburg.de/Modul:Category_handler/shared/history"/>
	<updated>2026-04-29T18:06:03Z</updated>
	<subtitle>Versionsgeschichte dieser Seite in Stadtjugendring Oldenburg</subtitle>
	<generator>MediaWiki 1.44.0-beta</generator>
	<entry>
		<id>https://wiki.stadtjugendring-oldenburg.de/index.php?title=Modul:Category_handler/shared&amp;diff=48&amp;oldid=prev</id>
		<title>Simon: 1 Version importiert: Outdated Template with dependencies</title>
		<link rel="alternate" type="text/html" href="https://wiki.stadtjugendring-oldenburg.de/index.php?title=Modul:Category_handler/shared&amp;diff=48&amp;oldid=prev"/>
		<updated>2019-05-24T19:59:23Z</updated>

		<summary type="html">&lt;p&gt;1 Version importiert: Outdated Template with dependencies&lt;/p&gt;
&lt;table style=&quot;background-color: #fff; color: #202122;&quot; data-mw=&quot;interface&quot;&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;de&quot;&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;← Nächstältere Version&lt;/td&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;Version vom 24. Mai 2019, 19:59 Uhr&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-notice&quot; lang=&quot;de&quot;&gt;&lt;div class=&quot;mw-diff-empty&quot;&gt;(kein Unterschied)&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</summary>
		<author><name>Simon</name></author>
	</entry>
	<entry>
		<id>https://wiki.stadtjugendring-oldenburg.de/index.php?title=Modul:Category_handler/shared&amp;diff=47&amp;oldid=prev</id>
		<title>iw&gt;Mattflaschen-WMF: Reverted edits by 108.173.191.133 (talk) to last revision by Hashar</title>
		<link rel="alternate" type="text/html" href="https://wiki.stadtjugendring-oldenburg.de/index.php?title=Modul:Category_handler/shared&amp;diff=47&amp;oldid=prev"/>
		<updated>2017-03-01T04:01:03Z</updated>

		<summary type="html">&lt;p&gt;Reverted edits by &lt;a href=&quot;/Spezial:Beitr%C3%A4ge/108.173.191.133&quot; title=&quot;Spezial:Beiträge/108.173.191.133&quot;&gt;108.173.191.133&lt;/a&gt; (&lt;a href=&quot;/Benutzer_Diskussion:108.173.191.133/edit?redlink=1&quot; class=&quot;new&quot; title=&quot;Benutzer Diskussion:108.173.191.133 (Seite nicht vorhanden)&quot;&gt;talk&lt;/a&gt;) to last revision by &lt;a href=&quot;/Benutzer:Hashar/edit?redlink=1&quot; class=&quot;new&quot; title=&quot;Benutzer:Hashar (Seite nicht vorhanden)&quot;&gt;Hashar&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Neue Seite&lt;/b&gt;&lt;/p&gt;&lt;div&gt;-- This module contains shared functions used by [[Module:Category handler]]&lt;br /&gt;
-- and its submodules.&lt;br /&gt;
&lt;br /&gt;
local p = {}&lt;br /&gt;
&lt;br /&gt;
function p.matchesBlacklist(page, blacklist)&lt;br /&gt;
	for i, pattern in ipairs(blacklist) do&lt;br /&gt;
		local match = mw.ustring.match(page, pattern)&lt;br /&gt;
		if match then&lt;br /&gt;
			return true&lt;br /&gt;
		end&lt;br /&gt;
	end&lt;br /&gt;
	return false&lt;br /&gt;
end&lt;br /&gt;
&lt;br /&gt;
function p.getParamMappings(useLoadData)&lt;br /&gt;
	local dataPage = &amp;#039;Module:Namespace detect/data&amp;#039;&lt;br /&gt;
	if useLoadData then&lt;br /&gt;
		return mw.loadData(dataPage).mappings&lt;br /&gt;
	else&lt;br /&gt;
		return require(dataPage).mappings&lt;br /&gt;
	end&lt;br /&gt;
end&lt;br /&gt;
&lt;br /&gt;
function p.getNamespaceParameters(titleObj, mappings)&lt;br /&gt;
	-- We don&amp;#039;t use title.nsText for the namespace name because it adds&lt;br /&gt;
	-- underscores.&lt;br /&gt;
	local mappingsKey&lt;br /&gt;
	if titleObj.isTalkPage then&lt;br /&gt;
		mappingsKey = &amp;#039;talk&amp;#039;&lt;br /&gt;
	else&lt;br /&gt;
		mappingsKey = mw.site.namespaces[titleObj.namespace].name&lt;br /&gt;
	end&lt;br /&gt;
	mappingsKey = mw.ustring.lower(mappingsKey)&lt;br /&gt;
	return mappings[mappingsKey] or {}&lt;br /&gt;
end&lt;br /&gt;
&lt;br /&gt;
return p&lt;/div&gt;</summary>
		<author><name>iw&gt;Mattflaschen-WMF</name></author>
	</entry>
</feed>