User:Redvers/Wikibar
From Wikipedia, the free encyclopedia
When editing at the Wikipedia using the only decent browser invented I keep a Sidebar open that has the main things in it that vandal hunters and general editors need to use. It's written in very very poor HTML - tables and everything - as it was done in a hurry. Nevertheless, this is version 3.0 - now including the uw series of warnings.
If you have Firefox, you can just copy the following text into Textedit or Notepad and save it as "wikibar.htm" or the like. Then open that file in Firefox, bookmark it and select the option "open in sidebar". Open the bookmark when you open Wikipedia and you can copy and paste the tags you need most often into the page you're working on without hunting in Wikipedia:Templates. I think the latest version of Internet Exploder now has sidebars or something. But if you use IE, you can work out how to make these work there for yourself <sarcasm> since you are clear such an expert.</sarcasm>
<html> <head> <title>Wikibar</title> <style> <!-- .ba { font-size: 1px; background-color:#ddf; } .ic { font-size: 10px; font-weight: bold; font-family: "Arial Narrow", sans-serif; background-color:#ccf; padding-left:2px; } .sf { font-size: 9px; font-weight: bold; font-family: "Arial Narrow", sans-serif; } .ta { font-size: 11px; font-weight: normal; font-family: "Arial Narrow", sans-serif; } --> </style> </head> <body> <table width="175px"> <tr> <td width="175px" colspan="2" class="ic">User pages</td> </tr> <tr> <td width="50px" class="sf">Welcome</td> <td width="125px" class="ta">{{subst:Welcome}}~~~~</td> </tr> <tr> <td width="175" colspan="2" class="ba"> </td> </tr> <tr> <td width="50px" class="sf">Test 1</td> <td width="125px" class="ta">{{subst:uw-test1}}~~~~</td> </tr> <tr> <td width="50px" class="sf">Test 2</td> <td width="125px" class="ta">{{subst:uw-test2}}~~~~</td> </tr> <tr> <td width="50px" class="sf">Test 3</td> <td width="125px" class="ta">{{subst:uw-test3}}~~~~</td> </tr> <tr> <td width="50px" class="sf">Escalate to Vandalism</td> <td width="125px" class="ta">{{subst:uw-vandalism4}}~~~~</td> </tr> <tr> <td width="175" colspan="2" class="ba"> </td> </tr> <tr> <td width="50px" class="sf">Blanking 1</td> <td width="125px" class="ta">{{subst:uw-delete1}}~~~~</td> </tr> <tr> <td width="50px" class="sf">Blanking 2</td> <td width="125px" class="ta">{{subst:uw-delete2}}~~~~</td> </tr> <tr> <td width="50px" class="sf">Blanking 3</td> <td width="125px" class="ta">{{subst:uw-delete3}}~~~~</td> </tr> <tr> <td width="50px" class="sf">Blanking 4</td> <td width="125px" class="ta">{{subst:uw-delete4}}~~~~</td> </tr> <tr> <td width="175" colspan="2" class="ba"> </td> </tr> <tr> <td width="50px" class="sf">Spam 1</td> <td width="125px" class="ta">{{subst:uw-spam1}}~~~~</td> </tr> <tr> <td width="50px" class="sf">Spam 2</td> <td width="125px" class="ta">{{subst:uw-spam2}}~~~~</td> </tr> <tr> <td width="50px" class="sf">Spam 3</td> <td width="125px" class="ta">{{subst:uw-spam3}}~~~~</td> </tr> <tr> <td width="50px" class="sf">Spam 4</td> <td width="125px" class="ta">{{subst:uw-spam4}}~~~~</td> </tr> <tr> <td width="175" colspan="2" class="ba"> </td> </tr> <tr> <td width="50px" class="sf">Personal attacks</td> <td width="125px" class="ta">{{subst:uw-npa1}}~~~~</td> </tr> <tr> <td width="175px" colspan="2" class="ic">Speedy deletes</td> </tr> <tr> <td width="50px" class="sf">Nonsense</td> <td width="125px" class="ta">{{db-nonsense}}</td> </tr> <tr> <td width="50px" class="sf">Empty</td> <td width="125px" class="ta">{{db-empty}}</td> </tr> <tr> <td width="50px" class="sf">Vanity</td> <td width="125px" class="ta">{{db-bio}}</td> </tr> <tr> <td width="50px" class="sf">Attack</td> <td width="125px" class="ta">{{db-attack}}</td> </tr> <tr> <td width="50px" class="sf">Repost</td> <td width="125px" class="ta">{{db-repost}}</td> </tr> <tr> <td width="175px" colspan="2" class="ic">Articles for Deletion</td> </tr> <tr> <td width="50px" class="sf">On page</td> <td width="125px" class="ta">{{subst:afd1}}</td> </tr> <tr> <td width="50px" class="sf">Follow link and add</td> <td width="125px" class="ta">{{subst:afd2 | pg=PageName | text=Reason}}~~~~</td> </tr> <tr> <td width="50px" class="sf">Then add this to bottom of today's AfD log</td> <td width="125px" class="ta">{{subst:afd3 | pg=PageName}}</td> </tr> <tr> <td width="175px" colspan="2" class="ic">Proposed deletion</td> </tr> <tr> <td width="50px" class="sf">On page</td> <td width="125px" class="ta">{{subst:prod|reason}}</td> </tr> <tr> <td width="175px" colspan="2" class="ic">Barnstars</td> </tr> <tr> <td width="50px" class="sf">Original</td> <td width="125px" class="ta">{{Barnstar|image=Barnstar.png|text=~~~ awards this Barnstar to '''USERNAME''' for REASON}}</td> </tr> <tr> <td width="50px" class="sf">RAOK</td> <td width="125px" class="ta">{{Barnstar|image=Raok_barnstar.png|text=~~~ awards this Random Act Of Kindness Barnstar to '''USERNAME''' for REASON}}</td> </tr> </table> </body> </html>