User:AndyZ/peerreviewer
From Wikipedia, the free encyclopedia
Contents |
[edit] Introduction
Despite its name, reviews created by this script aren't by peers, but by a JavaScript (written by peers, though). "Peer" is in there to clarify its purpose.
The suggestions generated by the script focus largely on style issues, e.g. those that can be found on WP:MOS. Other topics covered by the script include: WP:CONTEXT, WP:GTL, WP:LEAD, WP:LINK, WP:SS, WP:FOOTNOTE, WP:PDATA, WP:AWT, and several subpages of WP:MOS including WP:MOSDATE. These tips tend to appear (based on my experiences) on WP:PR, WP:FAC, and WP:FARC (most of these tips are covered by my suggestions page). Though most of the tips are generally accurate, some will not be accurate/applicable for the article in question.
Fixing the generated issues is not mandatory (for WP:FAC, WP:GAC), nor will completing them guarantee that the article will pass both. The goal of the script is to supplement the advice of manual reviews by looking for common issues often overlooked by editors, as well as setting up a starting point for problems to work on while editors review articles with more comprehensiveness. Comments/questions about the suggestions can be placed directly on the PR/A page (I'll try to address all questions placed there) or at other locations, like the actual peer review for other editors to elaborate upon or my talk page.
Note: AZPR is not a BOT – it can be considered a semi-bot. The current automated peer review listings can be found at Wikipedia:Peer review/Automated/December 2006.
Some FAQs [edit]:
What is an automated peer review? And why is it called a peer review, if it is automated?
I'm confused. I clicked on the link, and I can't understand anything there.
I don't like the automated peer reviews; I find them useless/overwhelming/rude.
I found it helpful; where can I get an updated review?
I've installed the script, and it isn't working.
Where can I learn more about using JavaScript on WP?
None of these have answered my question(s).
[edit] Installation
You do not need to have an account in order to use this tool. (However, if you don't, please make one).
For logged-in users, follow the instructions below. IP users or users who do not wish to install the script (for whatever reason) can follow the directions below. If you still cannot understand the following instructions or receive an error that seemingly can't be fixed no matter what you do, just drop a note on my talk page.
[edit] Logged in
For those of you who are familiar with the process, you can skip this section (the source code is at User:AndyZ/peerreviewer.js). In one sentence: add {{subst:js|User:AndyZ/peerreviewer.js}}
to your monobook.js and bypass your cache. In more detail:
- Open your monobook.js (link: Special:Mypage/monobook.js), or other page depending upon your current skin.
- Add the following line to your monobook.js:
{{subst:js|User:AndyZ/peerreviewer.js}}
- which should expand to the contents of Template:js.
- Save and then bypass your cache. Mozilla/Safari: hold down Shift while clicking Reload (or press Ctrl-Shift-R), IE: press Ctrl-F5, Opera/Konqueror: press F5. More detailed instructions can be found at WP:BYC.
- Go to edit mode for any article (must be in the article namespace). There should be a "peer review" link right next to the "log out" link. On clicking, it presents suggestions for the article generated by the code. (Some suggestions will appear in template form because they contain parameters – the content of these can be found by searching on User:AndyZ/PR or by copy+pasting the suggestions to a new page [sandbox, talk, etc.] and using the preview/save buttons).
- To have the "peer review" link appear next to the "log out" link for articles while not in edit mode also, add to your monobook.js:
toolbarLink_PR = true;
- Other configurable options are listed below, at #Options.
- To have the "peer review" link appear next to the "log out" link for articles while not in edit mode also, add to your monobook.js:
Problems? Make sure that you bypass your cache (and also that JavaScript is not disabled).
If this fails (from Wikipedia:Tools/Navigation popups/FAQ), if you have a lot of stuff in your user javascript file, it's possible that it's conflicting with the script. Remove everything except the PR installation and see if that helps. If it does then you can start adding things back piece by piece to see where the conflict lies.
Note that the script may conflict with itself if it is loaded twice.
[edit] Anons/lazy users
IP users and logged-in users who don't wish to install the script directly can still use this script, but it will be less convenient. While in edit mode for an article, replace the URL (address) bar with (be sure to copy the entire thing!):
javascript:output_PR="wpTextbox1";var u='http://en.wikipedia.org/w/index.php?title=User:AndyZ/peerreviewer.js&action=raw&ctype=text/javascript&dontcountme=s';var s=document.createElement('script');s.setAttribute('src',u);s.setAttribute('type','text/javascript');document.getElementsByTagName('head')[0].appendChild(s);review1();
Hit Go/Press Enter, and this will simply replace the article with the suggestions (be sure NOT to save!, but you can use the 'Show preview' button to see the suggestions). However, this will lack the options and versatility of directly installing the script. Also note that this will cause several errors, but these shouldn't affect the actual output of the script.
To bookmark/add this to favorites, see /bookmark.
[edit] Uninstallation
The uninstallation is simple: search your monobook.js for the following lines and delete them, and then bypass your cache:
// Script from [[User:AndyZ/peerreviewer.js]] document.write('<script type="text/javascript" src="' + 'http://en.wikipedia.org/w/index.php?title=User:AndyZ/peerreviewer.js' + '&action=raw&ctype=text/javascript&dontcountme=s"></s'+'cript>');
[edit] Features
- Note: whenever I mention monobook.js below, it also applies to the other JS files based on the current skin
The peer reviewer script creates suggestions for articles, generally assuming that the article is attempting to reach good or featured status. The suggestions vary in importance and difficulty in fixing: some are minor stylistic issues, while others require heavier revising of the article. Some suggestions include to add footnotes/references to unreferenced articles, delinking dates that do not provide WP:CONTEXT for the article, and others (more can be found at User:AndyZ/PR).
Also provided in the script is a tab that states "send to WP:PR". Clicking on the tab completes most of the WP:PR submission parts for you: these include adding the {{peerreview}} tag to the talk page, the addition to WP:PR, and the starting of the actual nomination text. Be sure to use the difference button to check these edits before submitting them.
- Configurable:
Spell-checking is also provided by the script (similar to User:Lupin's anti-vandal script s spell-checker), but will not work like MS Word's or that of other spell-checking software. Instead, this is based upon common misspellings found at Wikipedia:Lists of common misspellings/For machines (If you think the list of common misspellings is faulty, please view and/or prudently edit it). While the script will take considerably long to execute, it may help to locate some minor typos. To use this, add spellcheck_PR = true;
to your monobook.js.
For maintainers of WP:PR/A and its subpages, part of the script includes lines to speeden the generating of suggestions for articles listed on WP:PR and giving a notice to the nominators of articles on WP:PR. These however will inhibit normal activity on Wikipedia (ex. it opens up the review immediately). To use this, add maintain_PR = true;
to your monobook.js.
[edit] Suggestions
List of things checked by script
[edit] Options
To change a configurable option, add a line to your monobook.js:
- option = value;
, replacing option with the name of the variable from below, and value with one of the possible values listed below.
Be sure to copy the option exactly as it is written on the table. Only add quotes (single (') or double (")) if the Other values column states to do so. Beneath the table are explanations for some of the more complicated/unique variables.
Configurable options [edit]
Variable name | Description | Default value | Other values (outside of default) |
---|---|---|---|
|
|||
allSpaces_PR | controls which namespaces the peer review link shows up in | false (only article namespace) |
true (all namespaces) |
defaultView_PR | how the suggestions are provided: if 0, it will be normal; if 1, it will show suggestions in template format; if 2, it will show footnotes which can be found on WP:PR/A or the current PRA page | 0 | 1, 2 |
select_PR | selects the suggestions text, making it easier for copying+pasting | false | true |
sendTo_PR | adds the send to WP:PR button in edit mode | false | true |
toolbarLink_PR | shows the toolbar link even on non-edit mode pages (creates a new window on clicking) | false | true |
toolbar_PR | which toolbar the link appears on | "personal" | "cactions", "navigation" |
width_PR | the width of the suggestion box | 1200 | an integer |
userSandbox_PR | as of now, it has no use, but it may become useful later – the name of your sandbox | username + "/sandbox" (actual code is: "User:" + wgUserName + "/sandbox") |
name of user sandbox, in quotes |
|
|||
noXHR_PR | disables ajax (XMLHTTPRequest) stops the spellchecker and image licensing checks if turned to true |
false | true |
spellcheck_PR | does a spell check for the article, based on comon mispelings Note that this causes the script to take a much longer time to execute |
false | true |
showInstaview_PR | provides a live preview button, [awesome] script (BSD) by Pilaf | false | true |
instaview_PR | preview the suggestions provided by the script without having to go through the agonizing process of copy+pasting onto a new page and pressing the diff button | true | false |
directRef_PR | uses direct <ref> tags to footnotes on pages like WP:PR/A |
false | true |
cat_PR | gives a note about categories if they are not alphabetized | false | true |
showHeading_PR | shows a level 3 heading containing a link to the article, used mainly for maintenance of WP:PR/A | false | true |
initMsg_PR | the message that is automatically shown for the introduction | "The following suggestions were generated by a semi-automatic [[User:AndyZ/peerreviewer.js|javascript program]], and might not be applicable for the article in question." | message, in quotes |
endMsg_PR | the message that is automatically shown for the closing | "\nYou may wish to browse through [[User:AndyZ/Suggestions]] for further ideas. Thanks, ~~~~\n\n\n" | message, in quotes |
|
|||
topBarColor_PR | changes the color of the top (close) bar when the suggestions are displayed | "red" | a web color, in quotes |
botBarColor_PR | changes the color of the bottom bar when the suggestions are displayed | "#cccccc" | a web color, in quotes |
restoreText_PR | the text for the restoration button (the yellow one) | "[restore]" | text, in quotes |
restoreStyle_PR | the style for the restoration button | "background:yellow; position:absolute; margin-left:5px margin-top:120px;" | style attributes, in quotes (note that z-index and visibility have already been defined) |
|
|||
maintain_PR | some maintenance functions are provided for ease for updating WP:PR/A and its subpages: automatically saves notices on WP:PR pages, opens up suggestions on edit mode immediately, etc. | false | true (not recommended, or turn to false afterwards) |
Notes:
- defaultView_PR – if assigned the value of 1, the suggestions will appear in template format (instead of posting the suggestions in prose, it will list almost all of the generated suggestions as {{subst:User:AndyZ/PR/~~}}). Pros: after checking the diffs or saving, the output will exactly match the template, while it may be slightly outdated if it were listed out in prose. Cons: it is hard to understand what the template is dealing with.
- If it is assigned the value of 2, the suggestions will be in prose and will be followed with footnotes. These footnotes link to notes on User:AndyZ/PRnotes. (Note that if directRef_PR is set to true, the notes will instead be regular footnotes, but will not link to anything unless it is on WP:PR/A or its subpages)
- toolbar_PR – "cactions" refers to the tabs (similar to the edit, move, etc.); "navigation" refers to the navigation links at the top left hand corner. With both, the peer review link will be at the bottom of the list.
- cat_PR – alphabetizing categories is controversial; therefore, the suggestions will not note about the alphabetization of categories unless this variable is set to true (but it will note WP:ILs)
- restoreStyle_PR – see CSS. Style attributes are listed, following by a colon/equal sign and the value for the attributed. Ex. to set the color to orange instead, use restoreStyle_PR = "background:orange";.