mediawiki-extensions-TitleB.../i18n/api/en.json
Umherirrender 075a196fe6 api: Remove old apihelp i18n description messages
No longer used since 1.33

Automatically removed message keys with "doc-apihelp-description" in qqq

Bug: T340253
Change-Id: I6e44ee6b84237f00d0944d232e897761dedc5479
2023-06-24 00:36:18 +02:00

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>)."
}