Welcome to the DFO World Wiki. With many major updates since the release of DFO, many items are missing. Visit Item Database Project to learn more.
Please remember to click "show preview" before saving the page.
Thanks for the updated logo snafuPop!

Difference between revisions of "Template:ExpandedQuest"

From DFO World Wiki
Jump to: navigation, search
m
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
 
<includeonly>{| style="font-size: 11px;  font-family: Tahoma, Arial, Helvetica, sans-serif; " cellpadding="5"
 
<includeonly>{| style="font-size: 11px;  font-family: Tahoma, Arial, Helvetica, sans-serif; " cellpadding="5"
 +
|-
 +
{{#if: {{{QuestType|}}} |
 +
{{!}}- style="-moz-border-radius:2em;"
 +
{{!}} width="150" align="center" style="color:#000; background-color:#a0c6e3; -moz-border-radius:0.5em;" {{!}} '''QuestType'''
 +
{{!}} style="width:600px;  background-color:#e7f3e8; -moz-border-radius:0.5em; text-align:left;" {{!}}
 +
{{{QuestType}}}
 +
}}
 
|-  
 
|-  
 
| style="width:150px; color:#000; background-color:#a0c6e3; -moz-border-radius:0.5em; text-align:center;" | '''Level'''
 
| style="width:150px; color:#000; background-color:#a0c6e3; -moz-border-radius:0.5em; text-align:center;" | '''Level'''
Line 10: Line 17:
 
|-  
 
|-  
 
{{#if: {{{Prerequisite|}}} |
 
{{#if: {{{Prerequisite|}}} |
{{!}}-  
+
{{!}}- style="-moz-border-radius:2em;"
 
{{!}} width="150" align="center" style="color:#000; background-color:#a0c6e3; -moz-border-radius:0.5em;" {{!}} '''Prerequisite'''
 
{{!}} width="150" align="center" style="color:#000; background-color:#a0c6e3; -moz-border-radius:0.5em;" {{!}} '''Prerequisite'''
 
{{!}} style="width:600px;  background-color:#e7f3e8; -moz-border-radius:0.5em; text-align:left;" {{!}}
 
{{!}} style="width:600px;  background-color:#e7f3e8; -moz-border-radius:0.5em; text-align:left;" {{!}}
 
{{{Prerequisite}}}
 
{{{Prerequisite}}}
 
}}
 
}}
|-
+
|-  
 
{{#if: {{{Briefing|}}} |
 
{{#if: {{{Briefing|}}} |
 
{{!}}- style="-moz-border-radius:2em;"
 
{{!}}- style="-moz-border-radius:2em;"
Line 54: Line 61:
 
Usage:<pre>
 
Usage:<pre>
 
{{EpicQuest2
 
{{EpicQuest2
 +
|QuestType = If the quest is Epic, Ordinary, Advancement, Awakening, Limited, or Event.
 
|Level = Quest level
 
|Level = Quest level
 
|NPC = Quest giver
 
|NPC = Quest giver
Line 65: Line 73:
 
|Notes= Additional information
 
|Notes= Additional information
 
}}</pre>
 
}}</pre>
 +
[[Category:Formatting Templates]]
 
</noinclude>
 
</noinclude>

Latest revision as of 20:24, 20 April 2015


Usage:

{{EpicQuest2
|QuestType = If the quest is Epic, Ordinary, Advancement, Awakening, Limited, or Event.
|Level = Quest level
|NPC = Quest giver
|Prerequisite = How to obtain the quest (optional)
|Briefing = Text of quest briefing, as presented in quest details in-game (not your personal briefing).
|Objectives = Steps required to complete the quest, as presented in quest details in-game.
|Ending = Text of quest ending conversation.
|RewardEXP = Experience points rewarded (just the number)
|RewardGold = Gold rewarded (just the number)
|RewardOther = Bulleted list (*) of any other rewards.
|Notes= Additional information
}}