mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/TitleBlacklist
synced 2024-11-27 23:40:25 +00:00
075a196fe6
No longer used since 1.33 Automatically removed message keys with "doc-apihelp-description" in qqq Bug: T340253 Change-Id: I6e44ee6b84237f00d0944d232e897761dedc5479
13 lines
739 B
JSON
13 lines
739 B
JSON
{
|
|
"@metadata": {
|
|
"authors": []
|
|
},
|
|
"apihelp-titleblacklist-summary": "Validate a page title, filename, or username against the TitleBlacklist.",
|
|
"apihelp-titleblacklist-param-title": "The string to validate against the blacklist.",
|
|
"apihelp-titleblacklist-param-action": "The action to be checked.",
|
|
"apihelp-titleblacklist-param-nooverride": "Don't try to override the titleblacklist.",
|
|
"apihelp-titleblacklist-example-1": "Check whether [[Foo]] is blacklisted",
|
|
"apihelp-titleblacklist-example-2": "Check whether [[Bar]] is blacklisted for editing",
|
|
"apihelp-createaccount-param-ignoretitleblacklist": "Ignore spoofing checks (requires one of the following rights: <code>tboverride</code>, <code>tboverride-account</code>)."
|
|
}
|