Jump to: navigation, search
67,620 results found
Showing translations which match any of the search words. Require all search words.
Languages
Message groups
Verify the user is logged in if set to <kbd>user</kbd>, or has the bot userright if <kbd>bot</kbd>.
MediaWiki:Apihelp-main-param-assert/en-gb
Verify the user is logged in if set to <kbd>user</kbd>, or has the bot user right if <kbd>bot</kbd>.
MediaWiki:Apihelp-main-param-assert/en
Add the user with ID <kbd>123</kbd> to group <kbd>bot</kbd>, and remove from groups <kbd>sysop</kbd> and <kbd>bureaucrat</kbd>.
MediaWiki:Apihelp-userrights-example-userid/en
Add the user with ID <kbd>123</kbd> to group <kbd>bot</kbd>, and remove from groups <kbd>sysop</kbd> and <kbd>bureaucrat</kbd>.
MediaWiki:Apihelp-userrights-example-userid/en-gb
Message collection filters. Use <kbd>!</kbd> to negate condition. For example <kbd>!fuzzy</kbd> means list only all non-fuzzy messages. Filters are applied in the order given.
;fuzzy:Messages with fuzzy tag.
;optional:Messages which should be translated only if changes are necessary.
;ignored:Messages which are never translated.
;hastranslation:Messages which have a translation regardless if it is fuzzy or not.
;translated:Messages which have a translation which is not fuzzy.
;changed:Messages which have been translated or changed since last export.
;reviewer:N:Messages where the user number <kbd>N</kbd> is among reviewers.
;last-translator:N:Messages where the user number <kbd>N</kbd> is the last translator.
;fuzzy:Messages with fuzzy tag.
;optional:Messages which should be translated only if changes are necessary.
;ignored:Messages which are never translated.
;hastranslation:Messages which have a translation regardless if it is fuzzy or not.
;translated:Messages which have a translation which is not fuzzy.
;changed:Messages which have been translated or changed since last export.
;reviewer:N:Messages where the user number <kbd>N</kbd> is among reviewers.
;last-translator:N:Messages where the user number <kbd>N</kbd> is the last translator.
MediaWiki:Apihelp-query+messagecollection-param-filter/en
When accessing the API using a cross-domain AJAX request (CORS), set this to the originating domain. This must be included in any pre-flight request, and therefore must be part of the request URI (not the POST body). This must match one of the origins in the <code>Origin</code> header exactly, so it has to be set to something like <kbd>https://en.wikipedia.org</kbd> or <kbd>https://meta.wikimedia.org</kbd>. If this parameter does not match the <code>Origin</code> header, a 403 response will be returned. If this parameter matches the <code>Origin</code> header and the origin is whitelisted, an <code>Access-Control-Allow-Origin</code> header will be set.
MediaWiki:Apihelp-main-param-origin/en
Roll back the last edits to page <kbd>Main Page</kbd> by IP user <kbd>192.0.2.5</kbd> with summary <kbd>Reverting vandalism</kbd>, and mark those edits and the revert as bot edits.
MediaWiki:Apihelp-rollback-example-summary/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
Used in [[Special:OAuthManageMyGrants]] if the user is not logged in.
MediaWiki:Mwoauthmanagemygrants-notloggedin/qqq
When accessing the API using a cross-domain AJAX request (CORS), set this to the originating domain. This must be included in any pre-flight request, and therefore must be part of the request URI (not the POST body).
For authenticated requests, this must match one of the origins in the <code>Origin</code> header exactly, so it has to be set to something like <kbd>https://en.wikipedia.org</kbd> or <kbd>https://meta.wikimedia.org</kbd>. If this parameter does not match the <code>Origin</code> header, a 403 response will be returned. If this parameter matches the <code>Origin</code> header and the origin is whitelisted, the <code>Access-Control-Allow-Origin</code> and <code>Access-Control-Allow-Credentials</code> headers will be set.
For non-authenticated requests, specify the value <kbd>*</kbd>. This will cause the <code>Access-Control-Allow-Origin</code> header to be set, but <code>Access-Control-Allow-Credentials</code> will be <code>false</code> and all user-specific data will be restricted.
For authenticated requests, this must match one of the origins in the <code>Origin</code> header exactly, so it has to be set to something like <kbd>https://en.wikipedia.org</kbd> or <kbd>https://meta.wikimedia.org</kbd>. If this parameter does not match the <code>Origin</code> header, a 403 response will be returned. If this parameter matches the <code>Origin</code> header and the origin is whitelisted, the <code>Access-Control-Allow-Origin</code> and <code>Access-Control-Allow-Credentials</code> headers will be set.
For non-authenticated requests, specify the value <kbd>*</kbd>. This will cause the <code>Access-Control-Allow-Origin</code> header to be set, but <code>Access-Control-Allow-Credentials</code> will be <code>false</code> and all user-specific data will be restricted.
MediaWiki:Apihelp-main-param-origin/en
Expiry time. 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 set to <kbd>infinite</kbd>, <kbd>indefinite</kbd>, or <kbd>never</kbd>, the block will never expire.
MediaWiki:Apihelp-block-param-expiry/en
Roll back the last edits to page <kbd>Main Page</kbd> by user <kbd>Example</kbd>.
MediaWiki:Apihelp-rollback-example-simple/en
Roll back the last edits to page <kbd>Main Page</kbd> by user <kbd>Example</kbd>.
MediaWiki:Apihelp-rollback-example-simple/en-gb
How to filter for redirects. If set to <kbd>nonredirects</kbd> when <var>$1redirect</var> is enabled, this is only applied to the second level.
MediaWiki:Apihelp-query+backlinks-param-filterredir/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
Perform a prefix search for page titles.
Despite the similarity in names, this module is not intended to be equivalent to [[Special:PrefixIndex]]; for that, see <kbd>[[Special:ApiHelp/query+allpages|action=query&list=allpages]]</kbd> with the <kbd>apprefix</kbd> parameter. The purpose of this module is similar to <kbd>[[Special:ApiHelp/opensearch|action=opensearch]]</kbd>: to take user input and provide the best-matching titles. Depending on the search engine backend, this might include typo correction, redirect avoidance, or other heuristics.
Despite the similarity in names, this module is not intended to be equivalent to [[Special:PrefixIndex]]; for that, see <kbd>[[Special:ApiHelp/query+allpages|action=query&list=allpages]]</kbd> with the <kbd>apprefix</kbd> parameter. The purpose of this module is similar to <kbd>[[Special:ApiHelp/opensearch|action=opensearch]]</kbd>: to take user input and provide the best-matching titles. Depending on the search engine backend, this might include typo correction, redirect avoidance, or other heuristics.
MediaWiki:Apihelp-query+prefixsearch-description/en
Error displayed in the save dialog if saving the edit failed due to an invalid edit token (likely due to the user having logged out in a separate window, or logged in again)
MediaWiki:Visualeditor-savedialog-error-badtoken/qqq
Text displayed to the logged in user if they mark an item helpful
MediaWiki:Mah-you-marked-text/qqq
Send an email to user <kbd>WikiSysop</kbd> with the text <kbd>Content</kbd>.
MediaWiki:Apihelp-emailuser-example-email/en
Add user <kbd>FooBot</kbd> to group <kbd>bot</kbd>, and remove from groups <kbd>sysop</kbd> and <kbd>bureaucrat</kbd>.
MediaWiki:Apihelp-userrights-example-user/en
Purge the cache for the given titles.
Requires a POST request if the user is not logged in.
Requires a POST request if the user is not logged in.
MediaWiki:Apihelp-purge-description/en
The translator's user name. This parameter is optional. If not passed, the currently logged-in user will be used.
MediaWiki:Apihelp-query+cxtranslatorstats-param-translator/en
Add a preference to show if the user is currently present or not on the wiki
MediaWiki:Onlinestatus-desc/en
Shown on Special:LinkSubmit if an anonymous user tries to use the special page; this is the error message title.
{{Identical|Not logged in}}
{{Identical|Not logged in}}
MediaWiki:Linkfilter-login-title/qqq
Retrieved from "https://translatewiki.net/wiki/Special:SearchTranslations"