Help:Bottar
OBS: När du redigerar denna sida samtycker du till att släppa ditt bidrag under CC0. Se hjälpsidorna för Public Domain för mer information. |
En bot är ett datorprogram som automatiskt hämtar eller uppdaterar wikisidor vid utförande. Bottar används oftast för enformiga underhållsuppgifter, vars volym och karaktär är för stora för att hanteras manuellt av användare.
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
- Extension:MassEditRegex — provides an alternative way to perform mass edits using regular expressions, through a special page in the wiki. Only admins can normally use this extension.
- Extension:Replace Text — ett alternativ.