Nápověda k MediaWiki API
Toto je automaticky generovaná dokumentační stránka k MediaWiki API.
Dokumentace a příklady: https://www.mediawiki.org/wiki/Special:MyLanguage/API:Main_page
action=graph
(main | graph)
- Tento modul vyžaduje oprávnění ke čtení.
- Zdroj: Graph
- Licence: MIT
Access graph tag functionality.
Parametry:
- hash
Hash value of the graph
- title
Titulek stránky s grafem
- 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
- Default: 0
Příklad:
- Get the graph JSON by hash and title
- api.php?formatversion=2&action=graph&title=Extension%3AGraph%2FDemo&hash=1533aaad45c733dcc7e07614b54cbae4119a6747 [otevřít v pískovišti]