Help:机器人
![]() |
注意:當您編輯本頁面時,即同意以CC0協議授權您的貢獻。您可以在公有領域说明页面找到更多信息。
|
![]() |
机器人是一种计算机程序,它可以在执行时自动获取或更新 wiki 页面。 In general, bots are used for repetitive maintenance tasks, whose volume and characteristics are too large to be performed manually by users.
开发和运行机器人程序通常都不属于普通用户的角色范畴,这需要编程经验,并且必须在 wiki 管理员的协助下才能完成。
默认情况下,机器人的编辑在Special:RecentChanges中是隐藏的。
机器人开发框架和接口
机器人不使用普通的图形用户界面来访问 wiki。 MediaWiki has an API (Application Programming Interface) available for this purpose. An API is a protocol for standardized communication between two computer programs. Check API:客户端代码 for more information.
Follow Manual:Creating a bot for guidelines how to create a bot.
要通过 API 访问 wiki,机器人必须有一个已被授予了 'bot' 权限的用户帐户。
可选扩展
- Extension:MassEditRegex — 通过wiki中的一个特殊页面,提供一种使用正则表达式进行批量编辑的方法。 通常只有管理员才能使用这个扩展。
- Extension:Replace Text — 其他选项