模組:Namespace detect/doc
外觀
此頁面為 Module:Namespace detect 的說明文件
| 此模組文件被引用於約739,000個頁面。 為了避免造成大規模的影響,所有對此模組文件的編輯應先於沙盒或測試樣例上測試。 測試後無誤的版本可以一次性地加入此模組文件中,但是修改前請務必於討論頁發起討論。 模板引用數量會自動更新。 |
This module allows you to output different text depending on the namespace that a given page is in. It is a Lua implementation of the {{namespace detect}} template, with a few improvements: all namespaces and all namespace aliases are supported, and namespace names are detected automatically for the local wiki.
Usage
[編輯]{{#invoke: Namespace detect | main
| page = <!-- page to detect namespace for, if not the current page -->
| main = <!-- text to return for the main namespace -->
| talk = <!-- text to return for talk namespaces -->
<!-- text to return for specific subject namespaces -->
| portal =
| category =
| user =
| wikipedia =
| wp =
| education program =
| mediawiki =
| book =
| timedtext =
| template =
| special =
| media =
| file =
| image =
| help =
| module =
| other = <!-- text to return for unspecified namespaces -->
| demospace = <!-- namespace to display text for -->
| subjectns = <!-- set to "yes" to treat talk pages as the corresponding subject page -->
}}
Parameters
[編輯]- main - text to return if the page is in the main namespace.
- talk - text to return if the page is in a talk namespace. This can be any talk namespace - it will match any of "Talk:", "Wikipedia talk:", "User talk:", etc.
- Subject namespace parameters, e.g. wikipedia, user, file... - the text to return if the page is in the corresponding namespace. This module accepts all subject namespaces as parameters, including namespace aliases and virtual namespaces. See below for a list of supported values.
- other - text to return if no parameters for the page's namespace were specified. This text is also returned if
|demospace=is set to an invalid namespace value. - subjectns - if on a talk page, use the corresponding subject page. Can be set with values of "yes", "y", "true" or "1".
- page - specifies a page to detect the namespace of. If not specified, and if the
|demospace=parameter is not set, then the module uses the current page. - demospace - force the module to behave as if the page was in the specified namespace. Often used for demonstrations.
Namespace parameters
[編輯]Possible values for subject namespace parameters are as follows:
| Namespace | Aliases |
|---|---|
main
|
|
user
|
u, 用户, 使用者, 用戶
|
wikipedia
|
project, 维基百科, 維基百科, wp, 专案, 專案
|
file
|
image, 文件, 档案, 图像, 图片, 檔案, 圖像, 圖片
|
mediawiki
|
|
template
|
t, 模板, 样板, 樣板
|
help
|
h, 帮助, 说明, 使用说明, 說明, 幫助, 使用說明
|
category
|
cat, 分类, 分類
|
portal
|
p, 主题, 主題
|
wikiproject
|
pj, wpj, 专题, 專題, 维基专题, 維基專題
|
draft
|
草稿
|
mos
|
|
timedtext
|
|
module
|
模块, 模组, 模組, 模塊
|
event
|
|
topic
|
话题, 話題
|
Table function
[編輯]Use the following to display a table with the different possible namespace parameters:
{{#invoke:Namespace detect|table|talk=yes}}
To include the parameter for talk namespaces, use |talk=yes.
Porting to different wikis
[編輯]This module is designed to be portable. To use it on a different wiki, all you need to do is to change the values in the "cfg" table.