MediaWiki API súgó

Ez egy automatikusan generált MediaWiki-API-dokumentációs lap.

Dokumentáció és példák: https://www.mediawiki.org/wiki/Special:MyLanguage/API:Main_page

list=automatictranslationdenselanguages

(main | query | automatictranslationdenselanguages)
  • Ez a modul olvasási jogot igényel.
  • Ez a modul használható generátorként.
  • Forrás: ContentTranslation
  • Licenc: GPL-2.0-or-later

Fetch the list of sitelinks for the article that corresponds to a given Wikidata ID, ordered by article size.

Jellemző paraméterek:
Other general parameters are available.
qid

The Wikidata ID.

Ez a paraméter kötelező.
section-titles

A boolean value indicating whether the section titles should be included in the response.

Típus: logikai (részletek)
Példák:
Fetch the list of sitelinks for the 'Moon' article in all available languages, sorted by article size.
api.php?action=query&list=automatictranslationdenselanguages&qid=Q405 [megnyitás a homokozóban]
Fetch the list of sitelinks for the 'Moon' article, including the section titles, in all available languages, sorted by article size.
api.php?action=query&list=automatictranslationdenselanguages&qid=Q405&section-titles=true [megnyitás a homokozóban]