- Description
- Displays the given quest as a loot link. The template checks to see if the item exists on WoWWiki before applying brackets. If the item is missing from WoWWiki, DB search links are added by Javascript. The pop-up feature is sometimes disabled due to load issues on the website.
- The optional display name parameter can be used to show a quest name that is different from the name of the page that is linked to.
- Dependencies
- MediaWiki:Common.js has Tooltips code to support
ajaxttlink
CSS class.
- Syntax
- {{quest|<quest_name>|<display_name (optional)>|<style=CSS (optional)>}}
- Parameters
1 =
Quest name.2 =
Shown label name.id =
Optional Quest id. Shows superscript links to DBs.subdomain =
Optional Wowhead subdomain. Used whenid =
used. Currently supportssubdomain=old
,subdomain=ptr
, orsubdomain=mop
(forMists of Pandaria before it goes live). Only used for WoWDB (
ptr
only) and Wowhead (old
,ptr
, ormop
).dbmmoc =
Optional Show link to db.mmo-champion.com (suppressed by default). Used whenid =
used.
style =
Optional CSS style modifier to link.
- Examples
{{quest|Bronzebeard the Elder}}
{{quest|Surprise Attack!|id=31277}}
{{quest|Treasure of the Timeless One|style=color:goldenrod;}}
Community content is available under CC-BY-SA unless otherwise noted.