Help:Bots/th

This page is a translated version of the page Help:Bots and the translation is 0% complete.
PD หมายเหตุ: เมื่อคุณแก้ไขหน้านี้ ถือว่าคุณยินยอมที่จะเผยแพร่งานของคุณภายใต้สัญญาอนุญาต CC0 ดูที่หน้าช่วยเหลือกรณีสาธารณสมบัติ สำหรับข้อมูลเพิ่มเติม PD

A bot is a computer program that automatically retrieves or updates wiki pages when it is executed. In general, bots are used for repetitive maintenance tasks, whose volume and characteristics are too large to be performed manually by users.

Developing and executing bots is normally outside the role of normal users, requires programming experience and must be done in coordination with the wiki's admins.

By default, bot edits are hidden in Special:RecentChanges.

Framework and interface for bot development

Bots do not access the wiki through the normal graphical user interface. 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:Client code for more information.

Follow Manual:Creating a bot for guidelines how to create a bot.

To access a wiki through the API a bot must have a user account which has been granted 'bot' permissions.

Extension alternatives

See also