模块:Effective protection level/doc
这是Module:Effective protection level的文档页面
页面Module:Message box/mbox.css没有内容。
| File:Template-protection-shackle-picture-1.svg | 此Template:NSPN已被保护。此为[[Wikipedia:高风险模板|高度可见Template:NSPN]],其已用于大量条目或被频繁替换引用。由于破坏或失误会影响诸多页面,即便细小的改动也可能导致大量服务器负载,因此已被保护,不可编辑。 |
页面Module:Message box/mbox.css没有内容。
| File:Ambox important.svg | 此Template:NSPN被引用于系统界面中。 任何对此Template:NSPN的修改会立即反映于维基百科的用户界面。 为了避免造成大规模的影响,脚本错误:没有“Documentation/wrapper”这个模块。 测试后无误的版本可以一次性地加入此Template:NSPN中,但是修改前请务必于讨论页发起讨论。 |
脚本错误:没有“High-use”这个模块。
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[编辑]