Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 2 KB

README.md

File metadata and controls

23 lines (16 loc) · 2 KB

Yet another Articles for creation helper script

This is a script created to make reviewing Wikipedia article and redirect submissions easier. The full documentation is available on Wikipedia.

Contributing

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.

Testing

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.

  • MediaWiki:Gadget-afchelper.js – mirrors the master branch
  • MediaWiki:Gadget-afchelper-beta.js – 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 beta script):

importScript('MediaWiki:Gadget-afchelper-beta.js'); // AFCH beta script [[MediaWiki:Gadget-afchelper-beta.js]]

The only exception to this is for the master script, for which you just need to check the box next to "Yet Another AFC Helper Script" in your preferences.

License

The script is licensed under the Creative Commons Attribution-ShareAlike 3.0 Unported License and the GNU Free Documentation License.