Nápověda k MediaWiki API

Toto je automaticky generovaná dokumentační stránka k MediaWiki API.

Dokumentace a příklady: https://www.mediawiki.org/wiki/Special:MyLanguage/API:Main_page

meta=messagetranslations (mt)

(main | query | messagetranslations)
  • Tento modul vyžaduje oprávnění ke čtení.
  • Zdroj: Překlad
  • Licence: GPL-2.0-or-later

Query all translations for a single message.

Parametry:
Other general parameters are available.
mttitle

Page title of a known message, with namespace and language code.

This parameter is required.
mtoffset

When more results are available, use this to continue. More detailed information on how to continue queries can be found on mediawiki.org.

Type: integer
Default: 0
Příklad:
List of translations in the wiki for "MediaWiki:January"
api.php?action=query&meta=messagetranslations&mttitle=MediaWiki:January [otevřít v pískovišti]