<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="rue">
	<id>https://wiki.kocky.cc/w/index.php?action=history&amp;feed=atom&amp;title=%D0%9C%D0%BE%D0%B4%D1%83%D0%BB%D1%8C%3APagetype%2Fconfig</id>
	<title>Модуль:Pagetype/config - Історія едітовань</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.kocky.cc/w/index.php?action=history&amp;feed=atom&amp;title=%D0%9C%D0%BE%D0%B4%D1%83%D0%BB%D1%8C%3APagetype%2Fconfig"/>
	<link rel="alternate" type="text/html" href="https://wiki.kocky.cc/w/index.php?title=%D0%9C%D0%BE%D0%B4%D1%83%D0%BB%D1%8C:Pagetype/config&amp;action=history"/>
	<updated>2026-04-03T20:52:17Z</updated>
	<subtitle>Історія едітовань той сторінкы на вікі</subtitle>
	<generator>MediaWiki 1.40.1</generator>
	<entry>
		<id>https://wiki.kocky.cc/w/index.php?title=%D0%9C%D0%BE%D0%B4%D1%83%D0%BB%D1%8C:Pagetype/config&amp;diff=21&amp;oldid=prev</id>
		<title>Бетярь: Створена сторінка: -------------------------------------------------------------------------------- --                  Module:Pagetype configuration data                        -- -- This page holds localisation and configuration data for Module:Pagetype.   -- --------------------------------------------------------------------------------  local cfg = {} -- Don&#039;t edit this line.  -------------------------------------------------------------------------------- --...</title>
		<link rel="alternate" type="text/html" href="https://wiki.kocky.cc/w/index.php?title=%D0%9C%D0%BE%D0%B4%D1%83%D0%BB%D1%8C:Pagetype/config&amp;diff=21&amp;oldid=prev"/>
		<updated>2023-10-17T20:16:53Z</updated>

		<summary type="html">&lt;p&gt;Створена сторінка: -------------------------------------------------------------------------------- --                  Module:Pagetype configuration data                        -- -- This page holds localisation and configuration data for Module:Pagetype.   -- --------------------------------------------------------------------------------  local cfg = {} -- Don&amp;#039;t edit this line.  -------------------------------------------------------------------------------- --...&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Нова сторінка&lt;/b&gt;&lt;/p&gt;&lt;div&gt;--------------------------------------------------------------------------------&lt;br /&gt;
--                  Module:Pagetype configuration data                        --&lt;br /&gt;
-- This page holds localisation and configuration data for Module:Pagetype.   --&lt;br /&gt;
--------------------------------------------------------------------------------&lt;br /&gt;
&lt;br /&gt;
local cfg = {} -- Don&amp;#039;t edit this line.&lt;br /&gt;
&lt;br /&gt;
--------------------------------------------------------------------------------&lt;br /&gt;
--                        Start configuration data                            --&lt;br /&gt;
--------------------------------------------------------------------------------&lt;br /&gt;
&lt;br /&gt;
-- This table holds the default page types for each namespace. Keys to this&lt;br /&gt;
-- table should be integers that can be used as keys to mw.site.namespaces.&lt;br /&gt;
cfg.pagetypes = {&lt;br /&gt;
	[0]    = &amp;#039;article&amp;#039;, -- Main namespace&lt;br /&gt;
	[2]    = &amp;#039;user page&amp;#039;,&lt;br /&gt;
	[4]    = &amp;#039;project page&amp;#039;,&lt;br /&gt;
	[6]    = &amp;#039;file&amp;#039;,&lt;br /&gt;
	[8]    = &amp;#039;interface page&amp;#039;, -- MediaWiki namespace&lt;br /&gt;
	[10]   = &amp;#039;template&amp;#039;,&lt;br /&gt;
	[12]   = &amp;#039;help page&amp;#039;,&lt;br /&gt;
	[14]   = &amp;#039;category&amp;#039;,&lt;br /&gt;
	[100]  = &amp;#039;portal&amp;#039;,&lt;br /&gt;
	[118]  = &amp;#039;draft&amp;#039;,&lt;br /&gt;
	[710]  = &amp;#039;Timed Text page&amp;#039;,&lt;br /&gt;
	[828]  = &amp;#039;module&amp;#039;,&lt;br /&gt;
	[2300] = &amp;#039;gadget&amp;#039;,&lt;br /&gt;
	[2302] = &amp;#039;gadget definition&amp;#039;,&lt;br /&gt;
	[-1]   = &amp;#039;special page&amp;#039;,&lt;br /&gt;
	[-2]   = &amp;#039;file&amp;#039;, -- Media namespace&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
-- This table holds the namespaces to be looked up from cfg.pagetypes by&lt;br /&gt;
-- default.&lt;br /&gt;
cfg.defaultNamespaces = {&lt;br /&gt;
	[0] = true,   -- main&lt;br /&gt;
	[6] = true,   -- file&lt;br /&gt;
	[10] = true,  -- template&lt;br /&gt;
	[14] = true,  -- category&lt;br /&gt;
	[828] = true, -- module&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
-- This table holds the namespaces to be looked up from cfg.pagetypes if&lt;br /&gt;
-- cfg.defaultnsExtended is set.&lt;br /&gt;
cfg.extendedNamespaces = {&lt;br /&gt;
	[0] = true,   -- main&lt;br /&gt;
	[2] = true,   -- user&lt;br /&gt;
	[4] = true,   -- project&lt;br /&gt;
	[6] = true,   -- file&lt;br /&gt;
	[8] = true,   -- mediawiki&lt;br /&gt;
	[10] = true,  -- template&lt;br /&gt;
	[12] = true,  -- help&lt;br /&gt;
	[14] = true,  -- category&lt;br /&gt;
	[100] = true, -- portal&lt;br /&gt;
	[118] = true, -- draft&lt;br /&gt;
	[828] = true, -- module&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
-- This table holds custom aliases for each namespace.&lt;br /&gt;
cfg.customNamespaceAliases = {&lt;br /&gt;
	[0] = {&amp;#039;main&amp;#039;},&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
-- The parameter name to set which default namespace values to be looked up from&lt;br /&gt;
-- cfg.pagetypes.&lt;br /&gt;
cfg.defaultns = &amp;#039;defaultns&amp;#039;&lt;br /&gt;
&lt;br /&gt;
-- The value of cfg.defaultns to set all namespaces, including talk.&lt;br /&gt;
cfg.defaultnsAll = &amp;#039;all&amp;#039;&lt;br /&gt;
&lt;br /&gt;
-- The value of cfg.defaultns to set the namespaces listed in&lt;br /&gt;
-- cfg.extendedNamespaces&lt;br /&gt;
cfg.defaultnsExtended = &amp;#039;extended&amp;#039;&lt;br /&gt;
&lt;br /&gt;
-- The value of cfg.defaultns to set no default namespaces.&lt;br /&gt;
cfg.defaultnsNone = &amp;#039;none&amp;#039;&lt;br /&gt;
&lt;br /&gt;
-- The parameter name to use for talk pages.&lt;br /&gt;
cfg.talk = &amp;#039;talk&amp;#039;&lt;br /&gt;
&lt;br /&gt;
-- The default value for talk pages.&lt;br /&gt;
cfg.talkDefault = &amp;#039;talk page&amp;#039;&lt;br /&gt;
&lt;br /&gt;
-- The parameter name to use for disambiguation pages page.&lt;br /&gt;
cfg.dab = &amp;#039;dab&amp;#039;&lt;br /&gt;
&lt;br /&gt;
-- This table holds the different possible aliases for disambiguation-class&lt;br /&gt;
-- pages. These should be lower-case.&lt;br /&gt;
cfg.dabAliases = {&lt;br /&gt;
	[&amp;#039;disambiguation&amp;#039;] = true,&lt;br /&gt;
	[&amp;#039;disambig&amp;#039;] = true,&lt;br /&gt;
	[&amp;#039;disamb&amp;#039;] = true,&lt;br /&gt;
	[&amp;#039;dab&amp;#039;] = true,&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
-- The default value for disambiguation pages.&lt;br /&gt;
cfg.dabDefault = &amp;#039;page&amp;#039;&lt;br /&gt;
&lt;br /&gt;
-- The parameter name to use for N/A-class page.&lt;br /&gt;
cfg.na = &amp;#039;na&amp;#039;&lt;br /&gt;
&lt;br /&gt;
-- This table holds the different possible aliases for N/A-class pages. These&lt;br /&gt;
-- should be lower-case.&lt;br /&gt;
cfg.naAliases = {&lt;br /&gt;
	[&amp;#039;na&amp;#039;] = true,&lt;br /&gt;
	[&amp;#039;n/a&amp;#039;] = true,&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
-- The default value for N/A-class pages.&lt;br /&gt;
cfg.naDefault = &amp;#039;page&amp;#039;&lt;br /&gt;
&lt;br /&gt;
-- The parameter name to use for redirects.&lt;br /&gt;
cfg.redirect = &amp;#039;redirect&amp;#039;&lt;br /&gt;
&lt;br /&gt;
-- The default value to use for redirects.&lt;br /&gt;
cfg.redirectDefault = &amp;#039;redirect&amp;#039;&lt;br /&gt;
&lt;br /&gt;
-- The parameter name for undefined namespaces.&lt;br /&gt;
cfg.other = &amp;#039;other&amp;#039;&lt;br /&gt;
&lt;br /&gt;
-- The value used if the module detects an undefined namespace.&lt;br /&gt;
cfg.otherDefault = &amp;#039;page&amp;#039;&lt;br /&gt;
&lt;br /&gt;
-- The usual suffix denoting a plural.&lt;br /&gt;
cfg.plural = &amp;#039;s&amp;#039;&lt;br /&gt;
&lt;br /&gt;
-- This table holds plurals not formed by a simple suffix.&lt;br /&gt;
cfg.irregularPlurals = {&lt;br /&gt;
	[&amp;quot;category&amp;quot;] = &amp;quot;categories&amp;quot;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
--------------------------------------------------------------------------------&lt;br /&gt;
--                        End configuration data                              --&lt;br /&gt;
--------------------------------------------------------------------------------&lt;br /&gt;
&lt;br /&gt;
return cfg -- Don&amp;#039;t edit this line&lt;/div&gt;</summary>
		<author><name>Бетярь</name></author>
	</entry>
</feed>