Difference between revisions of "Template:Quest"

From Istaria Lexica

 
(26 intermediate revisions by 3 users not shown)
Line 1: Line 1:
<includeonly>{{InfoBoxStart|class=InfoboxQuest}}
+
<nowiki/><includeonly>
|-
+
{{#if:{{{level|}}}|{{#set:Level={{{level}}}}}|{{#set:Level=0}}}}
! colspan="2" | {{PAGENAME}}
+
{{#if:{{{craftlevel|}}}|{{#set:Craftlevel={{{craftlevel}}}}}|{{#set:Craftlevel=0}}}}
|-
+
{{#if:{{{skilllevel|}}}|{{#set:Skilllevel={{{skilllevel}}}}}|{{#set:Skilllevel=0}}}}
! colspan="2" style="padding: 2px 0px 5px; line-height: 1em; font-weight: normal; font-size: 12px;" | Type: {{#if: {{{questtype|}}} | [[:Category:Quest#{{{questtype}}}|{{{questtype}}}]]{{#set:questtype={{{questtype}}}}} | [[questtype::Unknown / Undefined]]}}
+
  <table class="TmpQuest fancytable" style="width: 100%">
|-
+
      <tr>
| <div>From:</div><span>{{#if: {{{npc|}}} | {{{npc}}}}}&nbsp;</span>
+
        <td>Quest type:</td>
| <div>Located at:</div><span>{{#if: {{{port|}}} | {{{port}}}}}&nbsp;</span>
+
        <td>{{#if: {{{questtype|}}}|[[:Category:Quest#{{{questtype}}}|{{{questtype}}}]]{{#set:questtype={{{questtype}}}}}|[[questtype::Unknown / Undefined]]}}</td>
|-
+
      </tr>
| <div>Required adventure school:</div><span>{{#if: {{{school|}}} | {{{school}}}}}&nbsp;</span>
+
      <tr>
| <div>Required race:</div><span>{{#if: {{{race|}}} | {{{race}}}}}&nbsp;</span>
+
        <td>From NPC(s):</td>
|-
+
        <td>{{#if: {{{npc|}}}|{{{npc}}}}}</td>
| colspan="2" | <div>Required adventure level:</div><span>{{#if:{{{level|}}}|[[level::{{{level}}}]]|[[level::0]]}}&nbsp;</span>
+
      </tr>
|-
+
{{#if:{{{school|}}}
| <div>Required craft school:</div><span>{{#if:{{{craftschool|}}}| {{{craftschool}}}}}&nbsp;</span>
+
|
| <div>Required skill:</div><span>{{#if:{{{skill|}}}|[[skill::{{{skill}}}]]|}}&nbsp;</span>
+
      <tr>
|-
+
        <td>Required adventure school:</td>
| style="border: none" | <div>Required craft school level:</div><span>{{#if:{{{craftlevel|}}}|[[craftlevel::{{{craftlevel}}}]]|[[craftlevel::0]]}}&nbsp;</span>
+
        <td>{{{school}}}&nbsp;(level:&nbsp;{{#ifexpr:{{formatnum:{{#show:{{FULLPAGENAME}}|?Level}}|R}} > 0|{{#show:{{FULLPAGENAME}}|?Level}}|any}})</td>
| style="border: none" | <div>Required skill level:</div><span>{{#if:{{{skilllevel|}}}|[[skilllevel::{{{skilllevel}}}]]|[[skilllevel::0]]}}&nbsp;</span>
+
      </tr>
|-
+
|
| colspan="2" style="border-top: 1px solid #525252; border-bottom: none; padding-top: 15px" |  
+
{{#if:{{{level|}}}
{| style="width: 100%"
+
|
| style="border-bottom: none; padding: 0 3px 0 0; text-align: right; width: 95px; vertical-align: top" | '''Previous Quest:'''
+
      <tr>
| style="border-bottom: none; width: inherit; font-size: 15px" | {{#if: {{{quest previous|}}} | {{{quest previous}}}}}&nbsp;
+
        <td>Required adventure school:</td>
|-
+
        <td>Any&nbsp;(level:&nbsp;{{#ifexpr:{{formatnum:{{#show:{{FULLPAGENAME}}|?Level}}|R}} > 0|{{#show:{{FULLPAGENAME}}|?Level}}|any}})</td>
| style="border-bottom: none; padding: 0 3px 0 0; text-align: right; width: 95px; vertical-align: top" | '''Next Quest:'''
+
      </tr>
| style="border-bottom: none; width: inherit; font-size: 15px" | {{#if: {{{quest next|}}} | {{{quest next}}}}}&nbsp;
+
}}}}
|}
+
{{#if:{{{race|}}}
{{InfoboxEnd}}[[Category:Quest]]</includeonly><noinclude>{{documentation}}[[Category:Infobox Templates]]</noinclude>
+
|
 +
      <tr>
 +
        <td>Required race(s):</td>
 +
        <td>{{{race}}}</td>
 +
      </tr>
 +
}}
 +
{{#if:{{{craftschool|}}}
 +
|
 +
      <tr>
 +
        <td>Required crafting school:</td>
 +
        <td>{{{craftschool}}}&nbsp;(level:&nbsp;{{#ifexpr:{{formatnum:{{#show:{{FULLPAGENAME}}|?Craftlevel}}|R}} > 0|{{#show:{{FULLPAGENAME}}|?Craftlevel}}|any}})</td>
 +
      </tr>
 +
|
 +
{{#if:{{{craftlevel|}}}
 +
|
 +
      <tr>
 +
        <td>Required crafting school:</td>
 +
        <td>Any&nbsp;(level:&nbsp;{{#ifexpr:{{formatnum:{{#show:{{FULLPAGENAME}}|?Craftlevel}}|R}} > 0|{{#show:{{FULLPAGENAME}}|?Craftlevel}}|any}})</td>
 +
      </tr>
 +
}}}}
 +
{{#if:{{{skill|}}}
 +
|
 +
      <tr>
 +
        <td>Required skill:</td>
 +
        <td>[[{{{skill}}}]]&nbsp;(level:&nbsp;{{#ifexpr:{{formatnum:{{#show:{{FULLPAGENAME}}|?Skilllevel}}|R}} > 0|{{#show:{{FULLPAGENAME}}|?Skilllevel}}|any}})</td>
 +
      </tr>
 +
|
 +
{{#if:{{{skilllevel|}}}
 +
|
 +
      <tr>
 +
        <td>Required skill:</td>
 +
        <td>any&nbsp;(level:&nbsp;{{#ifexpr:{{formatnum:{{#show:{{FULLPAGENAME}}|?Skilllevel}}|R}} > 0|{{#show:{{FULLPAGENAME}}|?Skilllevel}}|any}})</td>
 +
      </tr>
 +
}}}}
 +
{{#if:{{{port|}}}
 +
|
 +
      <tr>
 +
        <td>Locations:</td>
 +
        <td>{{{port|}}}</td>
 +
      </tr>
 +
}}
 +
{{#if: {{{quest previous|}}}
 +
|
 +
      <tr>
 +
        <td style="padding-top: 20px; border-top: 1px solid #525252">'''Previous quest(s):'''</td>
 +
        <td style="padding-top: 20px; border-top: 1px solid #525252">{{{quest previous}}}</td>
 +
      </tr>
 +
}}
 +
{{#if: {{{quest next|}}}
 +
|
 +
      <tr>
 +
        {{#if: {{{quest previous|}}}|<td>|<td style="padding-top: 20px; border-top: 1px solid #525252">}}'''Next quest(s):'''</td>
 +
        {{#if: {{{quest previous|}}}|<td>|<td style="padding-top: 20px; border-top: 1px solid #525252">}}{{{quest next}}}</td>
 +
      </tr>
 +
}}
 +
    <tr>
 +
      <td colspan="2"><span class="plainlinks newwindow" data-nosnippet>[{{fullurl:Quest Tree|quest={{urlencode:{{FULLPAGENAME}}|PATH}}}} View this quest in the Quest Tree]</span></td>
 +
    </tr>
 +
  </table>
 +
[[Category:Quest]]</includeonly><noinclude>{{Documentation}}[[Category:Infobox Templates]]</noinclude>

Latest revision as of 03:31, 3 December 2022

Template documentation (for the template shown above, sometimes hidden or invisible)

Description[edit]

A Brief overview of a quest, describing most needed details.

Template:InfoboxMultiproperty parameters[edit]

{{InfoboxMultiproperty
| property =      the property name to be set (ex. Loot, School, Race)
| limiter  =      a limiter for every entry. Default to comma, may also use html stuff like <br />
| value1          the first value to be set
| value2          the second value to be set
| valueN..        the N-th value to be set, repeat until you're done
}}

Syntax[edit]

{{Quest
|npc		= {{InfoboxMultiproperty|property=npc|value1|value2|...}}
|questtype	= 
|school		= {{InfoboxMultiproperty|property=school|value1|value2|...}}
|level		=
|craftschool    = {{InfoboxMultiproperty|property=craftschool|value1|value2|...}}
|craftlevel     = 
|skill          = 
|skilllevel     = 
|race		= {{InfoboxMultiproperty|property=race|value1|value2|...}}
|port		= {{InfoboxMultiproperty|property=port|value1|value2|...}}
|quest previous	= {{InfoboxMultiproperty|property=quest previous|value1|value2|...}}
|quest next	= {{InfoboxMultiproperty|property=quest next|value1|value2|...}}
}}

Parameters[edit]

{{Quest
|npc            = the NPC(s) giving out the quest
|questtype      = Type of the quest. Please refer to the list mentioned above.
|school         = Which aventuring school(s) the quest is limited to. Add each school as described in the InfoboxMultiproperty paramter description.
|level          = Minimum level needed
|craftschool    = Which crafting school the quest is limited to.
|craftlevel     = Required level in above mentioned crafting school.
|skill          = Required skill to be able to take the quest.
|skilllevel     = Required skill level. 
|race           = Which race(s) the quest is limited to. Add each race as described in the InfoboxMultiproperty paramter description.
|port           = Location(s) of the Quest start, may be the NPC or some trigger area
|quest previous = Quest(s) which needs to be finished previously
|quest next     = Quest(s) being unlocked after finishing this one
}}

Example[edit]

{{quest
|npc            = {{InfoboxMultiproperty|property=npc|Hethsa the Patient}}
|questtype      = Errand
|school         = {{InfoboxMultiproperty|property=school|Blood Mage|Wizard|Sorcerer}}
|level          = 100
|craftschool    = {{InfoboxMultiproperty|property=school|Enchanter}}
|craftlevel     = 50
|skill          = Enchanting
|skilllevel     = 515
|race           = {{InfoboxMultiproperty|property=race|Dragon|Dwarf|Saris}}
|port           = {{InfoboxMultiproperty|property=port|Peak of Storms}}
|quest previous = {{InfoboxMultiproperty|property=quest previous|ARoP17 - Ritual of Journey: Prelude}}
|quest next     = {{InfoboxMultiproperty|property=quest next|ARoP19 - Ritual of Journey: Spirits In Solitude|Arghas' Tea Time}}
}}
Visit Template:Quest/doc to edit this text. (How to: document correctly)