<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="ru">
	<id>https://wiki.infinity-ss13.ru/index.php?action=history&amp;feed=atom&amp;title=%D0%9C%D0%BE%D0%B4%D1%83%D0%BB%D1%8C%3ACategory_handler%2Fdata</id>
	<title>Модуль:Category handler/data - История изменений</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.infinity-ss13.ru/index.php?action=history&amp;feed=atom&amp;title=%D0%9C%D0%BE%D0%B4%D1%83%D0%BB%D1%8C%3ACategory_handler%2Fdata"/>
	<link rel="alternate" type="text/html" href="https://wiki.infinity-ss13.ru/index.php?title=%D0%9C%D0%BE%D0%B4%D1%83%D0%BB%D1%8C:Category_handler/data&amp;action=history"/>
	<updated>2026-04-03T17:33:18Z</updated>
	<subtitle>История изменений этой страницы в вики</subtitle>
	<generator>MediaWiki 1.34.0</generator>
	<entry>
		<id>https://wiki.infinity-ss13.ru/index.php?title=%D0%9C%D0%BE%D0%B4%D1%83%D0%BB%D1%8C:Category_handler/data&amp;diff=1662&amp;oldid=prev</id>
		<title>Courierr: Новая страница: «-- This module assembles data to be passed to Module:Category handler using -- mw.loadData. This includes the configuration data and whether the current -- pa…»</title>
		<link rel="alternate" type="text/html" href="https://wiki.infinity-ss13.ru/index.php?title=%D0%9C%D0%BE%D0%B4%D1%83%D0%BB%D1%8C:Category_handler/data&amp;diff=1662&amp;oldid=prev"/>
		<updated>2019-01-27T08:30:05Z</updated>

		<summary type="html">&lt;p&gt;Новая страница: «-- This module assembles data to be passed to &lt;a href=&quot;/index.php/%D0%9C%D0%BE%D0%B4%D1%83%D0%BB%D1%8C:Category_handler&quot; title=&quot;Модуль:Category handler&quot;&gt;Module:Category handler&lt;/a&gt; using -- mw.loadData. This includes the configuration data and whether the current -- pa…»&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('Module:Category handler/config')&lt;br /&gt;
local mShared = require('Module:Category handler/shared')&lt;br /&gt;
local blacklist = require('Module:Category handler/blacklist')&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>Courierr</name></author>
		
	</entry>
</feed>