Search translations
Jump to navigation
Jump to search
24 results found
Languages
Message groups
Allows inserting <nowiki><</nowiki>a> anchor tags into wikitext
MediaWiki:Anchorhandler-desc/en-gb
The wikitext here is too short to be a licence
MediaWiki:Mwe-upwiz-error-license-wikitext-too-short/en-gb
The wikitext you entered doesn't contain a valid licence template.
MediaWiki:Mwe-upwiz-error-license-wikitext-missing-template/en-gb
Interwiki prefix to be used in <code>[<nowiki />[prefix:<em>pagename</em>]]</code> wikitext syntax.
MediaWiki:Interwiki prefix intro/en-gb
The licence is described by the following wikitext (must contain a valid [$2 copyright tag]):
MediaWiki:Mwe-upwiz-license-custom/en-gb
Revision $2 of page "$1" could not be unserialised. The revision was reported to use content model $3 serialised as $4.
MediaWiki:Import-error-unserialize/en-gb
Please summarise the below thread in the editing box.
You may use any wikitext in your summary.
When you finish, click "{{int:publishpage}}".
You may use any wikitext in your summary.
When you finish, click "{{int:publishpage}}".
MediaWiki:Lqt-summarize-intro/en-gb
Content serialisation format used for the input text.
MediaWiki:Apihelp-edit-param-contentformat/en-gb
Galleries in the userspace that consist mostly or entirely of "fair use" or non-free images. Wikipedia's non-free content policy prohibits the use of non-free content in userspace, even content that the user has uploaded; use of content in the public domain or under a free licence is acceptable. (U3)
MediaWiki:Pagetriage-del-tags-dbu3-desc/en-gb
If wikitext syntax <code>{<nowiki />{prefix:<em>pagename</em>}}</code> is used, allow template/page transclusion from the foreign wiki if interwiki transclusions are enabled in general ([https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:$wgEnableScaryTranscluding scary transclusion]).
MediaWiki:Interwiki trans 1 intro/en-gb
Serialisation format used for <var>$1difftotext</var> and expected for output of content.
MediaWiki:Apihelp-query+revisions+base-param-contentformat/en-gb
Content serialisation format used for the input text. Only valid when used with $1text.
MediaWiki:Apihelp-parse-param-contentformat/en-gb
The Wikimedia Foundation, Inc is a nonprofit charitable organisation dedicated to encouraging the growth, development and distribution of free, multilingual content, and to providing the full content of these wiki-based projects to the public free of charge.
MediaWiki:Wikimediaapiportal-skin-wikimedia-info/en-gb
<h1>Text and image sources, contributors, and licences</h1>
<h2>Text</h2>
$1<h2>Images</h2>
$2
<h2>Content licence</h2>
$3
<h2>Text</h2>
$1<h2>Images</h2>
$2
<h2>Content licence</h2>
$3
MediaWiki:Coll-attribution-page/en-gb
*Common block reasons
** Inserting false information
** Removing content from pages
** Spamming links to external sites
** Inserting nonsense/gibberish into pages
** Intimidating behaviour/harassment
** Abusing multiple accounts
** Unacceptable username
** Inserting false information
** Removing content from pages
** Spamming links to external sites
** Inserting nonsense/gibberish into pages
** Intimidating behaviour/harassment
** Abusing multiple accounts
** Unacceptable username
MediaWiki:Ipbreason-dropdown/en-gb
Image metadata fields listed in this message will be included on the image page display when the metadata table is collapsed.
Others will be hidden by default.
* make
* model
* datetimeoriginal
* exposuretime
* fnumber
* isospeedratings
* focallength
* artist
* copyright
* imagedescription
* gpslatitude
* gpslongitude
* gpsaltitude
Others will be hidden by default.
* make
* model
* datetimeoriginal
* exposuretime
* fnumber
* isospeedratings
* focallength
* artist
* copyright
* imagedescription
* gpslatitude
* gpslongitude
* gpsaltitude
MediaWiki:Metadata-fields/en-gb
Many public wikis put all contributions under a [https://freedomdefined.org/Definition free licence].
This helps to create a sense of community ownership and encourages long-term contribution.
It is not generally necessary for a private or corporate wiki.
If you want to be able to use text from Wikipedia, and you want Wikipedia to be able to accept text copied from your wiki, you should choose <strong>{{int:config-license-cc-by-sa}}</strong>.
Wikipedia previously used the GNU Free Documentation Licence.
The GFDL is a valid licence, but it is difficult to understand.
It is also difficult to reuse content licensed under the GFDL.
This helps to create a sense of community ownership and encourages long-term contribution.
It is not generally necessary for a private or corporate wiki.
If you want to be able to use text from Wikipedia, and you want Wikipedia to be able to accept text copied from your wiki, you should choose <strong>{{int:config-license-cc-by-sa}}</strong>.
Wikipedia previously used the GNU Free Documentation Licence.
The GFDL is a valid licence, but it is difficult to understand.
It is also difficult to reuse content licensed under the GFDL.
MediaWiki:Config-license-help/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 -->
# 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
Retrieved from "https://translatewiki.net/wiki/Special:SearchTranslations"