Jump to: navigation, search
Showing translations which match any of the search words. Require all search words.
Languages
Message groups
Return URL for third-party authentication flows, must be absolute. Either this or <var>$1continue</var> is required.

Upon receiving a <samp>REDIRECT</samp> response, you will typically open a browser or web view to the specified <samp>redirecttarget</samp> URL for a third-party authentication flow. When that completes, the third party will send the browser or web view to this URL. You should extract any query or POST parameters from the URL and pass them as a <var>$1continue</var> request to this API module.
MediaWiki:Api-help-authmanagerhelper-returnurl/en
<strong>The tag "$1" is still active, and will continue to be applied in the future.</strong> To stop this from happening, go to the place(s) where the tag is set to be applied, and disable it there.
MediaWiki:Tags-delete-explanation-active/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>.
MediaWiki:Api-help-authmanager-general-usage/en
 #<!-- leave this line exactly as it is --> <pre>
# This message lets you configure the settings of the "more like this" feature.
# Changes to this take effect immediately.
# The syntax is as follows:
#  * Everything from a "#" character to the end of the line is a comment.
#  * Every non-blank line is the setting name followed by a ":" character followed by the setting value
# The settings are:
#  * min_doc_freq (integer): Minimum number of documents (per shard) that need a term for it to be considered.
#  * max_doc_freq (integer): Maximum number of documents (per shard) that have a term for it to be considered.
#                  High frequency terms are generally "stop words".
#  * max_query_terms (integer): Maximum number of terms to be considered. This value is limited to $wgCirrusSearchMoreLikeThisMaxQueryTermsLimit (100).
#  * min_term_freq (integer): Minimum number of times the term appears in the input to doc to be considered. For small fields (title) this value should be 1.
#  * minimum_should_match (percentage -100% to 100%, or integer number of terms): The percentage of terms to match on. Defaults to 30%.
#  * min_word_len (integer): Minimal length of a term to be considered. Defaults to 0.
#  * max_word_len (integer): The maximum word length above which words will be ignored. Defaults to unbounded (0).
#  * fields (comma separated list of values): These are the fields to use. Allowed fields are title, text, auxiliary_text, opening_text, headings and all.
#  * use_fields (true|false) : Tell the "more like this" query to use only the field data. Defaults to false: the system will extract the content of the text field to build the query.
# Examples of good lines:
# min_doc_freq:2
# max_doc_freq:20000
# max_query_terms:25
# min_term_freq:2
# minimum_should_match:30%
# min_word_len:2
# max_word_len:40
# fields:text,opening_text
# use_fields:true
# </pre> <!-- leave this line exactly as it is -->
MediaWiki:Cirrussearch-morelikethis-settings/en
#<!-- leave this line exactly as it is --> <pre>
# This message lets you configure the settings of the "more like this" feature.
# Changes to this take effect immediately.
# The syntax is as follows:
#  * Everything from a "#" character to the end of the line is a comment.
#  * Every non-blank line is the setting name followed by a ":" character followed by the setting value
# The settings are:
#  * min_doc_freq (integer): Minimum number of documents (per shard) that need a term for it to be considered.
#  * max_doc_freq (integer): Maximum number of documents (per shard) that have a term for it to be considered.
#                  High frequency terms are generally "stop words".
#  * max_query_terms (integer): Maximum number of terms to be considered. This value is limited to $wgCirrusSearchMoreLikeThisMaxQueryTermsLimit (100).
#  * min_term_freq (integer): Minimum number of times the term appears in the input to doc to be considered. For small fields (title) this value should be 1.
#  * minimum_should_match (percentage -100% to 100%, or integer number of terms): The percentage of terms to match on. Defaults to 30%.
#  * min_word_len (integer): Minimal length of a term to be considered. Defaults to 0.
#  * max_word_len (integer): The maximum word length above which words will be ignored. Defaults to unbounded (0).
#  * fields (comma separated list of values): These are the fields to use. Allowed fields are title, text, auxiliary_text, opening_text, headings and all.
#  * use_fields (true|false) : Tell the "more like this" query to use only the field data. Defaults to false: the system will extract the content of the text field to build the query.
# Examples of good lines:
# min_doc_freq:2
# max_doc_freq:20000
# max_query_terms:25
# min_term_freq:2
# minimum_should_match:30%
# min_word_len:2
# max_word_len:40
# fields:text,opening_text
# use_fields:true
# </pre> <!-- leave this line exactly as it is -->
MediaWiki:Cirrussearch-morelikethis-settings/en-gb
If you select this option, MediaWiki will periodically ping https://www.mediawiki.org with basic data about this MediaWiki instance. This data includes, for example, the type of system, PHP version, and chosen database backend. The Wikimedia Foundation shares this data with MediaWiki developers to help guide future development efforts. The following data will be sent for your system:
<pre>$1</pre>
MediaWiki:Config-pingback-help/en
SQLite stores all data in a single file.

The directory you provide must be writable by the webserver during installation.

It should <strong>not</strong> be accessible via the web; this is why we're not putting it where your PHP files are.

The installer will write a <code>.htaccess</code> file along with it, but if that fails someone can gain access to your raw database.
That includes raw user data (email addresses, hashed passwords) as well as deleted revisions and other restricted data on the wiki.

Consider putting the database somewhere else altogether, for example in <code>/var/lib/mediawiki/yourwiki</code>.
MediaWiki:Config-sqlite-dir-help/en
The name for the default filter group. Most filters will be in this group.
{{Identical|Default}}
MediaWiki:Abusefilter-group-default/qqq
This button will bring the user to a session. The button will be next to the session in question.
MediaWiki:Ethereditor-switch-to-session/qqq
User agent to query. If not specified, the agent in the request will be queried.
MediaWiki:Apihelp-query+featureusage-param-agent/en
If given, the query will return usernames in CSV format, and it will return the articles assigned to those students.
MediaWiki:Apihelp-liststudents-param-csv/en
Disable this user account.
The user will not be able to log in, reset their password, or receive email notifications.
If the user is currently logged in anywhere, they will be immediately logged out.
''Note that disabling an account is not reversible without system administrator intervention.''
MediaWiki:Disableaccount-confirm/en
Disable this user account.
The user will not be able to log in, reset their password, or receive email notifications.
If the user is currently logged in anywhere, they will be immediately logged out.
''Note that disabling an account is not reversible without system administrator intervention.''
MediaWiki:Disableaccount-confirm/en-gb
This field should be left blank if you want to remove your email address. You will not be able to reset a forgotten password and will not receive emails from this wiki if the email address is removed.
MediaWiki:Changeemail-newemail-help/en
This field should be left blank if you want to remove your email address. You will not be able to reset a forgotten password and will not receive emails from this wiki if the email address is removed.
MediaWiki:Changeemail-newemail-help/ia
This page provides a linked data interface to entity values. Please provide the entity ID in the URL, using subpage syntax.
* Content negotiation applies based on you client's Accept header. This means that the entity data will be provided in the format preferred by your client. For a web browser, this will be HTML, causing your browser to be redirected to the regular entity page.
* You can explicitly request a specific data format by adding the appropriate file extension to the entity ID: Q23.json will return data in the JSON format, Q23.ttl will return RDF/Turtle, and so on.
MediaWiki:Wikibase-entitydata-text/en
This will be substituted in the signature (~<nowiki></nowiki>~~ or ~~<nowiki></nowiki>~~ excluding timestamp).

Parameters:
* $1 - the username that is currently login
* $2 - the customized signature which is specified in [[Special:Preferences|user's preferences]] as non-raw
Use your language default parentheses ({{msg-mw|parentheses}}), but not use the message direct.

See also:
* {{msg-mw|Signature-anon}} - signature for anonymous user
MediaWiki:Signature/qqq
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
A new update process for refreshing the semantic data was started.
All stored data will be rebuilt or repaired where needed.
You can follow the progress of the update on this special page.

Return to $1.
MediaWiki:Smw smwadmin updatestarted/en
Log entries older than this will be expired and will not be sent back to the server.
MediaWiki:Centralnotice-banner-history-logger-max-entry-age-help/en
Sometimes the creator value is listed as "last name, first name" in the metadata. Checking this box will reverse that order and remove the comma, e.g., "da Vinci, Leonardo" would become "Leonardo da Vinci". Note that this relies on a single comma in the value; if there is no comma in the value, no change will be made, and if there is more than one comma, the change will only be made using the first comma.
MediaWiki:Gwtoolset-reverse-creator-explanation/en
Timestamp format to use for output, 'ISO_8601' or 'MW'.  'MW' is deprecated here, so all clients should switch to 'ISO_8601'.  This parameter will be removed, and 'ISO_8601' will become the only output format.
MediaWiki:Apihelp-echomarkseen-param-timestampFormat/en
It is possible to restore all Semantic MediaWiki data based on the current contents of the wiki.
This can be useful to repair broken data or to refresh the data if the internal format has changed due to some software upgrade.
The update is executed page by page and will not be completed immediately.
The following shows if an update is in progress and allows you to start or stop updates (unless this feature was disabled by the site administrator).
MediaWiki:Smw smwadmin datarefreshdocu/en
{{optional}}
This text will be shown below upload forms. It will default to the contents of edittools.
MediaWiki:Edittools-upload/qqq
This checkbox allows you to re-upload media for an item that has already been uploaded to the wiki. If the item already exists because of one of your previous uploads, an additional media file will be added to the wiki. If someone else has already uploaded a new version of the media file, then your new upload will be ignored. If the media file does not yet exist in the wiki, it will be uploaded whether this checkbox is checked or not.
MediaWiki:Gwtoolset-reupload-media-explanation/en