Search translations
Jump to navigation
Jump to search
12,282 results found
Showing translations which match any of the search words. Require all search words.
Languages
Message groups
Continue logging in after a <samp>UI</samp> response for two-factor auth, supplying an <var>OATHToken</var> of <kbd>987654</kbd>.
MediaWiki:Apihelp-clientlogin-example-login2/en
This request is a continuation after an earlier <samp>UI</samp> or <samp>REDIRECT</samp> response. Either this or <var>$1returnurl</var> is required.
MediaWiki:Api-help-authmanagerhelper-continue/en
Creates a claim for item <samp>$1</samp> of property <samp>P9002</samp> with string value "<var>itsastring</var>"
MediaWiki:Apihelp-wbcreateclaim-example-2/en
Invalid value for <var>$1urlparam</var> (<kbd>$2=$3</kbd>).
MediaWiki:Apierror-invalidurlparam/en
List of query module names (value of <var>prop</var>, <var>meta</var> or <var>list</var> parameter). Use <kbd>$1modules=query+foo</kbd> instead of <kbd>$1querymodules=foo</kbd>.
MediaWiki:Apihelp-paraminfo-param-querymodules/en
Modules to display help for (values of the <var>action</var> and <var>format</var> parameters, or <kbd>main</kbd>). Can specify submodules with a <kbd>+</kbd>.
MediaWiki:Apihelp-help-param-modules/en
Sets the claim with the GUID of <var>$1</var> to a value of <samp>Q1</samp>
MediaWiki:Apihelp-wbsetclaimvalue-example-1/en
Use <kbd>gaifilterredir=nonredirects</kbd> instead of <var>redirects</var> when using <kbd>allimages</kbd> as a generator.
MediaWiki:Apierror-allimages-redirect/en
Use <kbd>gapfilterredir=nonredirects</kbd> instead of <var>redirects</var> when using <kbd>allpages</kbd> as a generator.
MediaWiki:Apierror-allpages-generator-redirects/en
If <kbd>[[Special:ApiHelp/query+authmanagerinfo|action=query&meta=authmanagerinfo]]</kbd> returned true for <samp>hasprimarypreservedstate</samp>, requests marked as <samp>primary-required</samp> should be omitted. If it returned a non-empty value for <samp>preservedusername</samp>, that username must be used for the <var>username</var> parameter.
MediaWiki:Apihelp-createaccount-param-preservestate/en
Specify <kbd>$1user=#<var>ID</var></kbd> instead.
MediaWiki:Apihelp-block-param-userid/en
Specify <kbd>$1user=#<var>ID</var></kbd> instead.
MediaWiki:Apihelp-unblock-param-userid/en
Specify <kbd>$1user=#<var>ID</var></kbd> instead.
MediaWiki:Apihelp-userrights-param-userid/en
Creates a claim for item <samp>$1</samp> of property <samp>P9003</samp> with a value of item <samp>Q1</samp>
MediaWiki:Apihelp-wbcreateclaim-example-3/en
Add <var>Foo</var> and <var>Bar</var> to the list of English aliases for the entity with ID <samp>$1</samp>
MediaWiki:Apihelp-wbsetaliases-example-2/en
Remove <var>Foo</var> and <var>Bar</var> from the list of English aliases for the entity with ID <samp>$1</samp>
MediaWiki:Apihelp-wbsetaliases-example-3/en
Creates a new claim on the item for the property <samp>P56</samp> and a value of "<var>ExampleString</var>"
MediaWiki:Apihelp-wbeditentity-example-8/en
Start the process of logging in to the wiki as user <kbd>Example</kbd> with password <kbd>ExamplePassword</kbd>.
MediaWiki:Apihelp-clientlogin-example-login/en
List of module names (values of the <var>action</var> and <var>format</var> parameters, or <kbd>main</kbd>). Can specify submodules with a <kbd>+</kbd>, or all submodules with <kbd>+*</kbd>, or all submodules recursively with <kbd>+**</kbd>.
MediaWiki:Apihelp-paraminfo-param-modules/en
Return raw <samp>query-continue</samp> data for continuation.
MediaWiki:Apihelp-query-param-rawcontinue/en
Set the English aliases for the entity with ID <samp>$1</samp> to <var>Foo</var> and <var>Bar</var>
MediaWiki:Apihelp-wbsetaliases-example-1/en
<var>$1diffto</var> must be set to a non-negative number, <kbd>prev</kbd>, <kbd>next</kbd> or <kbd>cur</kbd>.
MediaWiki:Apierror-baddiffto/en
Clear all data from entity with ID <samp>$1</samp> and set a label for <var>en</var>
MediaWiki:Apihelp-wbeditentity-example-5/en
Show contributions of user <kbd>Example</kbd>.
MediaWiki:Apihelp-query+usercontribs-example-user/en
The general procedure to use this module is:
# Fetch the fields available from <kbd>[[Special:ApiHelp/query+authmanagerinfo|action=query&meta=authmanagerinfo]]</kbd> with <kbd>amirequestsfor=$4</kbd>, and a <kbd>$5</kbd> token from <kbd>[[Special:ApiHelp/query+tokens|action=query&meta=tokens]]</kbd>.
# Present the fields to the user, and obtain their submission.
# Post to this module, supplying <var>$1returnurl</var> and any relevant fields.
# Check the <samp>status</samp> in the response.
#* If you received <samp>PASS</samp> or <samp>FAIL</samp>, you're done. The operation either succeeded or it didn't.
#* If you received <samp>UI</samp>, present the new fields to the user and obtain their submission. Then post to this module with <var>$1continue</var> and the relevant fields set, and repeat step 4.
#* If you received <samp>REDIRECT</samp>, direct the user to the <samp>redirecttarget</samp> and wait for the return to <var>$1returnurl</var>. Then post to this module with <var>$1continue</var> and any fields passed to the return URL, and repeat step 4.
#* If you received <samp>RESTART</samp>, that means the authentication worked but we don't have a linked user account. You might treat this as <samp>UI</samp> or as <samp>FAIL</samp>.
# Fetch the fields available from <kbd>[[Special:ApiHelp/query+authmanagerinfo|action=query&meta=authmanagerinfo]]</kbd> with <kbd>amirequestsfor=$4</kbd>, and a <kbd>$5</kbd> token from <kbd>[[Special:ApiHelp/query+tokens|action=query&meta=tokens]]</kbd>.
# Present the fields to the user, and obtain their submission.
# Post to this module, supplying <var>$1returnurl</var> and any relevant fields.
# Check the <samp>status</samp> in the response.
#* If you received <samp>PASS</samp> or <samp>FAIL</samp>, you're done. The operation either succeeded or it didn't.
#* If you received <samp>UI</samp>, present the new fields to the user and obtain their submission. Then post to this module with <var>$1continue</var> and the relevant fields set, and repeat step 4.
#* If you received <samp>REDIRECT</samp>, direct the user to the <samp>redirecttarget</samp> and wait for the return to <var>$1returnurl</var>. Then post to this module with <var>$1continue</var> and any fields passed to the return URL, and repeat step 4.
#* If you received <samp>RESTART</samp>, that means the authentication worked but we don't have a linked user account. You might treat this as <samp>UI</samp> or as <samp>FAIL</samp>.
MediaWiki:Api-help-authmanager-general-usage/en
Retrieved from "https://translatewiki.net/wiki/Special:SearchTranslations"