<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="zh-Hans-CN">
	<id>https://mediawiki.sinofsx.org/index.php?action=history&amp;feed=atom&amp;title=%E6%A8%A1%E5%9D%97%3ACategory_handler%2Fdata</id>
	<title>模块:Category handler/data - 版本历史</title>
	<link rel="self" type="application/atom+xml" href="https://mediawiki.sinofsx.org/index.php?action=history&amp;feed=atom&amp;title=%E6%A8%A1%E5%9D%97%3ACategory_handler%2Fdata"/>
	<link rel="alternate" type="text/html" href="https://mediawiki.sinofsx.org/index.php?title=%E6%A8%A1%E5%9D%97:Category_handler/data&amp;action=history"/>
	<updated>2026-04-05T22:34:35Z</updated>
	<subtitle>本wiki上该页面的版本历史</subtitle>
	<generator>MediaWiki 1.41.1</generator>
	<entry>
		<id>https://mediawiki.sinofsx.org/index.php?title=%E6%A8%A1%E5%9D%97:Category_handler/data&amp;diff=1642&amp;oldid=prev</id>
		<title>TeCHiScy：​导入1个版本</title>
		<link rel="alternate" type="text/html" href="https://mediawiki.sinofsx.org/index.php?title=%E6%A8%A1%E5%9D%97:Category_handler/data&amp;diff=1642&amp;oldid=prev"/>
		<updated>2018-05-08T06:38:17Z</updated>

		<summary type="html">&lt;p&gt;导入1个版本&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;zh-Hans-CN&quot;&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;←上一版本&lt;/td&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;2018年5月8日 (二) 06:38的版本&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-notice&quot; lang=&quot;zh-Hans-CN&quot;&gt;&lt;div class=&quot;mw-diff-empty&quot;&gt;（没有差异）&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</summary>
		<author><name>TeCHiScy</name></author>
	</entry>
	<entry>
		<id>https://mediawiki.sinofsx.org/index.php?title=%E6%A8%A1%E5%9D%97:Category_handler/data&amp;diff=302&amp;oldid=prev</id>
		<title>TeCHiScy：​导入1个版本</title>
		<link rel="alternate" type="text/html" href="https://mediawiki.sinofsx.org/index.php?title=%E6%A8%A1%E5%9D%97:Category_handler/data&amp;diff=302&amp;oldid=prev"/>
		<updated>2018-05-04T05:04:42Z</updated>

		<summary type="html">&lt;p&gt;导入1个版本&lt;/p&gt;
&lt;p&gt;&lt;b&gt;新页面&lt;/b&gt;&lt;/p&gt;&lt;div&gt;-- This module assembles data to be passed to [[Module:Category handler]] using&lt;br /&gt;
-- mw.loadData. This includes the configuration data and whether the current&lt;br /&gt;
-- page matches the title blacklist.&lt;br /&gt;
&lt;br /&gt;
local data = require(&amp;#039;Module:Category handler/config&amp;#039;)&lt;br /&gt;
local mShared = require(&amp;#039;Module:Category handler/shared&amp;#039;)&lt;br /&gt;
local blacklist = require(&amp;#039;Module:Category handler/blacklist&amp;#039;)&lt;br /&gt;
local title = mw.title.getCurrentTitle()&lt;br /&gt;
&lt;br /&gt;
data.currentTitleMatchesBlacklist = mShared.matchesBlacklist(&lt;br /&gt;
	title.prefixedText,&lt;br /&gt;
	blacklist&lt;br /&gt;
)&lt;br /&gt;
&lt;br /&gt;
data.currentTitleNamespaceParameters = mShared.getNamespaceParameters(&lt;br /&gt;
	title,&lt;br /&gt;
	mShared.getParamMappings()&lt;br /&gt;
)&lt;br /&gt;
&lt;br /&gt;
return data&lt;/div&gt;</summary>
		<author><name>TeCHiScy</name></author>
	</entry>
</feed>