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 2.2 - now including the Wikipedia:Proposed deletion template and the updated blanking and speedy delete templates.
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.
There is now a new version for administrators (you can tell I've been promoted ;) - Wikibar-A - which you can access here.
<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:test}}~~~~</td> </tr> <tr> <td width="50px" class="sf">Test 2</td> <td width="125px" class="ta">{{subst:test2}}~~~~</td> </tr> <tr> <td width="50px" class="sf">Test 3</td> <td width="125px" class="ta">{{subst:test3}}~~~~</td> </tr> <tr> <td width="50px" class="sf">Test 4</td> <td width="125px" class="ta">{{subst:test4}}~~~~</td> </tr> <tr> <td width="175" colspan="2" class="ba"> </td> </tr> <tr> <td width="50px" class="sf">Blank 1</td> <td width="125px" class="ta">{{subst:blank1}}~~~~</td> </tr> <tr> <td width="50px" class="sf">Blank 2</td> <td width="125px" class="ta">{{subst:blank2}}~~~~</td> </tr> <tr> <td width="50px" class="sf">Blank 3</td> <td width="125px" class="ta">{{subst:blank3}}~~~~</td> </tr> <tr> <td width="50px" class="sf">Blank 4</td> <td width="125px" class="ta">{{subst:blank4}}~~~~</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:spam}}~~~~</td> </tr> <tr> <td width="50px" class="sf">Spam 2</td> <td width="125px" class="ta">{{subst:spam2}}~~~~</td> </tr> <tr> <td width="50px" class="sf">Spam 3</td> <td width="125px" class="ta">{{subst:spam3}}~~~~</td> </tr> <tr> <td width="50px" class="sf">Spam 4</td> <td width="125px" class="ta">{{subst:spam4}}~~~~</td> </tr> <tr> <td width="175" colspan="2" class="ba"> </td> </tr> <tr> <td width="50px" class="sf">Attacks</td> <td width="125px" class="ta">{{subst:attack}}~~~~</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="50px" class="sf">Other</td> <td width="125px" class="ta">{{db-reason|reason}}</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:afd}}</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>