Template:Quest/Description: Difference between revisions
From HorizonXI Wiki
(Created page with "==Game Description== ;Client:{{{client}}} ;Summary:{{{summary}}} {{{misc|}}}") Tag: visualeditor-wikitext |
m (removed toc) |
||
(4 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
== | <includeonly>__NOTOC__<!--{{Tocright}}--> | ||
; | {| width="50%" cellpadding="3" cellspacing="3" | ||
|- | |||
{{{ | {{#if: {{{Quest Name|}}}| | ||
! width="100px" class="infobox-quest-header"{{!}} {{{PAGENAME}} | |||
{{!}}class="infobox-quest-header"{{!}} {{{PAGENAME}}}}} | |||
|- | |||
{{#if:{{{startnpc|}}}| | |||
! width="100px" class="infobox-quest-header"{{!}} Start NPC | |||
{{!}}class="infobox-quest-field"{{!}} {{{startnpc}}}}} | |||
|- | |||
{{#if:{{{requirements|}}}| | |||
!class="infobox-quest-header"{{!}} Requirements | |||
{{!}}class="infobox-quest-field"{{!}} {{{requirements}}}}} | |||
|- | |||
{{#if:{{{items|}}}| | |||
!class="infobox-quest-header"{{!}} Items Needed | |||
{{!}}class="infobox-quest-field"{{!}} {{{items}}}}} | |||
|- | |||
{{#if:{{{title|}}}| | |||
!class="infobox-quest-header"{{!}} Title Granted | |||
{{!}}class="infobox-quest-field"{{!}} {{{title}}}}} | |||
|- | |||
{{#if:{{{repeatable|}}}| | |||
!class="infobox-quest-header"{{!}} Repeatable | |||
{{!}}class="infobox-quest-field"{{!}} {{{repeatable}}}}} | |||
|- | |||
{{#if:{{{reward|}}}| | |||
!class="infobox-quest-header"{{!}} Reward | |||
{{!}}class="infobox-quest-field"{{!}} {{{reward}}}}} | |||
|} | |||
{{#if:{{{previous|}}}{{{next|}}}| | |||
{{{!}} width="50%" cellpadding="3" cellspacing="3" | |||
{{!}}- class="infobox-quest-header" | |||
!width="50%" style="text-align:left;"{{!}} ← Previous Quest {{!}}{{!}} Next Quest → | |||
{{!}}- class="infobox-quest-field" | |||
{{!}} {{#if:{{{previous|}}}|{{{previous}}}|''None''}} | |||
{{!}}style="text-align:right"{{!}} {{#if:{{{next|}}}|{{{next}}}|''None''}} | |||
{{!}}} | |||
}} | |||
{{#if:{{{cutscenes|}}} | |||
{{{!}} width=50%" class="mw-collapsible mw-collapsed" cellpadding="3" cellspacing="3" | |||
{{!}}- class="infobox-quest-cutscenes-header" | |||
!colspan="2" class="mw-collapsible-content"{{!}}Replay Cutscenes | |||
{{{cutscenes}}} | |||
{{!}}} | |||
}} | |||
{{#if:{{{description|}}} | |||
{{{!}} width=50%" class="mw-collapsible mw-collapsed" cellpadding="3" cellspacing="3" | |||
{{!}}- class="infobox-quest-description-header" | |||
!colspan="2" class="mw-collapsible-content"{{!}}Description | |||
{{{description}}} | |||
{{!}}} | |||
}} | |||
</includeonly><noinclude> | |||
[[Category:Templates|{{PAGENAME}}]] | |||
==Usage== | |||
<pre> | |||
{{Quest | |||
| startnpc = | |||
| requirements = | |||
| items = | |||
| title = | |||
| repeatable = | |||
| reward = | |||
| previous = | |||
| next = | |||
| cutscenes = | |||
| description = | |||
{{Quest/Cutscene|<name>|<NPC and location>}} | |||
}} | |||
</pre> | |||
''See the [[Template talk:Quest#Example|talk page]] for an example of this template in use. | |||
==See Also== | |||
*[[Template:Quest]] | |||
*[[Template:Quest/Cutscene]] | |||
</noinclude> |
Latest revision as of 19:24, 12 October 2023
Usage
{{Quest | startnpc = | requirements = | items = | title = | repeatable = | reward = | previous = | next = | cutscenes = | description = {{Quest/Cutscene|<name>|<NPC and location>}} }}
See the talk page for an example of this template in use.