MediaWiki API ヘルプ
このページは自動生成された MediaWiki API の説明文書ページです。
説明文書と例: https://www.mediawiki.org/wiki/Special:MyLanguage/API:Main_page
submodule=view-post-history (vph)
- このモジュールは読み取りの権限を必要とします。
- ソース: Flow
- ライセンス: GPL-2.0-or-later
View the revision history of a post.
パラメーター:
- vphpostId
ID of the post for which to view revision history.
- このパラメーターは必須です。
- vphformat
Format to return the content in.
- 値 (次の値のいずれか1つ): fixed-html、html、wikitext
- Default: fixed-html
例:
- Fetch the revisions of a post in Topic:S2tycnas4hcucw8w as wikitext
- api.php?action=flow&submodule=view-post-history&page=Topic:S2tycnas4hcucw8w&vphpostId=???&vphformat=wikitext [サンドボックスで開く]