Template:Quest: Difference between revisions
From HorizonXI Wiki
No edit summary Tag: Reverted |
No edit summary Tag: Manual revert |
||
Line 2: | Line 2: | ||
{| width="50%" cellpadding="3" cellspacing="3" | {| width="50%" cellpadding="3" cellspacing="3" | ||
|- | |- | ||
{ | {{#if: {{{Quest Name|}}}| | ||
! width="100px" class="infobox-quest-header"{{!}} {{{PAGENAME}} | |||
{{!}}class="infobox-quest-header"{{!}} {{{PAGENAME}}}}} | |||
|- | |- | ||
{{#if:{{{startnpc|}}}| | {{#if:{{{startnpc|}}}| | ||
! width="100px" class="infobox-quest- | ! width="100px" class="infobox-quest-header"{{!}} Start NPC | ||
{{!}}class="infobox-quest-field"{{!}} {{{startnpc}}}}} | {{!}}class="infobox-quest-field"{{!}} {{{startnpc}}}}} | ||
|- | |- | ||
{{#if:{{{requirements|}}}| | {{#if:{{{requirements|}}}| | ||
!class="infobox-quest- | !class="infobox-quest-header"{{!}} Requirements | ||
{{!}}class="infobox-quest-field"{{!}} {{{requirements}}}}} | {{!}}class="infobox-quest-field"{{!}} {{{requirements}}}}} | ||
|- | |- | ||
{{#if:{{{items|}}}| | {{#if:{{{items|}}}| | ||
!class="infobox-quest- | !class="infobox-quest-header"{{!}} Items Needed | ||
{{!}}class="infobox-quest-field"{{!}} {{{items}}}}} | {{!}}class="infobox-quest-field"{{!}} {{{items}}}}} | ||
|- | |- | ||
{{#if:{{{title|}}}| | {{#if:{{{title|}}}| | ||
!class="infobox-quest- | !class="infobox-quest-header"{{!}} Title Granted | ||
{{!}}class="infobox-quest-field"{{!}} {{{title}}}}} | {{!}}class="infobox-quest-field"{{!}} {{{title}}}}} | ||
|- | |- | ||
{{#if:{{{repeatable|}}}| | {{#if:{{{repeatable|}}}| | ||
!class="infobox-quest- | !class="infobox-quest-header"{{!}} Repeatable | ||
{{!}}class="infobox-quest-field"{{!}} {{{repeatable}}}}} | {{!}}class="infobox-quest-field"{{!}} {{{repeatable}}}}} | ||
|- | |- | ||
{{#if:{{{reward|}}}| | {{#if:{{{reward|}}}| | ||
!class="infobox-quest- | !class="infobox-quest-header"{{!}} Reward | ||
{{!}}class="infobox-quest-field"{{!}} {{{reward}}}}} | {{!}}class="infobox-quest-field"{{!}} {{{reward}}}}} | ||
|} | |} |
Revision as of 08:40, 12 April 2023
Usage
{{Quest | startnpc = | requirements = | items = | title = | repeatable = | reward = | previous = | next = | cutscenes = {{Quest/Cutscene|<name>|<NPC and location>}} }}
See the talk page for an example of this template in use.