MediaWiki API help
This is an auto-generated MediaWiki API documentation page.
Documentation and examples: https://www.mediawiki.org/wiki/Special:MyLanguage/API:Main_page
action=searchtranslations
(main | searchtranslations)
- Questo modulo richiede i diritti di lettura.
- Fonte: Translate
- Licenza: GPL-2.0-or-later
Cerca traduzioni.
Parametri:
- service
Which of the available translation services to use.
- Uno dei seguenti valori:
- query
The string to search for.
- This parameter is required.
- sourcelanguage
The language code of the source text.
- Default: it
- language
The language code to search string for.
- Predefinito: (vuoto)
- group
The group ID to search string in.
- Predefinito: (vuoto)
- filter
Message translation status filter.
- Uno dei seguenti valori: Can be empty, or fuzzy, translated, untranslated
- Predefinito: (vuoto)
- match
Match any/all search words.
- Predefinito: (vuoto)
- case
Case (in)sensitive search.
- Default: 0
- offset
Offset for the translations.
- Type: integer
- Default: 0
- limit
Dimensione del risultato.
- Tipo: intero o max
- The value must be between 1 and 50.
- Default: 25
Esempi:
- Mostra le traduzioni per la lingua.
- api.php?action=searchtranslations&language=fr&query=aide [apri in una sandbox]
- Show untranslated messages matching the query in the source language.
- api.php?action=searchtranslations&language=fr&query=edit&filter=untranslated [apri in una sandbox]