AutoEd (source) is a user script that helps to automatically make certain changes in articles. It also allows for easy design, use, and customization of user sc…
| You take full responsibility for any actions taken using AutoEd. You must read and abide by all relevant Wikipedia policies when using this tool; failure to do so may result in being blocked from editing. |
AutoEd (source) is a user script that helps to automatically make certain changes in articles. It also allows for easy design, use, and customization of user scripts related to automated article cleanup. It is based on Codefixer, Plastikspork's script, and Formatter, but allows for further customization and the easier creation of new functions. It is currently maintained primarily by Plastikspork.
AutoEd should not be used to make edits that only remove whitespace or that make no change in the actual appearance of the article. Exceptions exist, such as fixes for syntax errors or removal of invisible characters; see WP:COSMETICBOT for details and links.
This script can aid in making edits by using regular expressions to replace certain lines of text (typically errors) in articles with other, correct lines of text. The main setup creates a single tab at the top of the page entitled "auto ed". Clicking this tab will open the editform (if it isn't already open) and run the script, making various fixes depending on what modules you are using, and finally clicking the "diff" button to show the draft changes, so you can check them. It does not automatically publish the changes.
Right now the modules are very limited and customization isn't fully implemented, but the presets described below present an easy way to use the script without needing to know JavaScript or understanding the technical details of the script.
Wikipedia:AutoEd/Customization contains details on how to customize this script and create new modules and presets. The page is not complete yet, but currently contains some basic information about variables and choosing your own modules, which may be useful.
AutoEd is compatible with wikEd. For it to function properly, however, you need to add the following to your monobook.js page. This disables the diff page from opening automatically, but at this time is required in order for AutoEd's changes to be made correctly in wikEd.
autoEdClick = false;
Although each user can customize AutoEd to fit their personal tastes, and can even use its core coding to help build other scripts, AutoEd has a number of "preset" customizations which can be used without any knowledge of JavaScript. So far the "basic", "wikichecker", "formatter", and "complete" presets have been created, although what they do will continue to expand and more presets can be created by any user or upon request.
To install a preset, just add the code given in each section to your monobook.js page (if you're using a different skin, you probably know what to do) and purge your cache by following the instructions on that page. The script should then be installed and ready for use; if it doesn't seem to be working, please mention this on the talk page so that we can try to fix it.
The "basic" preset serves to clean up various problems with wikitext, headlines, templates, and ISBNs.
importScript('Wikipedia:AutoEd/basic.js');
Once installed, the "auto ed" tab should appear on all non-talk pages. Clicking it will run the following fixes:
If you want, you can view the code for this preset at Wikipedia:AutoEd/basic.js.
This preset is designed to function as a replacement for the Formatter script, and it includes most all of the functions of that script, plus a few more.
importScript('Wikipedia:AutoEd/formatter.js');
This script features all of the functions of the basic script except for template and ISBN cleanup, along with the following:
It also differs from the basic version because the name of the tab at the top of the screen is changed to "format".
The code for this preset can be viewed at Wikipedia:AutoEd/formatter.js.
This preset is designed to fix as many of the errors listed at Wikipedia:WikiProject Check Wikipedia as is possible for a semi-automated script.
importScript('Wikipedia:AutoEd/wikichecker.js');
This script features all of the functions of the basic script along with the following:
It also differs from the basic version because it provides a link in the automatic edit summary to the WikiProject Check Wikipedia page and the name of the tab at the top of the screen is changed to "check".
The code for this preset can be viewed at Wikipedia:AutoEd/wikichecker.js.
This preset does just what it sounds like it should: It contains most of the modules created for AutoEd.
importScript('Wikipedia:AutoEd/complete.js');
The code for this preset can be viewed at Wikipedia:AutoEd/complete.js.
This table lists the core community "modules" available for use.
| Module | Basic | Formatter | WikiChecker | Complete | Description |
|---|---|---|---|---|---|
| Curlyfixer | No | No | No | Yes | Substitutes curly quotation marks (and apostrophes) per MOS:STRAIGHT. |
| ExtraBreaks | No | No | Yes | Yes | Removes some extra <br> and <br /> tags. |
| Fullwidth | No | No | No | Yes | Replaces fullwidth characters with normal characters. May incorrectly replace interwikis. |
| Headlines | Yes | Yes | Yes | Yes | Cleans up headline names and syntax. |
| HTMLToWikitext | Yes | Yes | Yes | Yes | Converts HTML code to corresponding wikitext. |
| ISBN | Yes | No | Yes | Yes | Removes unnecessary suffixes from "ISBN." |
| Links | Yes | Yes | Yes | Yes | Cleans up some common problems with external links. |
| TablesToWikitext | No | No | Yes | Yes | Converts HTML tables to wikitables (usually needs additional editing to make sure that there aren't errors). |
| Templates | Yes | No | Yes | Yes | Cleans up some template syntax. |
| UnicodeControlChars | Yes | Yes | Yes | Yes | Removes "invisible" unicode control characters. |
| UnicodeHex | No | No | No | Yes | Converts hex encoded characters in wikilinks to unicode. |
| Unicodify | Yes | Yes | Yes | Yes | Converts HTML entities to unicode characters. |
| Whitespace | No | Yes | No | Yes | Adds and removes whitespace in certain locations. |
| Wikilinks | Yes | Yes | Yes | Yes | Cleans up and simplifies internal links. |
If you create new modules, feel free to add them onto this list alphabetically. If a module is in your userspace, please put your user name for "maintainer".
It is VERY easy to install AutoEd, and you don't need a shred of technical ability! If you can follow a recipe for making a peanut butter and jelly sandwich, you can install this script. Instructions are below. If you get anxious, ask on the discussion page for help.
If you have Dashes from Ohconfucius installed as a separate script you need to uninstall it. Then when you install AutoEd, it is possible to incorporate Dashes as a module within it.
importScript('Wikipedia:AutoEd/complete.js');
mw.loader.load('//en.wikipedia.org/w/index.php?title=Wikipedia:AutoEd/complete.js&action=raw&ctype=text/javascript'); Make sure AutoEd's edits are in line with every wiki's own Manual of Style.There is a customizable AutoEd userbox at Wikipedia:AutoEd/Userbox, for those interested in putting such boxes on their user page.
Informasi ini disarikan dari Wikipedia dan disajikan kembali untuk tujuan edukasi. Konten tersedia di bawah lisensi CC BY-SA 3.0. Kami tidak bertanggung jawab atas ketidakakuratan data yang bersumber dari kontribusi publik tersebut.