MediaWiki API ヘルプ
このページは自動生成された MediaWiki API の説明文書ページです。
説明文書と例: https://www.mediawiki.org/wiki/API
action=graph
(main | graph)
- このモジュールは読み取りの権限を必要とします。
- ソース: Graph
- ライセンス: MIT
Access graph tag functionality.
パラメーター:
- hash
Hash value of the graph
- title
Title of the page with the graph
- text
Text of the graph to be converted to JSON. Must be posted and used without title and hash parameters
- oldid
ID of the revision of the page with the graph
- Type: integer
- 既定値: 0
例:
- Get the graph JSON by hash and title
- api.php?formatversion=2&action=graph&title=Extension%3AGraph%2FDemo&hash=1533aaad45c733dcc7e07614b54cbae4119a6747 [サンドボックスで開く]