Zoywiki/Zoybot
< Zoywiki
General Info
Zoybot is a wiki bot written by Zoycite (talk). It automates editing a massive number of articles, particularly useful if you have generated this data for hundreds or thousands of articles using a program or script.
Use of Zoybot is limited to wiki Administrators, and can only be executed by Zoycite. This prevents large scale vandalism.
Formatting Bot data
The bot is very simple, and reads a text file. The text file contains one or more article texts. The file must adhere to the following guidelines.
- The file must begin with a blank line
- Articles must have both begin and end statements
- Article Begin statements must contain an Article Name
- Article End statements contain no other data on the same line
- A Blank line exists between the end statement and begin statement of another article
- Articles are not duplicated
- Article names must be valid MediaWiki article names
- Article names must not contain a # as this will be interpreted as an anchor
Example Input File
#ARTICLE: Article 1 Some text Yay #END_ARTICLE #ARTICLE: Article Two Narwhals are cool #END_ARTICLE #ARTICLE: Zoywiki/Article III [[Article 3]] #END_ARTICLE