Template:Quest: Difference between revisions

From Elwiki
No edit summary
mNo edit summary
 
(14 intermediate revisions by 3 users not shown)
Line 1: Line 1:
<includeonly>{{Segment
<includeonly>{{#if:{{{ClassChange|}}}||{{clearfix}}}}{{Segment
| SectionCls=mw-collapsed mw-collapsible {{#ifeq:{{{Generic|}}}|true|generic-quest}}
| SectionSty=display: flex; flex-direction: column;
| hStyles=font-size: 1.25em; padding: 7px; background-color: {{{HeaderColor|}}}; font-weight: 600; {{{HeaderStyles|}}}
| SectionCls=segment-partial mw-collapsed mw-collapsible {{#if:{{{ClassChange|}}}||generic-quest}}
| hCls={{{HeaderCls|}}} {{#ifeq:{{{Generic|}}}|true|generic-quest-header}}
| hStyles=font-size: 1.25em; padding: 7px; background-color: {{{HeaderColor|}}}; font-weight: 600; display: flex; {{{HeaderStyles|}}}
| hStyle=border: 0; display: flex; align-items: center;
| hCls={{{HeaderCls|}}} {{#if:{{{ClassChange|}}}||generic-quest-header}}
| hStyle=border: 0 !important; display: flex; align-items: center;
| Title0=<span style="margin-right: 6px">[[File:Quest Icon - {{#switch:{{{QuestType|}}}
| Title0=<span style="margin-right: 6px">[[File:Quest Icon - {{#switch:{{{QuestType|}}}
   | General|Repeatable|Daily|Daily Random|Weekly|Weekly Random|Monthly|Guild|Mentor|Character|Competition|Wedding|#default=General
   | General|Repeatable|Daily|Daily Random|Weekly|Weekly Random|Monthly|Guild|Mentor|Character|Competition|Wedding|#default=General
Line 13: Line 14:
}}.png]]</span>{{{QuestName|}}}
}}.png]]</span>{{{QuestName|}}}
| Style0=padding: 0;
| Style0=padding: 0;
| Content0=<span style="display: none;">{{</span>
| Content0=<dfn>{{</dfn>
{| style="text-align: left; width: 100%; margin: 0; padding: 0; border-style: solid hidden hidden;" class="wikitable"
{| style="text-align: left; width: 100%; margin: 0; padding: 0; border-style: solid hidden hidden;" class="wikitable"
|-
|-
! width=30% | Quest Acceptance Prerequisites
! width=50% | Quest Acceptance Prerequisites
! width=30% | Objectives
! width=50% | Objectives
! width=40% | Description
|-
|-
| width=30% |
| width=50% |
{{{Requirement|* No requirements needed}}}
{{{Requirement|* No requirements needed}}}
| width=30% |
| width=50% |
{{{Objectives|}}}
{{{Objectives|}}}
| width=40% |
|-
{{#if:{{{Description|}}}|
! colspan=2 {{!}} Description
{{!}}-
{{!}} colspan=2 {{!}}
{{{Description|}}}
{{{Description|}}}
|-
{{!}}-}}
{{#if:{{{QuestAD|}}}|
{{#if:{{{QuestAD|}}}|
! colspan=3 {{!}} Quest Acceptance Dialogue {{#ifeq: {{{Dialogue|}}}|true|(No longer available)|}}
! colspan=3 {{!}} Quest Acceptance Dialogue {{#ifeq: {{{Dialogue|}}}|true|(No longer available)|}}
Line 46: Line 50:
! width=10% colspan=2 | [[Currency]]/[[Experience Table|Experience]] !! width=45% colspan=2 | Common Rewards !! width=45% colspan=2 | Selective Rewards
! width=10% colspan=2 | [[Currency]]/[[Experience Table|Experience]] !! width=45% colspan=2 | Common Rewards !! width=45% colspan=2 | Selective Rewards
|-
|-
| ED || {{{ED|0}}} || width="1%" | {{{CImage1|[[File:NOIMAGE.png]]}}} || {{{CReward1|N/A}}} || width="1%" | {{{SImage1|[[File:NOIMAGE.png]]}}} || {{{SReward1|N/A}}}
| EXP || {{{EXP|0}}} || width="1%" | {{{CImage1|[[File:NOIMAGE.png]]}}} || {{{CReward1|N/A}}} || width="1%" | {{{SImage1|[[File:NOIMAGE.png]]}}} || {{{SReward1|N/A}}}
|-
| ED || {{{ED|0}}} || width="1%" | {{{CImage2|[[File:NOIMAGE.png]]}}} || {{{CReward2|N/A}}} || width="1%" | {{{SImage2|[[File:NOIMAGE.png]]}}} || {{{SReward2|N/A}}}
|-
|-
| EXP || {{{EXP|0}}} || width="1%" | {{{CImage2|[[File:NOIMAGE.png]]}}} || {{{CReward2|N/A}}} || width="1%" | {{{SImage2|[[File:NOIMAGE.png]]}}} || {{{SReward2|N/A}}}
| EP  || {{{EP|0}}} || width="1%" | {{{CImage3|[[File:NOIMAGE.png]]}}} || {{{CReward3|N/A}}} || width="1%" | {{{SImage3|[[File:NOIMAGE.png]]}}} || {{{SReward3|N/A}}}
|-
|-
| AP  || {{{AP|0}}} || width="1%" | {{{CImage3|[[File:NOIMAGE.png]]}}} || {{{CReward3|N/A}}} || width="1%" | {{{SImage3|[[File:NOIMAGE.png]]}}} || {{{SReward3|N/A}}}
| AP  || {{{AP|0}}} || colspan=4 |
|}
|}
<span style="display:none">}}</span>
<dfn>}}</dfn>
}}</includeonly><noinclude>
}}</includeonly><noinclude>
=== Code Format ===
=== Code Format ===
Line 66: Line 72:
|ED=
|ED=
|EXP=
|EXP=
|EP=
|AP=
|AP=
|CImage1=
|CImage1=

Latest revision as of 02:16, 2 July 2023

Code Format

{{Quest
|HeaderColor=
|QuestType=
|QuestName=
|Requirement=
|Objectives=
|Description=
|QuestAD=
|QuestCD=
|ED=
|EXP=
|EP=
|AP=
|CImage1=
|CReward1=
|CImage2=
|CReward2=
|CImage3=
|CReward3=
|SImage1=
|SReward1=
|SImage2=
|SReward2=
|SImage3=
|SReward3=
}}