Template:Quest: Difference between revisions
Jump to navigation
Jump to search
No edit summary Tag: Manual revert |
No edit summary |
||
| Line 1: | Line 1: | ||
<table class="wikitable" style="width:22em; float:right; margin:0 0 1em 1em;"> | <table class="wikitable" style="width:22em; float:right; margin:0 0 1em 1em;"> | ||
<tr><th colspan="2" style="text-align:center; font-size:120%;">{{{name|{{PAGENAME}}}}}</th></tr> | <tr><th colspan="2" style="text-align:center; font-size:120%;">{{{name|{{PAGENAME}}}}}</th></tr> | ||
<tr><th style="text-align:left;">Type</th><td>{{{type}}}</td></tr> | |||
<tr><th style="text-align:left;">Job</th><td>{{{job}}}</td></tr> | |||
<tr><th style="text-align:left;">Prerequisites</th><td>{{{prereq}}}</td></tr> | |||
<tr><th style="text-align:left;">Location</th><td>{{{location}}}</td></tr> | |||
<tr><th style="text-align:left;">Reward</th><td>{{{reward}}}</td></tr> | |||
</table><noinclude> | </table><noinclude> | ||
== Usage == | == Usage == | ||
Quest infobox. No ParserFunctions required. Plain <code><nowiki>{{{param}}}</nowiki></code> substitution only. Any parameter you do not use (for example image or level) is ignored, so no empty or broken rows appear. | |||
<pre> | <pre> | ||
{{Quest | {{Quest | ||
| name = Extended Memo Slots | | name = Extended Memo Slots | ||
| type = Skill Quest | | type = Skill Quest | ||
| job = Cardinal / Inquisitor | | job = Cardinal / Inquisitor | ||
| prereq = {{#skill:27}} Lv. 4 | | prereq = {{#skill:27}} Lv. 4 | ||
Latest revision as of 06:33, 2 July 2026
| Quest | |
|---|---|
| Type | {{{type}}} |
| Job | {{{job}}} |
| Prerequisites | {{{prereq}}} |
| Location | {{{location}}} |
| Reward | {{{reward}}} |
Usage
Quest infobox. No ParserFunctions required. Plain {{{param}}} substitution only. Any parameter you do not use (for example image or level) is ignored, so no empty or broken rows appear.
{{Quest
| name = Extended Memo Slots
| type = Skill Quest
| job = Cardinal / Inquisitor
| prereq = {{#skill:27}} Lv. 4
| location = Prontera Cathedral
| reward = +3 Warp Portal /memo slots (6 total)
}}