Справка MediaWiki API
Это автоматически сгенерированная страница документации MediaWiki API.
Документация и примеры: https://www.mediawiki.org/wiki/Special:MyLanguage/API:Main_page
meta=wbcontentlanguages (wbcl)
- Этот модуль требует прав на чтение.
- Источник: WikibaseRepository
- Лицензия: GPL-2.0-or-later
Returns information about the content languages Wikibase accepts in different contexts.
Определённые параметры:
Other general parameters are available.
- wbclcontext
The context in which the content languages should be valid.
- term
- The terms (label, description, aliases) of an entity.
- monolingualtext
- A monolingual text value in a statement.
- Одно из следующих значений: monolingualtext, term
- По умолчанию: term
- wbclprop
The properties that should be returned about each language.
- code
- Код языка
- autonym
- The autonym of the language, that is, the name of the language in that language. May not be known for all languages.
- name
- The name of the language in the current language (specified via the uselang parameter), with language fallbacks applied if necessary. Usually, at least an English name is known for all content languages Wikibase accepts.
- Значения (разделённые с помощью | или альтернативного разделителя): autonym, code, name
- По умолчанию: code
Примеры:
- Get the valid language codes for the terms of an entity.
- api.php?action=query&meta=wbcontentlanguages [открыть в песочнице]
- Get the valid languages, with language code and autonym, for monolingual text values.
- api.php?action=query&meta=wbcontentlanguages&wbclcontext=monolingualtext&wbclprop=code|autonym [открыть в песочнице]