模組:Effective protection level/doc
此頁面為 Module:Effective protection level 的說明文件
此模組文件已被保護。此為高度可見模組文件,其已用於大量條目或被頻繁替換引用。由於破壞或失誤會影響諸多頁面,即便細小的改動也可能導致大量伺服器負載,因此已被保護,不可編輯。 |
此模組文件被引用於系統介面中。 任何對此模組文件的修改會立即反映於維基百科的使用者介面。 為了避免造成大規模的影響,編者可以在本模組的沙盒 和測試樣例 頁面進行實驗。2 測試後無誤的版本可以一次性地加入此模組文件中,但是修改前請務必於討論頁發起討論。 |
This module provides a way to retrieve the group required to perform a given action on a page. It currently tests the following criteria:
- 在MediaWiki命名空間:sysop
- 全站/使用者的JavaScript/CSS頁:interfaceadmin
- 全站/使用者的JSON頁:sysop
- 被保護頁面:sysop、templateeditor或autoconfirmed
- 被連鎖保護頁面:sysop
- 符合標題黑名單:sysop或autoconfirmed
- 移動檔案:filemover
- 移動頁面或上傳檔案:autoconfirmed
- 其餘:*
Usage
[編輯]Warning: This module will use up to 4 expensive parser function calls each time it is ran. It should only be used if the exact effective protection level is necessary. Otherwise, consider using title.protectionLevels instead.
From other modules
[編輯]To load this module:
local effectiveProtectionLevel = require('Module:Effective protection level')._main
The function accepts two parameters. The first is a string containing the action to check, which must be one of "edit", "create", "move", "upload", or "autoreview". The second is optional, and can either be the name of the page to check, or a title returned from the mw.title functions. If the second parameter is omitted, the page being displayed is the one checked against. The return value is a string containing the name of the group required to perform the given action.
From wikitext
[編輯]The parameters are the same as when it is called directly.
{{#invoke:Effective protection level|action|title}}
See also
[編輯]