Quantcast Help:Templates - WoWWiki - Your guide to the World of Warcraft
Recent changes Random page
GAMING
Gaming
 
StarCraft Wiki
Super Smash Wiki
Halopedia
Diablo Wiki
FFXIclopedia
Grand Theft Wiki
See more...

Help:Templates

From WoWWiki

Jump to: navigation, search



Alliance Crest C'Thun's Legacy
Start
End
Level
60 (Requires 59)
Type
Group
CategoryHellfire Peninsula
Experience
40-500
ReputationWildhammer +100-500
Rewards
RepeatableYes
PreviousYour Place in the World
NextScarab Shells
See alsoWowhead Wowhead
Thottbot Thottbot
Allakhazam Allakhazam
"I" iconTo add in an example of what your template will look like when called, create a sub-page from the template. See Template:Questbox/code as reference. Add in an example of your code by creating a sub-page from the template. Then include it, like below.

Use this space to describe what your template does, and an example of where it could be used.

{{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
}}
"I" iconNow add in what each argument of the template does, and make sure you head it as appropriate.

Important Fields

name 
The name of the quest. Defaults to "Untitled".
faction 
"Alliance", "Horde", or "Neutral". Denotes which faction is eligible for the quest, or both. Defaults to "Neutral".
start 
The NPC, item, or object responsible for initiating the quest. Braces required. Defaults to "Unknown".
end 
The NPC, item, or object responsible for ending the quest. Braces required. Defaults to the value of start.
level 
The difficulty level of the quest, exposed by the quest API or an quest viewer add-on. Defaults to "1".
levelreq 
The minimum level required to accept the quest. Datamined from Thottbot. Defaults to "1".
rewards 
A list of linked items rewarded by the quest. Written in English, e.g. [Reward A] or [Reward B], and [Reward C].

Recommended, but Optional

experience 
The amount of experience gained from completing the quest.
previous 
The quest required to be completed before starting the current quest. Written using {{quest|<quest_name>}} or similar.
next 
The quest that follows the current quest in a series. Written using {{quest|<quest_name>}} or similar.
id 
The internal id of the quest for Thottbot and Allakhazam (if they are the same). Helps link the quest to external databases. Don't use if you are using the optional separate IDs below: idt or ida.

Optional

type 
"Group", "Dungeon", "Raid", "PvP". Defaults to hidden.
category 
The category under which the quest appears in the quest log (usually a class or a zone). No default value, braces not required.
reputation 
The amount of reputation affected by the quest, written in the style +100 Wildhammer or -100 Undercity. Braces necessary.
experience 
The amount of experience gained from completing the quest.
money 
The amount of money awarded by completing the quest. Use the cost template {{cost|<256>|<128>|<64>}}
repeatable 
Accepts "Yes". Indicates if the quest is repeatable. Defaults to hidden.
idt 
The internal id of the quest for Thottbot-only. Helps link the quest to Thottbot external database. Don't use if you are using the recommend, but optional "id" above.
ida 
The internal id of the quest for Allakhazam and Wowhead. Helps link the quest to Thottbot external database. Don't use if you are using the recommend, but optional "id" above.
Neutral Untitled
Start Unknown
End Unknown
Level 1 (1)

EDIT TO VIEW SOURCE FOR COMMENTS AND NOTES


Use {{subst: :Boilerplate:Template}} to import this boilerplate into a page