MediaWiki-API-Hilfe

Dies ist eine automatisch generierte MediaWiki-API-Dokumentationsseite.

Dokumentation und Beispiele: https://www.mediawiki.org/wiki/Special:MyLanguage/API:Main_page

prop=entityterms (wbet)

(main | query | entityterms)
  • Dieses Modul erfordert Leserechte.
  • Quelle: WikibaseClient
  • Lizenz: GPL-2.0-or-later

Get the terms (labels, descriptions and aliases) of the entity on this page.

Parameter:
wbetcontinue

Falls weitere Ergebnisse verfügbar sind, dies zum Fortfahren verwenden.

Typ: Ganzzahl
wbetterms

The types of terms to get, e.g. 'description', each returned as an array of strings keyed by their type, e.g. {"description": ["foo"]}. If not specified, all types are returned.

Werte (mit | trennen oder Alternative): alias, description, label
Standard: alias|label|description