Jump to: navigation, search
Showing translations which match any of the search words. Require all search words.
Languages
Message groups
Maximum number of values is {{PLURAL:$1|$1}} ({{PLURAL:$2|$2}} for bots).
MediaWiki:Api-help-param-multi-max/en
Used to indicate the maximum number of values accepted for a multi-valued parameter.

Parameters:
* $1 - Maximum value without the apihighlimits right
* $2 - Maximum value with the apihighlimits right
MediaWiki:Api-help-param-multi-max/qqq
The value you specified for the number of days to run is above the maximum of {{PLURAL:$1|$1}}.
MediaWiki:Apifeatureusage-htmlform-daterange-days-toohigh/en
The value you specified for the number of days to run is above the maximum of {{PLURAL:$1|$1}}.
MediaWiki:Securepoll-htmlform-daterange-days-toohigh/en
A message that is displayed when the number of selections for a multi-valued input is more than a certain number.

Parameters:
* $1 - number of values
MediaWiki:Sf-select2-selection-too-big/qqq
Used to display an integer parameter with a maximum and minimum values

Parameters:
* $1 - 1 if the parameter takes one value, 2 if the parameter takes any number of values
* $2 - Minimum value
* $3 - Maximum value

See also:
* {{msg-mw|api-help-param-integer-min}}
* {{msg-mw|api-help-param-integer-max}}
MediaWiki:Api-help-param-integer-minmax/qqq
Maximum number of values allowed for a field that holds multiple values
MediaWiki:Sf forminputs maxvalues/en
Parameters:
* $1 - ...
* $2 - number of values
MediaWiki:Validator-error-omitted/qqq
Parameters:
* $1 - ...
* $2 - number of values
MediaWiki:Validator list omitted/qqq
Used to display an integer parameter with a minimum but no maximum value

Parameters:
* $1 - 1 if the parameter takes one value, 2 if the parameter takes any number of values
* $2 - Minimum value
* $3 - unused

See also:
* {{msg-mw|api-help-param-integer-max}}
* {{msg-mw|api-help-param-integer-minmax}}
MediaWiki:Api-help-param-integer-min/qqq
Used in [[Special:ActiveUsers]] to show the active user's recent action count in brackets ([]).
* $1 is the number of recent actions
* $2 is the user's name for use with GENDER (optional)
* $3 is the maximum number of days of the RecentChangesList
MediaWiki:Activeusers-count/qqq
Used on [[Special:Watchlist]] when a maximum number of hours or days is specified.

Parameters:
* $1 - the number of changes shown
* $2 - the number of hours for which the changes are shown
* $3 - a date alone
* $4 - a time alone
MediaWiki:Wlnote/qqq
{{PLURAL:$3|Only the following value is allowed for $1|For $1 only one of the following values is allowed}}: $2.
MediaWiki:Bs-validator-set-validation-not-approved/en
Used to display the possible values for a parameter taking a list of values

Parameters:
* $1 - 1 if the parameter takes one value, 2 if the parameter takes any number of values
* $2 - Comma-separated list of values, possibly formatted using {{msg-mw|api-help-param-list-can-be-empty}}
{{Identical|Value}}
MediaWiki:Api-help-param-list/qqq
 #<!-- 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
Used to display an integer parameter with a maximum but no minimum value.

Parameters:
* $1 - 1 if the parameter takes one value, 2 if the parameter takes any number of values
* $2 - (Unused)
* $3 - Maximum value
See also:
* {{msg-mw|Api-help-param-integer-min}}
* {{msg-mw|Api-help-param-integer-minmax}}
MediaWiki:Api-help-param-integer-max/qqq
List "$1" has $2 {{PLURAL:$2|value|values}}, but must have $3 {{PLURAL:$3|value|values}}, the same number of values as "$4"
MediaWiki:Jsonconfig-err-array-count/en
This is an error message.

Parameters:
* $1 - list of items
* $2 - number of items, for PLURAL support
MediaWiki:Maps geocoding failed for/qqq
"$1" is not in the list of possible values ($2) for this property.
MediaWiki:Smw notinenum/en
This message is displayed at [[Special:RecentChanges]] when viewing recentchanges from some specific time.

The corresponding message is {{msg-mw|Rclistfrom}}.

Parameters:
* $1 - the maximum number of changes that are displayed
* $2 - (Optional) a date and time
* $3 - a date
* $4 - a time
* $5 - Number of changes are displayed, for use with PLURAL
MediaWiki:Rcnotefrom/qqq
Search for "$1" found $2 {{PLURAL:$2|result|results}}.

$1 is the search term in bold, $2 is the number of results found
MediaWiki:Bs-extendedsearch-result/qqq
Headline of authors below page content
*$1 is the number of authors - use for PLURAL distinction
*$2 is the username - use for GENDER distinction
{{Identical|Author}}
MediaWiki:Bs-authors-title/qqq
{{doc-apihelp-param|query+imageinfo|urlwidth|params=* $1 - Maximum number of thumbnails per query|paramstart=2}}
MediaWiki:Apihelp-query+imageinfo-param-urlwidth/qqq
An exact search for "$1" found no results. There {{PLURAL:$2|is $2 similar result|are $2 similar results}}.

$1 is the search term in bold, $2 is the number of similar results found - use for PLURAL distinction
MediaWiki:Bs-extendedsearch-fuzzy/qqq