User:Poke/GuildWarsWikiTools
From Guild Wars Wiki
Guild Wars Wiki Tools (GWWT) is a comprehensive set of tools made for the official Guild Wars Wiki and the official Guild Wars 2 Wiki. It was developed to ease and speed up the work with the wiki.
GWWT currently consists javascript tool Guild Wars Wiki Tools and some minor addons. However there are a lot future plans for more powerful programs.
Bugs and feature requests are handled on the talk page.
As it is not possible to disallow others from copying the code of GWWT, due to the licensing terms on this wiki, please consider the following:
If the code of Guild Wars Wiki Tools is copied to any other website, wiki or wiki page by other than me, I will drop the complete support for all users that copied the code or used the code. This applies to all current and future versions of Guild Wars Wiki Tools.
The newest version of Guild Wars Wiki Tools is currently being developed. The new release will introduce intelligent tagging; in its basic, it will analyze the page you are visiting and then already decides on possible tags that could be applied. If there are any special tags like {{user image}} or similar, it will notice you about that and all you need to do is to accept the changes. As speed is very important, it will do all this without disturbing you when you read a page, or when the page is loaded.
Multiple other features, some of them were requested in the past, will be introduced as well, including the {{inactive guild}} template. And especially the design will change (screenshots will follow).
So when will the new release released? I can't say that now, but it will definitely happen.
Guild Wars Wiki Tools is the original tool of the GWWT set. Based on GuildWatch, developed by Ale jrb, it is primarily used to tag pages with specific templates.
- Current version
- v1.1.2 (19:43, 17 March 2008 (UTC))
- Tested browsers
- Mozilla Firefox 2-3.x, Microsoft Internet Explorer 7, Opera 9.x
- Screenshots
- User space options, User space menu, Infobox Stub & Cleanup, Infobox deletion & move, Infobox speedy deletion, Image menu
Known bugs
- browser back button lets GWWT repeat the tagging
- Internet Explorer: default selection do not work; this includes image/map needed tag, Image deletions and other Image tags. You need to click the selected option manually to be able to tag (otherwise a red caption will show that there is an error).
- Tagging
- Less-click, multi tagging of pages
- User-friendly and powerful interface
- supports multiple tags, such as:
- all available deletion tags with predefined speedy and image deletion reasons
- maintenance tags, including {{move}}, {{cleanup}} and stub templates.
- special support on Guild pages: {{guild cleanup}} and {{guild}} tag.
- special support of notice tags on image pages: {{guild image}}, {{user image}}, {{arenanet image}} etc. as well as {{image needed}}
- Additional features
- One-click button to see the last diff of an article
- userspace links in the toolbox
- user information buttons on user pages
- optional watchlist sorting
To install Guild Wars Wiki Tools, simply add the following code to your monobook.js and you will automaticall receive all following minor updates:
{{subst:User:Poke/GuildWarsWikiTools/install.js}}
If it does not show up after installation or if it displays an old version after an update, clear your cache by clicking CTRL + F5.
Configuration
To enable Watchlist sorting, add the following code to your monobook.js:
var gwwtWatchlist = true;
Note: With major releases the configuration might change completely.
- Version 1.1.2
- public release. 17 March 2008
- added {{image needed|map}}
- updated deletion template
- updated speedy deletion reasons
- improved handling with unsupported namespaces
- removed Sysop Deletion Plugin
- removed redbetter deletion
- removed quick links on Recent changes.
- fixed minor bugs
| Archives |
|
Sysop only. Enables automated patrolling of pages. To enable add the following code to your monobook.js:
/**** Sysop automaticPatrol
* (c) 2008 by Patrick Westerhoff [poke]
*/
addScript( 'User:Poke/GuildWarsWikiTools/automaticPatrol.js' );
hookEvent( 'load', function ()
{ gwwtAutomaticPatrol( false ); } );
Change the false to true to enable patrolling even by clicking normal links on Recent Changes or your Watchlist.
Bookmarklet. Firefox and standard-compliant browsers only. Counts all contributions of a given user and prints them, sorted by namespace. To use, enter the following code into your location bar and press enter.
javascript:addScript('User:Poke/GuildWarsWikiTools/ContributionCount.js');void(0);

