Ajuda da API do MediaWiki

Esta é uma página de documentação da API do MediaWiki gerada automaticamente.

Documentação e exemplos: https://www.mediawiki.org/wiki/Special:MyLanguage/API:Main_page

list=automatictranslationdenselanguages

(main | query | automatictranslationdenselanguages)
  • Este módulo requer direitos de leitura.
  • Fonte: ContentTranslation
  • Licença: GPL-2.0-or-later

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

Parâmetros:
Estão disponíveis outros parâmetros gerais.
qid

The Wikidata ID.

Este parâmetro é obrigatório.
section-titles

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

Tipo: booleano (detalhes)
limit

The maximum number of sitelinks to fetch.

Tipo: inteiro
Padrão: 15
Exemplos:
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&limit=15 [abrir na página de testes]
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 [abrir na página de testes]