<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="zh">
	<id>https://zybkcn.com/w/index.php?action=history&amp;feed=atom&amp;title=Module%3APagetype%2Fconfig</id>
	<title>Module:Pagetype/config - 版本历史</title>
	<link rel="self" type="application/atom+xml" href="https://zybkcn.com/w/index.php?action=history&amp;feed=atom&amp;title=Module%3APagetype%2Fconfig"/>
	<link rel="alternate" type="text/html" href="https://zybkcn.com/w/index.php?title=Module:Pagetype/config&amp;action=history"/>
	<updated>2026-05-04T13:38:18Z</updated>
	<subtitle>本wiki上该页面的版本历史</subtitle>
	<generator>MediaWiki 1.43.5</generator>
	<entry>
		<id>https://zybkcn.com/w/index.php?title=Module:Pagetype/config&amp;diff=25443&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://zybkcn.com/w/index.php?title=Module:Pagetype/config&amp;diff=25443&amp;oldid=prev"/>
		<updated>2022-11-12T04:09: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 values to use for &amp;quot;main=true&amp;quot;, &amp;quot;user=true&amp;quot;, etc. Keys to&lt;br /&gt;
-- this table should be namespace parameters that can be used with&lt;br /&gt;
-- [[Module:Namespace detect]]. &lt;br /&gt;
cfg.pagetypes = {&lt;br /&gt;
	[&amp;#039;main&amp;#039;]              = &amp;#039;条目&amp;#039;,&lt;br /&gt;
	[&amp;#039;user&amp;#039;]              = &amp;#039;用户页&amp;#039;,&lt;br /&gt;
	[&amp;#039;project&amp;#039;]           = &amp;#039;中医百科&amp;#039;,&lt;br /&gt;
	[&amp;#039;wikipedia&amp;#039;]         = &amp;#039;维基百科&amp;#039;,&lt;br /&gt;
	[&amp;#039;wp&amp;#039;]                = &amp;#039;维基百科&amp;#039;,&lt;br /&gt;
	[&amp;#039;file&amp;#039;]              = &amp;#039;-{zh-cn:文件; zh-tw:檔案;}-&amp;#039;,&lt;br /&gt;
	[&amp;#039;image&amp;#039;]             = &amp;#039;-{zh-cn:文件; zh-tw:檔案;}-&amp;#039;,&lt;br /&gt;
	[&amp;#039;mediawiki&amp;#039;]         = &amp;#039;MediaWiki&amp;#039;,&lt;br /&gt;
	[&amp;#039;template&amp;#039;]          = &amp;#039;模板&amp;#039;,&lt;br /&gt;
	[&amp;#039;help&amp;#039;]              = &amp;#039;帮助&amp;#039;,&lt;br /&gt;
	[&amp;#039;category&amp;#039;]          = &amp;#039;分类&amp;#039;,&lt;br /&gt;
	[&amp;#039;portal&amp;#039;]            = &amp;#039;主题&amp;#039;,&lt;br /&gt;
	[&amp;#039;book&amp;#039;]              = &amp;#039;图书&amp;#039;,&lt;br /&gt;
	[&amp;#039;draft&amp;#039;]             = &amp;#039;草稿&amp;#039;,&lt;br /&gt;
	[&amp;#039;education program&amp;#039;] = &amp;#039;教育課程&amp;#039;,&lt;br /&gt;
	[&amp;#039;timedtext&amp;#039;]         = &amp;#039;限時文字&amp;#039;,&lt;br /&gt;
	[&amp;#039;module&amp;#039;]            = &amp;#039;-{zh-cn:模块; zh-tw:模組;}-&amp;#039;,&lt;br /&gt;
	[&amp;#039;topic&amp;#039;]             = &amp;#039;公告&amp;#039;,&lt;br /&gt;
	[&amp;#039;talk&amp;#039;]              = &amp;#039;讨论页&amp;#039;,&lt;br /&gt;
	[&amp;#039;special&amp;#039;]           = &amp;#039;特殊页面&amp;#039;,&lt;br /&gt;
	[&amp;#039;media&amp;#039;]             = &amp;#039;文件&amp;#039;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
-- This table holds the names of the namespaces to be looked up from&lt;br /&gt;
-- cfg.pagetypes by default.&lt;br /&gt;
cfg.defaultNamespaces = {&lt;br /&gt;
	&amp;#039;main&amp;#039;,&lt;br /&gt;
	&amp;#039;file&amp;#039;,&lt;br /&gt;
	&amp;#039;template&amp;#039;,&lt;br /&gt;
	&amp;#039;category&amp;#039;,&lt;br /&gt;
	&amp;#039;module&amp;#039;,&lt;br /&gt;
	&amp;#039;book&amp;#039;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
-- This table holds the names of the namespaces to be looked up from&lt;br /&gt;
-- cfg.pagetypes if cfg.defaultnsExtended is set.&lt;br /&gt;
cfg.extendedNamespaces = {&lt;br /&gt;
	&amp;#039;main&amp;#039;,&lt;br /&gt;
	&amp;#039;user&amp;#039;,&lt;br /&gt;
	&amp;#039;project&amp;#039;,&lt;br /&gt;
	&amp;#039;file&amp;#039;,&lt;br /&gt;
	&amp;#039;mediawiki&amp;#039;,&lt;br /&gt;
	&amp;#039;template&amp;#039;,&lt;br /&gt;
	&amp;#039;category&amp;#039;,&lt;br /&gt;
	&amp;#039;help&amp;#039;,&lt;br /&gt;
	&amp;#039;portal&amp;#039;,&lt;br /&gt;
	&amp;#039;module&amp;#039;,&lt;br /&gt;
	&amp;#039;book&amp;#039;,&lt;br /&gt;
	&amp;#039;draft&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 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;,&lt;br /&gt;
	&amp;#039;disambig&amp;#039;,&lt;br /&gt;
	&amp;#039;disamb&amp;#039;,&lt;br /&gt;
	&amp;#039;dab&amp;#039;,&lt;br /&gt;
	&amp;#039;消歧义&amp;#039;,&lt;br /&gt;
	&amp;#039;消歧義&amp;#039;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
-- The default value for disambiguation pages.&lt;br /&gt;
cfg.dabDefault = &amp;#039;页面&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 = {&amp;#039;na&amp;#039;, &amp;#039;n/a&amp;#039;,&amp;#039;非条目&amp;#039;,&amp;#039;非條目&amp;#039;}&lt;br /&gt;
&lt;br /&gt;
-- The default value for N/A-class pages.&lt;br /&gt;
cfg.naDefault = &amp;#039;页面&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;重定向&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;页面&amp;#039;&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>