Page MenuHomeWickedGov Phorge

en.json
No OneTemporary

Size
8 KB
Referenced Files
None
Subscribers
None
{
"@metadata": {
"authors": [
"Brad Jorsch",
"Gerg\u0151 Tisza",
"Kunal Mehta",
"TTO"
]
},
"apierror-centralauth-badsession": "Can only obtain a centralauthtoken when using CentralAuth sessions.",
"apierror-centralauth-badtoken": "The centralauthtoken is not valid.",
"apierror-centralauth-badusername": "The username \"$1\" is not usable on this wiki",
"apierror-centralauth-editconflict": "Edit conflict detected, aborting.",
"apierror-centralauth-notattached": "Cannot obtain a centralauthtoken without an attached global account.",
"apierror-centralauth-notloggedin": "Anonymous users cannot obtain a centralauthtoken.",
"apierror-centralauth-renameinprogress": "The user is being renamed, cannot use.",
"apihelp-centralauthtoken-example-1": "Fetch a centralauthtoken",
"apihelp-centralauthtoken-extended-description": "Returns a token that can be use to authenticate API requests on other wikis. For action API requests, put it in the <var>centralauthtoken</var> GET parameter. For REST API requests, add an <code>Authorization: CentralAuthToken {token}</code> header. In MediaWiki frontend logic, you can use the <code>mediawiki.ForeignApi</code> ResourceLoader module.",
"apihelp-centralauthtoken-summary": "Fetch a centralauthtoken for making an authenticated request to an attached wiki.",
"apihelp-createlocalaccount-example-1": "Forcibly create a local account for [[User:Example]].",
"apihelp-createlocalaccount-param-reason": "Reason for creating the local account.",
"apihelp-createlocalaccount-param-username": "User to create the local account for.",
"apihelp-createlocalaccount-summary": "Forcibly create a local account. The central account must exist.",
"apihelp-deleteglobalaccount-example-1": "Delete the global account for [[User:Example]]",
"apihelp-deleteglobalaccount-param-reason": "Reason for deleting the user.",
"apihelp-deleteglobalaccount-param-user": "User to delete.",
"apihelp-deleteglobalaccount-summary": "Delete a global user.",
"apihelp-globaluserrights-example-1": "Add user FooBot to global group \"bot\", and remove from global groups \"sysop\" and \"bureaucrat\"",
"apihelp-globaluserrights-example-2": "Add the global user with ID 123 to global group \"bot\", and remove from global groups \"sysop\" and \"bureaucrat\"",
"apihelp-globaluserrights-param-add": "Add the user to these global groups.",
"apihelp-globaluserrights-param-expiry": "Expiry timestamps. May be relative (e.g. <kbd>5 months</kbd> or <kbd>2 weeks</kbd>) or absolute (e.g. <kbd>2014-09-18T12:34:56Z</kbd>). If only one timestamp is set, it will be used for all groups passed to the <var>$1add</var> parameter. Use <kbd>infinite</kbd>, <kbd>indefinite</kbd>, <kbd>infinity</kbd>, or <kbd>never</kbd> for a never-expiring user group.",
"apihelp-globaluserrights-param-reason": "Reason for the change.",
"apihelp-globaluserrights-param-remove": "Remove the user from these global groups.",
"apihelp-globaluserrights-param-tags": "This parameter is currently unused.",
"apihelp-globaluserrights-param-user": "Global username.",
"apihelp-globaluserrights-param-userid": "Global user ID.",
"apihelp-globaluserrights-summary": "Add/remove a user to/from global groups.",
"apihelp-main-param-centralauthtoken": "When accessing the API using a cross-domain AJAX request (CORS), use this to authenticate as the current SUL user. Use <kbd>[[Special:ApiHelp/centralauthtoken|action=centralauthtoken]]</kbd> on this wiki to retrieve the token, before making the CORS request. Each token may only be used once, and expires after 10 seconds. This should be included in any pre-flight request, and therefore should be included in the request URI (not the POST body).",
"apihelp-query+globalallusers-example-1": "List global users",
"apihelp-query+globalallusers-example-2": "Show some information for global users starting from \"ABC\"",
"apihelp-query+globalallusers-param-dir": "Direction to sort in.",
"apihelp-query+globalallusers-param-excludegroup": "Exclude users in given global groups.",
"apihelp-query+globalallusers-param-from": "The username to start enumerating from.",
"apihelp-query+globalallusers-param-group": "Limit users to given global groups.",
"apihelp-query+globalallusers-param-limit": "How many total usernames to return.",
"apihelp-query+globalallusers-param-excludenamed": "Exclude users of named accounts.",
"apihelp-query+globalallusers-param-excludetemp": "Exclude users of temporary accounts.",
"apihelp-query+globalallusers-param-prefix": "Search for all users that begin with this value.",
"apihelp-query+globalallusers-param-prop": "What pieces of information to include:",
"apihelp-query+globalallusers-paramvalue-prop-lockinfo": "Whether the user account is locked.",
"apihelp-query+globalallusers-paramvalue-prop-groups": "Lists global groups that the user is in. This uses more server resources and may return fewer results than the limit.",
"apihelp-query+globalallusers-paramvalue-prop-existslocally": "Adds the information if the user exists locally.",
"apihelp-query+globalallusers-param-to": "The username to stop enumerating at.",
"apihelp-query+globalallusers-summary": "Enumerate all global users.",
"apihelp-query+globalgroups-example-1": "List global groups",
"apihelp-query+globalgroups-example-2": "Show global groups with the rights they grant",
"apihelp-query+globalgroups-param-prop": "What pieces of information to include.",
"apihelp-query+globalgroups-summary": "Enumerate all global groups.",
"apihelp-query+globalrenamestatus-example-1": "Get information about the current global user",
"apihelp-query+globalrenamestatus-param-user": "User that is being renamed. Can be either their old name or new name.",
"apihelp-query+globalrenamestatus-summary": "Show information about global renames that are in progress.",
"apihelp-query+globaluserinfo-example-1": "Get information about the current global user",
"apihelp-query+globaluserinfo-example-2": "Get information about global user [[User:Example|Example]]",
"apihelp-query+globaluserinfo-param-id": "Global user ID to get information about. If <var>$1user</var> and <var>$1id</var> both are omitted, it defaults to the current user.",
"apihelp-query+globaluserinfo-param-prop": "Which properties to get:",
"apihelp-query+globaluserinfo-paramvalue-prop-groups": "Get a list of global groups this user belongs to.",
"apihelp-query+globaluserinfo-paramvalue-prop-rights": "Get a list of global rights this user has.",
"apihelp-query+globaluserinfo-paramvalue-prop-merged": "Get a list of merged accounts.",
"apihelp-query+globaluserinfo-paramvalue-prop-unattached": "Get a list of unattached accounts.",
"apihelp-query+globaluserinfo-paramvalue-prop-editcount": "Get the user's global edit count.",
"apihelp-query+globaluserinfo-param-user": "User to get information about. If <var>$1user</var> and <var>$1id</var> both are omitted, it defaults to the current user.",
"apihelp-query+globaluserinfo-summary": "Show information about a global user.",
"apihelp-query+wikisets-example-1": "List wiki sets",
"apihelp-query+wikisets-example-2": "Show wiki sets with types",
"apihelp-query+wikisets-param-from": "The name of the wiki set to start from.",
"apihelp-query+wikisets-param-limit": "How many wiki sets to return.",
"apihelp-query+wikisets-param-orderbyname": "Order results by name.",
"apihelp-query+wikisets-param-prop": "What pieces of information to include:",
"apihelp-query+wikisets-paramvalue-prop-type": "Opt-in based (includes only specified wikis) or opt-out based (includes all wikis except specified).",
"apihelp-query+wikisets-paramvalue-prop-wikisincluded": "The wikis that are included in this wiki set.",
"apihelp-query+wikisets-paramvalue-prop-wikisnotincluded": "The wikis that are not included in this wiki set.",
"apihelp-query+wikisets-summary": "Enumerate all wiki sets.",
"apihelp-setglobalaccountstatus-example-1": "Lock the global account for [[User:Example]] with reason \"Spam\"",
"apihelp-setglobalaccountstatus-example-2": "Unlock and suppress the global account for [[User:Example]] with reason \"I can\"",
"apihelp-setglobalaccountstatus-param-hidden": "Change whether this user is not hidden, hidden from the global users list, or suppressed.",
"apihelp-setglobalaccountstatus-param-locked": "Change whether this user is locked or not.",
"apihelp-setglobalaccountstatus-param-reason": "Reason for changing the user's status.",
"apihelp-setglobalaccountstatus-param-statecheck": "Optional MD5 of the expected current <samp>userid:username:hidden:locked</samp>. This is used to detect edit conflicts. The value of <samp>hidden</samp> must be an empty string if not hidden or the strings <code>lists</code> or <code>suppressed</code>. The value of <samp>locked</samp> must be 1 for locked, 0 for unlocked. Examples: <samp>2128506:LeeSmith::0</samp>; <samp>3839611:VandalGoblin:suppressed:1</samp>.",
"apihelp-setglobalaccountstatus-param-user": "User to change the status of.",
"apihelp-setglobalaccountstatus-summary": "Hide or lock (or unhide or unlock) a global user account."
}

File Metadata

Mime Type
application/json
Expires
Tue, Aug 18, 23:22 (1 d, 9 h)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
9c/00/1d30978ff05eedba18da138a66fd
Default Alt Text
en.json (8 KB)

Event Timeline