Search translations

Jump to navigation Jump to search
Showing translations which match any of the search words. Require all search words.
Languages
Message groups
The following files exist but are not embedded in any page. Categorised images are considered as used despite that they are not embedded in any page.
Please note that other web sites may link to a file with a direct URL, and so may still be listed here despite being in active use.
MediaWiki:Unusedimagestext-categorizedimgisused/en-gb
#<!-- leave this line exactly as it is --> <pre>
# Headings that will be ignored by search.
# Changes to this take effect as soon as the page with the heading is indexed.
# You can force page reindexing by doing a null edit.
# Syntax is as follows:
#  * Everything from a "#" character to the end of the line is a comment.
#  * Every non-blank line is the exact title to ignore, case and everything.
References
External links
See also
 #</pre> <!-- leave this line exactly as it is -->
MediaWiki:Cirrussearch-ignored-headings/en-gb
#<!-- leave this line exactly as it is --> <pre>
# Headings that will be ignored by search.
# Changes to this take effect as soon as the page with the heading is indexed.
# You can force page reindexing by doing a null edit.
# Syntax is as follows:
#  * Everything from a "#" character to the end of the line is a comment.
#  * Every non-blank line is the exact title to ignore, case and everything.
References
External links
See also
 #</pre> <!-- leave this line exactly as it is -->
MediaWiki:Search-ignored-headings/en-gb
The wikitext here is too short to be a licence
MediaWiki:Mwe-upwiz-error-license-wikitext-too-short/en-gb
See the link to [[Special:AdminLinks|Admin links]]
MediaWiki:Right-adminlinks/en-gb
Allows you to manage the list of domains, which are allowed to be used to login with Google.
MediaWiki:Apihelp-googleloginmanagealloweddomain-description/en-gb
You can set how the media item appears on the page. This should be the thumbnail format to be consistent with other pages in almost all cases.
MediaWiki:Visualeditor-dialog-media-type-section-help/en-gb
List pages on the watchlist of the current user.
MediaWiki:Apihelp-query+watchlistraw-example-simple/en-gb
The file is under the following licence on the source site "$1": $2.
MediaWiki:Mwe-upwiz-license-external/en-gb
These prefixes are inherited from a global configuration, and can only be edited on the source wiki.
MediaWiki:Interwiki-global-description/en-gb
#<!-- 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
The location on which the map should be centred
MediaWiki:Maps-par-centre/en-gb
The following {{PLURAL:$1|file is|$1 files are}} in the current category.
MediaWiki:Category-file-count-limited/en-gb
External HTTP requests to the local wiki using this interwiki prefix will be redirected to the target URL of the interwiki (i.e. treated like links to local pages).
MediaWiki:Interwiki local 1 intro/en-gb
You can set where this media item appears on the page. This is sometimes used to break up a long line of images on one side of the page.
MediaWiki:Visualeditor-dialog-media-position-section-help/en-gb
The domain to add or remove to the list.
MediaWiki:Apihelp-googleloginmanagealloweddomain-param-domain/en-gb
<strong>Warning:</strong> You are about to move a category page. Please note that only the page will be moved and any pages in the old category will <em>not</em> be recategorised into the new one.
MediaWiki:Movecategorypage-warning/en-gb
The method to execute, either removing or adding a domain from/to the list.
MediaWiki:Apihelp-googleloginmanagealloweddomain-param-method/en-gb
#<!-- leave this line exactly as it is --> <pre>
# This message lets you configure the settings of the "Did you mean" suggestions.
# See also https://www.elastic.co/guide/en/elasticsearch/reference/current/search-suggesters-phrase.html
# 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 :
#  * max_errors (integer): the maximum number of terms that will be considered misspelled in order to be corrected. 1 or 2.
#  * confidence (float): The confidence level defines a factor applied to the input phrases score which is used as a threshold for other suggestion candidates. Only candidates that score higher than the threshold will be included in the result. For instance a confidence level of 1.0 will only return suggestions that score higher than the input phrase. If set to 0.0 the best candidate are returned.
#  * min_doc_freq (float 0 to 1): The minimal threshold in number of documents a suggestion should appear in.
#                  High frequency terms are generally "stop words".
#  * max_term_freq (float 0 to 1): The maximum threshold in number of documents in which a term can exist in order to be included.
#  * prefix_length (integer): The minimal number of prefix characters that must match a term in order to be a suggestion.
#  * suggest_mode (missing, popular, always): The suggest mode controls the way suggestions are included.
# Examples of good lines:
# max_errors:2
# confidence:2.0
# max_term_freq:0.5
# min_doc_freq:0.01
# prefix_length:2
# suggest_mode:always
#
# </pre> <!-- leave this line exactly as it is -->
MediaWiki:Cirrussearch-didyoumean-settings/en-gb
Show preview on the first edit
MediaWiki:Tog-previewonfirst/en-gb
List the top revision for recently changed pages on the watchlist of the current user.
MediaWiki:Apihelp-query+watchlist-example-simple/en-gb
Unfortunately, no image in the photoset has a licence appropriate to be used on this site.
MediaWiki:Mwe-upwiz-license-photoset-invalid/en-gb
You can set how large the media item appears on the page. This should almost always be the normal size, as a custom size will interfere with the layout of the page for readers and make the media  items seem inconsistent.
MediaWiki:Visualeditor-dialog-media-size-section-help/en-gb
The following {{PLURAL:$1|page is|$1 pages are}} in the current category.
MediaWiki:Category-article-count-limited/en-gb
The Surreal Barnstar is awarded to any user who adds "special flavour" to the community by acting as a sort of wildcard.
MediaWiki:Wikilove-barnstar-surreal-desc/en-gb