Difference between revisions of "User:Officer/Guild wiki guide"
(6 intermediate revisions by one user not shown) | |||
Line 7: | Line 7: | ||
| colspan="4" style="{{User:Officer/Styles|header}} -moz-border-radius:15px" | {{User:Officer/Styles|headerimg}} '''How to make a Guild Wiki page''' <span class="plainlinks"></span> | | colspan="4" style="{{User:Officer/Styles|header}} -moz-border-radius:15px" | {{User:Officer/Styles|headerimg}} '''How to make a Guild Wiki page''' <span class="plainlinks"></span> | ||
|- | |- | ||
− | | | + | |<!-- Table of Content --> |
− | + | __TOC__ | |
+ | <!-- Table of Content --> | ||
+ | ==Useful code snippets== | ||
+ | ===Tablet of Contents=== | ||
+ | Useful for long wiki pages<br /> | ||
+ | Code:<br /> | ||
+ | <nowiki><!-- Table of Content --> | ||
+ | __TOC__ | ||
+ | <!-- Table of Content --></nowiki><br /> | ||
+ | The example is at the top | ||
+ | |||
+ | ===Guild Box=== | ||
+ | The guild box code structure are mostly common in guild wiki pages. I will use the AoD ones as an example:<br /> | ||
+ | Code:<br /> | ||
+ | <pre> | ||
+ | {{Guildbox AoD| | ||
+ | guild_name=REPLACETHIS| | ||
+ | guild_image=REPLACETHIS| | ||
+ | guild_leader=REPLACETHIS| | ||
+ | guild_founder=REPLACETHIS| | ||
+ | guild_founded=REPLACETHIS| | ||
+ | guild_allies=REPLACETHIS| | ||
+ | guild_website=REPLACETHIS| | ||
+ | }} | ||
+ | </pre> | ||
+ | |||
+ | {{Guildbox AoD| | ||
+ | guild_name=Example| | ||
+ | guild_image=Copy the whole image url from your Fallen Sword guild avatar and paste it after "guild_image=," but erase the extra characters that appears after ".jpg"| | ||
+ | guild_leader=REPLACETHIS| | ||
+ | guild_founder=REPLACETHIS| | ||
+ | guild_founded=REPLACETHIS| | ||
+ | guild_allies=REPLACETHIS| | ||
+ | guild_website=REPLACETHIS| | ||
+ | }} | ||
+ | |||
+ | ===Lists of Guild Box templates=== | ||
+ | * [[Template:Guildbox_Angellife]] | ||
+ | * [[Template:Guildbox_AoD]] | ||
+ | * [[Template:Guildbox_Bengals]] | ||
+ | * [[Template:Guildbox_Dark_Siege]] | ||
+ | * [[Template:Guildbox_FGOTP]] | ||
+ | * [[Template:Guildbox_FKQ]] | ||
+ | * [[Template:Guildbox_Fallen Empire]] | ||
+ | * [[Template:Guildbox_Gauntlet]] | ||
+ | * [[Template:Guildbox_HellsFury]] | ||
+ | * [[Template:Guildbox Monster Slayers]] | ||
+ | * [[Template:Guildbox MycroWave]] | ||
+ | * [[Template:Guildbox TEDguild]] | ||
+ | * [[Template:Guildbox The white dragon]] | ||
+ | * [[Template:Guildbox TheCulling]] | ||
+ | * [[Template:Guildbox VBguild]] | ||
+ | * [[Template:Guildbox VampiresBlood]] | ||
+ | * [[Template:Guildbox Wolf and Eagle]] | ||
+ | |||
+ | ==Guild wiki page structure== | ||
+ | ===History=== | ||
+ | Record and list every events and details about your guild. Use these questions below to help create a guild history. | ||
+ | |||
+ | * When was your guild originally founded in? | ||
+ | * Who founded your guild? | ||
+ | * What happens time after time? | ||
+ | * Any declining events? If so, list them. | ||
+ | * Any accomplishments your guild has made a MAJOR achievements that it will be a day to remember? | ||
+ | * Who stepped down and who took over as a replacement? | ||
+ | |||
+ | ===Information=== | ||
+ | You have to list every details about your guild; use these topics such as: "Who we are" or "Guild information" to catch the viewer's attention; always make it look informative. If it contains too many typos, lack of grammar, and not informative enough; you could break the viewer's attention. | ||
+ | |||
+ | You can use these questions as your guide | ||
+ | * How mature is your guild? | ||
+ | * How active is your guild? | ||
+ | * What does your guild focus on? | ||
+ | * What is your guild looking for? | ||
+ | * How well does your group perform? | ||
+ | * What is your guild's purpose? | ||
+ | * What is your guild's goal? | ||
+ | * What was your guild's accomplishments? (Top 250, richest guild, GvG ladder, etc.) | ||
+ | * What is your guild's requirements for members to join? (Level 100+, 2000 max stamina, 18 years old, 10 FSP fee, etc.) | ||
+ | * Instant join or application required? | ||
+ | |||
+ | ===Benefits=== | ||
+ | List what benefits does your guild have? | ||
+ | * How many structures are maxed? | ||
+ | * How many tagged items does your guild have? | ||
+ | * What types of tagged sets does your guild have? (Legendary, Fully Forged, Epic, Super Elites, etc.) | ||
+ | * What are the guild rules? | ||
+ | * How does your guild ranking system works? | ||
+ | |||
+ | ===Diplomacy=== | ||
+ | Who are your Allies, NAP (Non Aggression Pact), or Enemies? List them. | ||
+ | |||
+ | ===Reference=== | ||
+ | * Your guild website | ||
+ | * Other useful sites | ||
|} | |} |
Latest revision as of 05:46, 13 March 2009
|