MediaWiki API ヘルプ
このページは自動生成された MediaWiki API の説明文書ページです。
説明文書と例: https://www.mediawiki.org/wiki/Special:MyLanguage/API:Main_page
prop=description (desc)
- このモジュールは内部的または不安定です。動作が予告なく変更される場合があります。
- このモジュールは読み取りの権限を必要とします。
- ソース: WikibaseClient
- ライセンス: GPL-2.0-or-later
Get a short description a.k.a. subtitle explaining what the target page is about.
The description is plain text, on a single line, but otherwise arbitrary (potentially including raw HTML tags, which also should be interpreted as plain text). It must not be used in HTML unescaped!
パラメーター:
その他一般パラメーターが利用可能です。
- desccontinue
When more results are available, use this to continue. More detailed information on how to continue queries can be found on mediawiki.org.
- 型: 整数
- 既定: 0
- descprefersource
Which description source to prefer if present:
- local
- Local descriptions via
{{SHORTDESC:...}}
parser function in the wikitext of the page. - central
- Central descriptions from the associated ウィキデータ item.
- 値 (次の値のいずれか1つ): central、local
- 既定: local
例:
- Get the description for the page 'London'.
- api.php?action=query&prop=description&titles=London [サンドボックスで開く]
- Get the description for the page 'London', preferring the central description if it exists.
- api.php?action=query&prop=description&titles=London&descprefersource=central [サンドボックスで開く]