MediaWiki API ヘルプ
このページは自動生成された MediaWiki API の説明文書ページです。
説明文書と例: https://www.mediawiki.org/wiki/Special:MyLanguage/API:Main_page
action=wbformatentities
(main | wbformatentities)
- このモジュールは読み取りの権限を必要とします。
- ソース: WikibaseClient
- ライセンス: GPL-2.0-or-later
Formats entity IDs to HTML.
The language can be specified with the global uselang parameter.
パラメーター:
- ids
The entity IDs to format.
- 複数の値は | または代わりの文字で区切ってください。
- 値の最大値は 50(緩い制限が適用されるクライアントでは500)です。
例:
- Format a single item ID.
- api.php?action=wbformatentities&ids=Q2 [サンドボックスで開く]
- Format an item ID and a property ID.
- api.php?action=wbformatentities&ids=Q2|P2 [サンドボックスで開く]
- Format three item IDs in French.
- api.php?action=wbformatentities&ids=Q2|Q3|Q4&uselang=fr [サンドボックスで開く]