This is a script created to make reviewing Wikipedia article, redirect, and file submissions easier. The full documentation is available on Wikipedia.
If you wish to contribute, that's great! Just fork the repository, make your changes in the develop
branch, and then create a pull request. Frequent contributors can request to be added to the WPAFC organization on GitHub for the ability to commit directly to the repository, sans pull request.
Developers are highly encouraged to test their modifications before committing. Rather than test on the live wiki, you can use test.wikipedia.org and not be afraid of blowing anything up.
On the English Wikipedia, several different scripts mirror different branches.
- User:Theo's Little Bot/afch/afchelper.js – mirrors the
develop
branch (auto-updates every 10 minutes) - MediaWiki:Gadget-afchelper.js – for stable releases, mirrors the
master
branch - MediaWiki:Gadget-afchelper-beta.js – for testing by the general public, mirrors the
beta
branch - your page here – if you'd like for a feature branch to be copied to a specific page on-wiki, just create a new issue
To import a script, add it to your common.js page (example is for the develop
script):
importScript("User:Theo's Little Bot/afch/afchelper.js"); // AFCH script development [[User:Theo's Little Bot/afch]]
The only exception to this is for the master
script: to use it, you just need to check the box next to "Yet Another AFC Helper Script" in your preferences.
If the script isn't showing up (for beta
and develop
), try clearing your cache first.
The script is licensed under the Creative Commons Attribution-ShareAlike 3.0 Unported License and the GNU Free Documentation License.
If you need help or want to discuss something directly, we have an IRC channel on freenode, #wikipedia-en-afc
(webchat).