Wowpedia

We have moved to Warcraft Wiki. Click here for information and the new URL.

READ MORE

Wowpedia
(bot; fixing {{{tpl|Tooltip}}} boilerplate)
 
 
Line 1: Line 1:
  +
'''Questlong''' is another formatted quest link template. It includes the faction icon for the quest, the level of the quest (which the other templates didn't include) and the name of the quest. It has an optional parameter for race specific quests.
−
{{Stub/Item}}
 
−
<onlyinclude>{{ {{{tpl|Tooltip}}}
 
−
|mode={{{mode|}}}
 
−
|arg={{{arg|}}}
 
−
|name=Tome of Kings
 
−
|quality=Rare
 
−
|icon=INV_Misc_Book_11
 
−
|bind=BoP
 
−
|slot=Held In Off-hand
 
−
|attrib=+6 Stamina
 
−
|skill=[[Inscription]] (175)
 
−
|effect=Equip: Improves hit rating by 5.<br />Equip: Improves critical strike rating by 6.<br />Use: Increases your stats by 10 for 1 min. (10 Min Cooldown)
 
−
|ilvl=35
 
−
|sell={{cost||14}}
 
−
}}</onlyinclude>
 
   
  +
Using a plain link to the quest page, e.g. <code><nowiki>[[Quest:Your Place In The World]]</nowiki></code> --> ([[Quest:Your Place In The World]]) will produce similar output to this template so long as the quest page being linked to is formatted correctly. See [[Help:DefaultLinks]] for more information.
== Source ==
 
−
This item is created with [[Inscription]] (175).
 
   
 
=== Usage ===
−
{{Itembox|Materials needed
 
  +
{{t|questlong|faction|level|quest name|display name|race&#61;|class&#61;}}
−
|q1=5 |item1=Royal Ink
 
−
|q2=10|item2=Common Parchment
 
−
|q3=2 |item3=Jadefire Ink
 
}}
 
   
  +
;faction : One of '''Horde''', '''Alliance''', '''Both''', or '''Neutral'''. If the faction is left blank, it is assumed to be Neutral.
−
== External links ==
 
  +
::Use "Neutral" when the exact same quest (including the internal ID number) is offered to both factions from the same NPC and we only have one page for it on the wiki
−
<!-- Read http://www.wowpedia.org/Wowpedia:External_links before posting your links here.
 
  +
::Use "Both" when there are slightly different quests with the same name for both factions offered by different (or not) NPCs and we have a page for each quest linked together with {{t|faction disambiguation}}.
−
Links that do not conform to the rules will be DELETED.
 
  +
;level : The nominal level of the quest (not the level at which it can be obtained). If the class shows up for all levels (only seen for holiday/special event quests), use "-1"
−
Repeat violations may result in a BAN.
 
  +
:Symbols can be added for various kinds of special quests:
−
Have a nice day. :) -->
 
  +
:{| class="darktable"
−
{{Elinks-item|43656}}
 
  +
|-
  +
! Symbol !! Quest type
  +
|-
  +
| Da || Daily
  +
|-
  +
| D || Dungeon
  +
|-
  +
| R || Raid
  +
|-
  +
| P || PvP
  +
|-
  +
| G&lt;n&gt; || Group (nr of players advised)
  +
|-
  +
| + || Elite {{text|red|(deprecated?)}}
 
|}
  +
:E.g. <code>35D</code> for a level 35 Dungeon quest, or <code>64G3</code> for a group quest where three players is advised. Note: With [[Patch 2.3.0|patch 2.3]] Blizzard turned many Elite quests into Group quests, usually indicating the number of players you should have in the group. Elite quests should now be rare.
  +
;quest name : The name of the Wowpedia article that describes the quest (without the leading Quest:). Usually this is simply the name of the quest.
  +
;display name (optional) : Can be added when the name of the quest you want to show is different from the name of the Wowpedia article.
  +
;race= (optional) : Can be used when the quest is limited to a specific race. You must use the 'race=' part, and the value needs to work with the <code><nowiki>{{RaceIcon|<race>|Male|Small}}</nowiki></code> and <code><nowiki>{{RaceIcon|<race>|Female|Small}}</nowiki></code> templates. See [[Wowpedia:List of race icons]].
  +
;class= (optional) : Used for class-specific quests.
   
  +
=== Examples ===
−
[[Category:World of Warcraft rare items]]
 
  +
Level 70 Daily quest:
−
[[Category:World of Warcraft off-hand items]]
 
  +
: <code><nowiki>[[Quest:Crocolisks in the City]]</nowiki></code>
−
[[Category:World of Warcraft inscription crafted items]]
 
  +
: [[Quest:Crocolisks in the City]]
  +
  +
Simple dungeon quest:
  +
: <code><nowiki>[[Quest:Divino-matic Rod]]</nowiki></code>
  +
: [[Quest:Divino-matic Rod]]
  +
  +
Using the display name to hide the unwieldy article name:
  +
: <code><nowiki>{{Questlong|Alliance|64G2|Wanted: Chieftain Mummaki (Alliance)|Wanted: Chieftain Mummaki}}</nowiki></code>
  +
: {{Questlong|Alliance|64G|Wanted: Chieftain Mummaki (Alliance)|Wanted: Chieftain Mummaki}}
  +
  +
Using the optional race:
  +
: <code><nowiki>{{Questlong|Horde|5|Poison Water|race=Tauren}}</nowiki></code>
  +
: {{Questlong|Horde|5|Poison Water|race=Tauren}}
  +
  +
Using the optional class:
  +
: <code><nowiki>{{Questlong|Neutral|85|Proving Your Worth|class=rogue}}</nowiki></code>
  +
: {{Questlong|Neutral|85|Proving Your Worth|class=rogue}}
  +
  +
Leaving out the Faction parameter (defaults to Neutral):
  +
: <code><nowiki>[[Quest:Wastewander Justice]]
  +
</nowiki></code>
  +
: [[Quest:Wastewander Justice]]
  +
  +
<includeonly>[[Category:WoW utility templates|{{PAGENAME}}]]</includeonly><noinclude>[[Category:Template documentation|{{PAGENAME}}]]</noinclude>

Revision as of 03:11, 4 December 2011

Questlong is another formatted quest link template. It includes the faction icon for the quest, the level of the quest (which the other templates didn't include) and the name of the quest. It has an optional parameter for race specific quests.

Using a plain link to the quest page, e.g. [[Quest:Your Place In The World]] --> (Quest:Your Place In The World) will produce similar output to this template so long as the quest page being linked to is formatted correctly. See Help:DefaultLinks for more information.

Usage

{{questlong|<faction>|<level>|<quest name>|<display name>|<race=>|<class=>}}

faction
One of Horde, Alliance, Both, or Neutral. If the faction is left blank, it is assumed to be Neutral.
Use "Neutral" when the exact same quest (including the internal ID number) is offered to both factions from the same NPC and we only have one page for it on the wiki
Use "Both" when there are slightly different quests with the same name for both factions offered by different (or not) NPCs and we have a page for each quest linked together with {{faction disambiguation}}.
level
The nominal level of the quest (not the level at which it can be obtained). If the class shows up for all levels (only seen for holiday/special event quests), use "-1"
Symbols can be added for various kinds of special quests:
Symbol Quest type
Da Daily
D Dungeon
R Raid
P PvP
G<n> Group (nr of players advised)
+ Elite (deprecated?)
E.g. 35D for a level 35 Dungeon quest, or 64G3 for a group quest where three players is advised. Note: With patch 2.3 Blizzard turned many Elite quests into Group quests, usually indicating the number of players you should have in the group. Elite quests should now be rare.
quest name
The name of the Wowpedia article that describes the quest (without the leading Quest:). Usually this is simply the name of the quest.
display name (optional)
Can be added when the name of the quest you want to show is different from the name of the Wowpedia article.
race= (optional)
Can be used when the quest is limited to a specific race. You must use the 'race=' part, and the value needs to work with the {{RaceIcon|<race>|Male|Small}} and {{RaceIcon|<race>|Female|Small}} templates. See Wowpedia:List of race icons.
class= (optional)
Used for class-specific quests.

Examples

Level 70 Daily quest:

[[Quest:Crocolisks in the City]]
Quest:Crocolisks in the City

Simple dungeon quest:

[[Quest:Divino-matic Rod]]
Quest:Divino-matic Rod

Using the display name to hide the unwieldy article name:

{{Questlong|Alliance|64G2|Wanted: Chieftain Mummaki (Alliance)|Wanted: Chieftain Mummaki}}
A [64G] Wanted: Chieftain Mummaki

Using the optional race:

{{Questlong|Horde|5|Poison Water|race=Tauren}}
H IconSmall Tauren MaleIconSmall Tauren Female [5] Poison Water

Using the optional class:

{{Questlong|Neutral|85|Proving Your Worth|class=rogue}}
N rogue [85] Proving Your Worth

Leaving out the Faction parameter (defaults to Neutral):

[[Quest:Wastewander Justice]]
Quest:Wastewander Justice