mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/TitleBlacklist
synced 2024-11-14 17:55:05 +00:00
bbec41c935
Bug: T189982 Change-Id: I215dca32ed6bad6c4dafd0814b8cbb0887b3dd75
14 lines
854 B
JSON
14 lines
854 B
JSON
{
|
|
"@metadata": {
|
|
"authors": []
|
|
},
|
|
"apihelp-titleblacklist-description": "Validate a page title, filename, or username against the TitleBlacklist.",
|
|
"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>)."
|
|
}
|