User:Omaninnu

From Warcraft Wiki
Jump to navigation Jump to search

http://www.wowpedia.org/User:Omaninnu/Sandbox6

Templates I Frequently Use

Help:Item articles

This boilerplate mimics the way external databases display objects. Included are many notes in the source code so look in there for help when creating a new item. This can be used for any type of item, like armor, weapons, trade goods, vendor trash, and anything else.

Quests

There are three ways to link to quest articles. There is the normal way, because sometimes you just need to mention the quest: N Priest [60D] Holy Bologna: What the Light Won't Tell You. The second makes use of the template {{quest}}, which automatically drops the "Quest:" from the name (used for cleaner code):

{{quest|Holy Bologna: What the Light Won't Tell You}} as opposed to [[Quest:Holy Bologna: What the Light Won't Tell You|Holy Bologna: What the Light Won't Tell You]]

The last way is more detailed, and is usually used in bulleted lists.

{{questlong|<faction>|<questlevel>|<questname>|<displayname>}}
Usage: {{questlong|Neutral|54|Holy Bologna: What the Light Won't Tell You}}
Displays: N Priest [60D] Holy Bologna: What the Light Won't Tell You

Quests

Template:Questbox Use the quest box to help summarize the vital stats of a particular quest, leaving the body of the article to discuss lore and strategy.

{{questbox
 | name = C'Thun's Legacy
 | faction = Alliance
 | level = 60
 | levelreq = 59
 | type = Elite
 | category = Hellfire Peninsula
 | start = [[Eye of C'Thun]]
 | end = [[Caelestrasz]]
 | reputation = [[Wildhammer]] +100-500
 | experience = 40-500
 | rewards = {{loot|common|Stoneskin Totem}} or {{loot|common|Earth Totem}}
 | money = {{Cost|123|45|67}}
 | repeatable = Yes
 | previous = {{quest|Your Place in the World}}
 | next = {{quest|Scarab Shells}}
 | id = 788
}}


NPCs

Template:Npcbox

Use the NPC box to help summarize the vital stats of a particular NPC.

{{npcbox
 | name = Georgio the Destroyer
 | image = Ley-Keeper_Caidanis.jpg
 | title = Destroyer of Worlds
 | level = 79
 | type = Elite
 | faction = Horde
 | repfaction = Undercity
 | aggro = {{Aggro|-1|1}}
 | race = Ogre
 | creature = Humanoid
 | sex = Male
 | location = [[The Great Sea]] {{coords|30|20|Eversong Woods}}
 | instance = Wailing Caverns
}}