Template:Quest: Difference between revisions

From MuhRO
Jump to navigation Jump to search
Muhgms (talk | contribs)
Created page with "<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> {{#if:{{{image|}}}|<tr><td colspan="2" style="text-align:center;">[[File:{{{image}}}{{!}}250px]]</td></tr>}} {{#if:{{{type|}}}|<tr><th style="text-align:left;">Type</th><td>{{{type}}}</td></tr>}} {{#if:{{{job|}}}|<tr><th style="text-align:left;">Job</th><td>{{{job}}}</td></tr>}} {{#if:{{{level|}}}|..."
 
Muhgms (talk | contribs)
No edit summary
Line 1: Line 1:
<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>
{{#if:{{{image|}}}|<tr><td colspan="2" style="text-align:center;">[[File:{{{image}}}{{!}}250px]]</td></tr>}}
{{#if:{{{type|}}}|<tr><th style="text-align:left;">Type</th><td>{{{type}}}</td></tr>}}
{{#if:{{{job|}}}|<tr><th style="text-align:left;">Job</th><td>{{{job}}}</td></tr>}}
{{#if:{{{level|}}}|<tr><th style="text-align:left;">Level</th><td>{{{level}}}</td></tr>}}
{{#if:{{{prereq|}}}|<tr><th style="text-align:left;">Prerequisites</th><td>{{{prereq}}}</td></tr>}}
{{#if:{{{location|}}}|<tr><th style="text-align:left;">Location</th><td>{{{location}}}</td></tr>}}
{{#if:{{{reward|}}}|<tr><th style="text-align:left;">Reward</th><td>{{{reward}}}</td></tr>}}
</table><noinclude>
== Usage ==
== Usage ==
Infobox for quest pages. All parameters are optional. Rows with no value are hidden. If 'name' is omitted the page name is used.
Infobox for quest pages. All parameters are optional. Rows with no value are hidden. If 'name' is omitted the page name is used.

Revision as of 06:29, 2 July 2026

Usage

Infobox for quest pages. All parameters are optional. Rows with no value are hidden. If 'name' is omitted the page name is used.

{{Quest
| name     = Extended Memo Slots
| image    = example.png
| type     = Skill Quest
| level    =
| job      = Cardinal / Inquisitor
| prereq   = {{#skill:27}} Lv. 4
| location = Prontera Cathedral
| reward   = +3 Warp Portal /memo slots (6 total)
}}