MediaWiki API 帮助

这是自动生成的MediaWiki API文档页面。

文档和例子:https://www.mediawiki.org/wiki/API:Main_page/zh

format=yamlfm

main | yamlfm
  • 此模块已弃用。
  • 此模块需要读取权限。

输出数据为YAML格式(HTML优质打印效果)。

参数:
callback

If specified, wraps the output into a given function call. For safety, all user-specific data will be restricted.

utf8

If specified, encodes most (but not all) non-ASCII characters as UTF-8 instead of replacing them with hexadecimal escape sequences. Default when formatversion is not 1.

ascii

If specified, encodes all non-ASCII using hexadecimal escape sequences. Default when formatversion is 1.

formatversion

Output formatting:

1
Backwards-compatible format (XML-style booleans, * keys for content nodes, etc.).
2
Experimental modern format. Details may change!
latest
Use the latest format (currently 2), may change without warning.
一个值:1、2、latest
默认:1
例子:
格式化查询结果为YAML格式。
api.php?action=query&meta=siteinfo&siprop=namespaces&format=yamlfm