MediaWiki API help

This is an auto-generated MediaWiki API documentation page.

Documentation and examples: https://www.mediawiki.org/wiki/API

list=messagecollection (mc)

(main | query | messagecollection)
  • Questo modulo richiede i diritti di lettura.
  • Questo modulo può essere utilizzato come generatore.
  • Fonte: Traduci
  • Licenza: GPL-2.0-or-later

Query MessageCollection about translations.

Parametri:
mcgroup

Gruppo di messaggi.

Questo parametro è obbligatorio.
mclanguage

Codice lingua.

Predefinito: en
mclimit

Il numero di messaggi da visualizzare (dopo applicazione del filtro).

Non più di 5 000 (5 000 per bot) consentito.
Tipo: intero o max
Predefinito: 500
mcoffset

Quando più risultati sono disponibili, usa questo per continuare.

Predefinito: (vuoto)
mcfilter

Message collection filters. Use ! to negate condition. For example !fuzzy 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 N is among reviewers.
last-translator:N
Messages where the user number N is the last translator.
Separa i valori con | o alternativa. Il numero massimo di valori è 50 (500 per i bot).
Predefinito: !optional|!ignored
mcprop

Which properties to get:

definition
Message definition.
translation
Current translation (without !!FUZZY!! string if any, use the tags to check for outdated or broken translations).
tags
Message tags, like optional, ignored and fuzzy.
properties
Message properties, like status, revision, last-translator. Can vary between messages.
revision
Deprecated! Use mcprop=properties.
Valori (separati da | o alternativa): definition, translation, tags, revision, properties
Predefinito: definition|translation