MediaWiki API 帮助
这是自动生成的MediaWiki API文档页面。
文档和例子:https://www.mediawiki.org/wiki/API:Main_page/zh
list=recentchanges (rc)
- 此模块需要读取权限。
- 此模块可作为发生器使用。
枚举最近更改。
参数:
- rcstart
枚举的起始时间戳。
- rcend
枚举的结束时间戳。
- rcdir
列举的方向:
- newer
- 最早的优先。注意:rcstart应早于rcend。
- older
- 最新的优先(默认)。注意:rcstart应晚于rcend。
- 一个值:newer、older
- 默认:older
- rcnamespace
Filter changes to only these namespaces.
- 值(以|分隔):0、1、2、3、4、5、6、7、8、9、10、11、12、13、14、15
- rcuser
只列出此用户的更改。
- rcexcludeuser
不要列出此用户的更改。
- rctag
只列出带此标签的更改。
- rcprop
Include additional pieces of information:
- user
- Adds the user responsible for the edit and tags if they are an IP.
- userid
- Adds the user ID responsible for the edit.
- comment
- Adds the comment for the edit.
- parsedcomment
- Adds the parsed comment for the edit.
- flags
- Adds flags for the edit.
- timestamp
- Adds timestamp of the edit.
- title
- Adds the page title of the edit.
- ids
- Adds the page ID, recent changes ID and the new and old revision ID.
- sizes
- Adds the new and old page length in bytes.
- redirect
- Tags edit if page is a redirect.
- patrolled
- Tags patrollable edits as being patrolled or unpatrolled.
- loginfo
- Adds log information (log ID, log type, etc) to log entries.
- tags
- Lists tags for the entry.
- sha1
- Adds the content checksum for entries associated with a revision.
- 值(以|分隔):user、userid、comment、parsedcomment、flags、timestamp、title、ids、sizes、redirect、patrolled、loginfo、tags、sha1
- 默认:title|timestamp|ids
- rctoken
- 不推荐使用。
- 值(以|分隔):patrol
- rcshow
Show only items that meet these criteria. For example, to see only minor edits done by logged-in users, set rcshow=minor|!anon.
- 值(以|分隔):minor、!minor、bot、!bot、anon、!anon、redirect、!redirect、patrolled、!patrolled、unpatrolled
- rclimit
返回总计更新数。
- 不允许超过500个(对于机器人则是5,000个)。
- 默认:10
- rctype
显示的更改类型。
- 值(以|分隔):edit、external、new、log
- 默认:edit|new|log
- rctoponly
Only list changes which are the latest revision.
- rccontinue
当更多结果可用时,使用这个继续。
例子:
- 最近更改列表
- api.php?action=query&list=recentchanges
- Get page info about recent unpatrolled changes.
- api.php?action=query&generator=recentchanges&grcshow=!patrolled&prop=info