Bantuan API MediaWiki
Ini merupakan laman dokumentasi MediaWiki API yang dihasilkan secara automatik.
Dokumentasi dan contoh-contoh: https://www.mediawiki.org/wiki/API
submodule=view-header (vh)
- Modul ini memerlukan hak membaca.
- Source: Flow
- License: GPL-2.0-or-later
View a board description.
Parameter:
Other general parameters are available.
- vhformat
Format to return the content in.
- One of the following values: fixed-html, html, wikitext
- Default: fixed-html
- vhrevId
Load this revision, instead of the most recent.
Contoh:
- Fetch the description of Talk:Sandbox as wikitext
- api.php?action=flow&submodule=view-header&page=Talk:Sandbox&vhformat=wikitext&revId= [open in sandbox]