Справка MediaWiki API
This is an auto-generated MediaWiki API documentation page.
Documentation and examples: https://www.mediawiki.org/wiki/API
prop=pageterms (wbpt)
- Этот модуль требует прав на чтение.
- Источник: Wikibase Client
- Лицензия: GPL-2.0+
Get terms associated with a page via an associated data item. On a wikibase entity page, the entity terms are used directly. Caveat: On a repo wiki, pageterms only works directly on entity pages, not on pages connected to an item. This may change in the future.
Параметры:
- wbptcontinue
Когда доступно больше результатов, использовать этот чтобы продолжить.
- Тип: integer
- wbptterms
The types of terms to get, e.g. 'description'. If not specified, all types are returned.
- Значения (разделённые с помощью | или альтернативного варианта): alias, description, label
Пример:
- Получить обозначения и псевдонимы элемента Q84.
- api.php?action=query&prop=pageterms&titles=Q84 [open in sandbox]