Difference between revisions of "User:Lich/Template:Quest"

From DDO Compendium
(Created page with "<noinclude> == About == The basic template for quests in DDO. == Usage == <pre> {{Quest | DMText = <DM Flavor Text upon entering> | Overview = <Simple quest overview> | Loot...")
 
Line 40: Line 40:


<includeonly>
<includeonly>
__NOTOC__
== Quest Overview ==
{{{Overview|No overview added}}}


== Named Loot ==
<table class="plainlinks" style="width: 100%; background-color: #272b30; border: 1px solid #B0B5B8; padding: 15px">
{{{Loot|No named loot}}}


== Meta ==
<tr>
<div class="row">
<th style="vertical-align: top; font-weight: normal; border: 1px solid #B0B5B8; padding: 15px;">
<div class="col-md-3">
Heroic Level:
<span style="font-size: 2vh;">'''Heroic'''</span>
Epic Level:
<hr>
Bestowed by:
'''Base Level:'''  {{{HeroicBaseLevel|Not available in Heroic}}}
Found In:
<hr>
</th>
<th rowspan = "4">
=== Overview ===


'''Solo:'''  {{{SoloXp|Not Available}}}
asdf OVERVIEW asdf


'''Casual:''' <span style="color:white">{{{HCxp|Not Available}}}</span>
=== Objectives ===


'''Normal:''' <span style="color:#66cc33">{{{HNxp|Not Available}}}</span>
asdf OBJECTIVES asdf


'''Hard:''' <span style="color:yellow">{{{HHxp|Not Available}}}</span>
=== Loot ===


'''Elite:'''  <span style="color:maroon">{{{HExp|Not Available}}}</span>
asdf LOOT asdf
</div>
</th>
<div class="col-md-3">
</tr>
<span style="font-size: 2vh;">'''Epic/Legendary'''</span>
<tr><td style="vertical-align: top; font-weight: normal; border: 1px solid #B0B5B8; padding: 15px;">
<hr>
'''Heroic Experience:'''
'''Base Level:'''  {{{EpicBaseLevel|Not available in Epic/Legendary}}}
Solo:
<hr>
Normal:
'''Casual:'''  <span style="color:white">{{{ECxp|Not Available}}}</span>
Hard:
Elite:
</td>
</tr>
<tr><td style="vertical-align: top; font-weight: normal; border: 1px solid #B0B5B8; padding: 15px;">
Epic Experience:
Solo:
Normal:
Hard:
Elite:
</td>
</tr>
<tr><td style="vertical-align: top; font-weight: normal; border: 1px solid #B0B5B8; padding: 15px;">
Favor:
Patron
Solo:
Normal:
Hard:
Elite:
</td>
</tr>
</table>


'''Normal:'''  <span style="color:#66cc33">{{{ENxp|Not Available}}}</span>


'''Hard:'''  <span style="color:yellow">{{{EHxp|Not Available}}}</span>


'''Elite:'''  <span style="color:maroon">{{{EExp|Not Available}}}</span>
</div>
<div class="col-md-3">
'''Quest Giver:''' [[{{{QuestGiver|Name of NPC Quest giver}}}]]
<hr>
'''Zone:'''  [[{{{Zone|Zone name (i.e. House Jorasco)}}}]]
<hr>
'''Dungeon:'''  [[{{{Dungeon|Name of the dungeon instance}}}]]
<hr>
'''Adventure Pack:'''  [[{{{AdvPack|Free to Play}}}]]
</div>
<div class="col-md-3">
'''Patron:'''  [[{{{Patron|Patron name}}}]]
<hr>
'''Favor:'''


''Casual/Solo:'' {{{CasualFavor|0}}}


''Normal:''  {{{NormalFavor|0}}}
''Hard:''  {{{HardFavor|0}}}
''Elite:''  {{{EliteFavor|0}}}
</div>
</div>
== Walkthrough ==
{{{Walkthrough|No walkthrough entered}}}
== Traps ==
{{{Traps|None}}}
== Monsters ==
{{{Monsters|None}}}
== Maps ==
<div class="row mw-collapsible">
<div class="col-md-5">
[[File:{{PAGENAME}}.png|frameless|{{PAGENAME}} Map|center|class=img-responsive]]
<p class=text-center>Click the image to enlarge</p>
</div>
<div class="col-md-5">
[[File:{{PAGENAME}}_Loading.png|frameless|{{PAGENAME}} Loading Screen|center|class=img-responsive]]
<p class=text-center>Click the image to enlarge</p>
</div>
</div>
== Notes ==
{{{Notes|None}}}
== Additional Media ==
{{{Media|None}}}
== Patch History ==
{{{PatchHistory|No Patch History}}}


__NOTOC__
[[Category:Quest]]
[[Category:Quest]]
{{#ifeq: {{{HeroicBaseLevel|}}}||[[Category:Quests With No Heroic Version]]|[[Category:Level {{{HeroicBaseLevel}}} Quests]][[Category:Heroic Quests]]}}
{{#ifeq: {{{HeroicBaseLevel|}}}||[[Category:Quests With No Heroic Version]]|[[Category:Level {{{HeroicBaseLevel}}} Quests]][[Category:Heroic Quests]]}}

Revision as of 23:48, 29 April 2018

About[edit]

The basic template for quests in DDO.

Usage[edit]

{{Quest
| DMText = <DM Flavor Text upon entering>
| Overview = <Simple quest overview>
| Loot = <Named loot available in this quest; leave blank if no named loot drops>
| HeroicBaseLevel = <The heroic quest level as displayed in the Adventure Compendium>
| SoloXp = <Base XP on solo mode (if available)>
| HCxp = <Heroic Casual XP>
| HNxp = <Heroic Norm XP>
| HHxp = <Heroic Hard XP>
| HExp = <Heroic Elite XP>
| EpicBaseLevel = <The epic/leg quest level as displayed in the Adventure Compendium>
| ECxp = <Epic Casual XP>
| ENxp = <Epic Normal XP>
| EHxp = <Epic Hard XP>
| EExp = <Epic Elite XP>
| QuestGiver = <NPC quest giver>
| Zone = <Public zone of the quest entrance>
| Dungeon = <Name of the dungeon instance>
| AdvPack = <Required adventure pack, default is Free To Play>
| Patron = <Patron name>
| CasualFavor = 
| NormalFavor = 
| HardFavor = 
| EliteFavor = 
| Walkthrough = <Detailed walkthrough of quest with all optionals>
| Traps = <table of all traps, default is None>
| Monsters = <Table of all monsters>
| Notes = <Any and all relevant notes>
| Media = <Player written game guides and/or external media (YouTube, Twitch, Images, etc...>
| PatchHistory = <Table of all related game updates relevant to this quest>
}}