މޮޑިއުލް:Effective protection level/doc: Difference between revisions

Content deleted Content added
Created page with "{{Module rating|protected}} This module provides a way to retrieve the group required to perform a given action on a page. It currently tests the following criteria: * The pa..."
 
m Bot: Replace deprecated <source> tag and "enclose" parameter
 
ފޮޅުވަތް 19:
=== From other modules ===
To load this module:
<sourcesyntaxhighlight lang="lua">
local effectiveProtectionLevel = require('Module:Effective protection level')._main
</syntaxhighlight>
</source>
 
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.