کاربر ناشناس
پودمان:Pagetype/config: تفاوت میان نسخهها
Book namespace removal will happen within a few days
جزبدون خلاصۀ ویرایش |
(Book namespace removal will happen within a few days) |
||
| خط ۱۴: | خط ۱۴: | ||
-- [[Module:Namespace detect]]. | -- [[Module:Namespace detect]]. | ||
cfg.pagetypes = { | cfg.pagetypes = { | ||
['main'] = ' | ['main'] = 'article', | ||
['user'] = ' | ['user'] = 'user page', | ||
['project'] = ' | ['project'] = 'project page', | ||
['imamatpedia'] = ' | ['imamatpedia'] = 'project page', | ||
['wp'] = ' | ['wp'] = 'project page', | ||
['file'] = ' | ['file'] = 'file', | ||
['image'] = ' | ['image'] = 'file', | ||
['mediawiki'] = ' | ['mediawiki'] = 'interface page', | ||
['template'] = ' | ['template'] = 'template', | ||
['help'] = ' | ['help'] = 'help page', | ||
['category'] = ' | ['category'] = 'category', | ||
['portal'] = ' | ['portal'] = 'portal', | ||
['draft'] = 'draft', | |||
['draft'] = ' | ['timedtext'] = 'Timed Text page', | ||
['module'] = 'module', | |||
['timedtext'] = ' | ['topic'] = 'topic', | ||
['module'] = ' | ['gadget'] = 'gadget', | ||
['topic'] = ' | ['gadget definition'] = 'gadget definition', | ||
['gadget'] = ' | ['talk'] = 'talk page', | ||
['gadget definition'] = ' | ['special'] = 'special page', | ||
['talk'] = ' | ['media'] = 'file', | ||
['special'] = ' | |||
['media'] = ' | |||
} | } | ||
| خط ۴۶: | خط ۴۴: | ||
'template', | 'template', | ||
'category', | 'category', | ||
'module | 'module' | ||
} | } | ||
| خط ۶۳: | خط ۶۰: | ||
'portal', | 'portal', | ||
'module', | 'module', | ||
'draft' | 'draft' | ||
} | } | ||
| خط ۷۲: | خط ۶۸: | ||
-- The value of cfg.defaultns to set all namespaces, including talk. | -- The value of cfg.defaultns to set all namespaces, including talk. | ||
cfg.defaultnsAll = ' | cfg.defaultnsAll = 'all' | ||
-- The value of cfg.defaultns to set the namespaces listed in | -- The value of cfg.defaultns to set the namespaces listed in | ||
-- cfg.extendedNamespaces | -- cfg.extendedNamespaces | ||
cfg.defaultnsExtended = ' | cfg.defaultnsExtended = 'extended' | ||
-- The value of cfg.defaultns to set no default namespaces. | -- The value of cfg.defaultns to set no default namespaces. | ||
cfg.defaultnsNone = ' | cfg.defaultnsNone = 'none' | ||
-- The parameter name to use for disambiguation pages page. | -- The parameter name to use for disambiguation pages page. | ||
| خط ۹۰: | خط ۸۶: | ||
'disambig', | 'disambig', | ||
'disamb', | 'disamb', | ||
'dab | 'dab' | ||
} | } | ||
-- The default value for disambiguation pages. | -- The default value for disambiguation pages. | ||
cfg.dabDefault = ' | cfg.dabDefault = 'page' | ||
-- The parameter name to use for N/A-class page. | -- The parameter name to use for N/A-class page. | ||
| خط ۱۰۳: | خط ۹۷: | ||
-- This table holds the different possible aliases for N/A-class pages. These | -- This table holds the different possible aliases for N/A-class pages. These | ||
-- should be lower-case. | -- should be lower-case. | ||
cfg.naAliases = {'na', 'n/a | cfg.naAliases = {'na', 'n/a'} | ||
-- The default value for N/A-class pages. | -- The default value for N/A-class pages. | ||
cfg.naDefault = ' | cfg.naDefault = 'page' | ||
-- The parameter name to use for redirects. | -- The parameter name to use for redirects. | ||
| خط ۱۱۲: | خط ۱۰۶: | ||
-- The default value to use for redirects. | -- The default value to use for redirects. | ||
cfg.redirectDefault = ' | cfg.redirectDefault = 'redirect' | ||
-- The parameter name for undefined namespaces. | -- The parameter name for undefined namespaces. | ||
| خط ۱۱۸: | خط ۱۱۲: | ||
-- The value used if the module detects an undefined namespace. | -- The value used if the module detects an undefined namespace. | ||
cfg.otherDefault = ' | cfg.otherDefault = 'page' | ||
-- The usual suffix denoting a plural. | |||
cfg.plural = 's' | |||
-- This table holds plurals not formed by a simple suffix. | |||
cfg.irregularPlurals = { | |||
["category"] = "categories" | |||
} | |||
-------------------------------------------------------------------------------- | -------------------------------------------------------------------------------- | ||