Module:Title blacklist/doc: Difference between revisions
Appearance
Content deleted Content added
SilverLocust (talk | contribs) →Usage: Include in documentation that the default return strings can be changed. Tags: Mobile edit Mobile web edit Advanced mobile edit |
64.114 etc (talk | contribs) No edit summary |
||
Line 1: | Line 1: | ||
<!-- Add categories where indicated at the bottom of this page and interwikis at Wikidata --> |
<!-- Add categories where indicated at the bottom of this page and interwikis at Wikidata --> |
||
{{used in system}} |
{{used in system}} |
||
{{cascade-protected template|page=module}} |
|||
Helper module to get protection data about a blacklisted page entry. |
Helper module to get protection data about a blacklisted page entry. |
||
Latest revision as of 02:16, 19 October 2024
![]() | This Lua module is used in system messages. Changes to it can cause immediate changes to the Wikipedia user interface. To avoid major disruption, any changes should be tested in the module's /sandbox or /testcases subpages, or in your own module sandbox. The tested changes can be added to this page in a single edit. Please discuss changes on the talk page before implementing them. |
![]() | This module can only be edited by administrators because it is transcluded onto one or more cascade-protected pages. |
Helper module to get protection data about a blacklisted page entry.
Usage
[edit]{{#invoke:Title blacklist|main|action=edit|pagename=Example}}
-> "templateeditor", "autoconfirmed", or the empty string.
{{#invoke:Title blacklist|main|action=edit|pagename=Example|templateeditor=Example1|autoconfirmed=Example2}}
-> "Example1", "Example2", or the empty string.