Help:Creating a game suggestion page
Help center •
Editing help •
Table editing help •
Archiving help •
Image help •
Suggestion help
Frequently asked questions • Support
Helper program •
Ask a game related question •
Ask a wiki related question
Creating a suggestion page | ||||||||||||||||||||||||
The Feedback namespace is a place where you can create a page to tell ArenaNet your ideas on how to make Guild Wars or Guild Wars 2 better. Getting started[edit]You must be a registered user of Guild Wars Wiki to create suggestion pages in the Feedback namespace. First you want to browse through the suggestions that have already been submitted to make sure your idea is new. Then you want to make sure you read the rules for submitting suggestions. Pages that don't follow the rules will either be deleted, or not show up on any of the lists, so the developers will never see them. Once you are ready to begin go to the Getting started page. Agreeing to the Terms of Use[edit]Once on the Getting started page, you will be asked to agree to the Terms of Use by typing in your registered wiki username and clicking on Agree. This means you have read and understand the Terms of Use and are agreeing that the suggested ideas are yours alone and you are giving all intellectual property rights to ArenaNet to use the ideas as they see fit. Pressing Agree will create your main User suggestion page that will then list all of the individual suggestion pages you create. Individual suggestions[edit]On your User suggestion page there is a creation box to assist you in creating your individual suggestions. Type in the name of your suggestion, which should be descriptive of your suggestion, but not more than 40 characters. Then press the Create button. You will now have an edit page with a lot of text on it. These are the basic instructions for creating your suggestion page. Read the instructions as you go and fill in the blanks.
Suggestion talk pages[edit]The Suggestion talk pages are for discussion of your idea with other members of the community and ArenaNet developers. Read the comments made by everyone and take their input seriously. It might lead you to making changes to your suggestion that will make it better, and it just might get implemented into the game.
Outdated Suggestion[edit]If changes are made to the game that make your suggestion irrelevant, you can either tag the suggestion for deletion using {{delete|U1|speedy}} or you can place Tips[edit]
Easy links[edit]If you would like a link to your personal feedback page at the top, next to the talk, preferences and watchlist links, add the following code to your monobook.js: addOnloadHook( function() { addPortletLink( 'p-personal', '/wiki/Feedback:User/' + wgUserName, 'My feedback', null, 'Your feedback space', null, document.getElementById( 'pt-preferences' ) ); } ); That will result in a my feedback link on the left of your "my preferences" link. Alternatively, if you are using GWWT, you can just add the following line into the gwwtLoadAfter function, for example: var gwwtLoadAfter = function() { new PortletArea( 'p-personal' ).addItem( null, 'My feedback', '/wiki/Feedback:User/' + wgUserName, 'Your feedback space', null, document.getElementById( 'pt-preferences' ) ); } |