Difference between revisions of "User:Officer/Guild wiki guide"
(2 intermediate revisions by one user not shown) | |||
Line 11: | Line 11: | ||
<!-- Table of Content --> | <!-- Table of Content --> | ||
==Useful code snippets== | ==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== | ==Guild wiki page structure== | ||
===History=== | ===History=== | ||
Line 42: | Line 94: | ||
* How many tagged items does your guild have? | * 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 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=== | ===Diplomacy=== | ||
+ | Who are your Allies, NAP (Non Aggression Pact), or Enemies? List them. | ||
+ | |||
===Reference=== | ===Reference=== | ||
+ | * Your guild website | ||
+ | * Other useful sites | ||
|} | |} |
Latest revision as of 05:46, 13 March 2009
|