Ayuda de la API de MediaWiki
Esta es una página de documentación autogenerada de la API de MediaWiki.
Documentación y ejemplos: https://www.mediawiki.org/wiki/Special:MyLanguage/API:Main_page
list=automatictranslationdenselanguages
- Este módulo requiere permisos de lectura.
- Fuente: ContentTranslation
- Licencia: 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 específicos:
Other general parameters are available.
- qid
The Wikidata ID.
- Este parámetro es obligatorio.
- section-titles
A boolean value indicating whether the section titles should be included in the response.
- Tipo: boolean (más información)
- limit
The maximum number of sitelinks to fetch.
- Tipo: entero
- Predeterminado: 15
Ejemplos:
- 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 en la zona de pruebas]
- 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§ion-titles=true [abrir en la zona de pruebas]