Difference between revisions of "Template:Quest Info"

From XilePK - Ragnarok Online Server
Jump to navigation Jump to search
 
(48 intermediate revisions by the same user not shown)
Line 1: Line 1:
 +
<includeonly>
 +
<div style="border: 1px solid #aaaaaa; background-color: #E5E5E5; padding: 0.2em; float: right; width: 30em;">
 +
<table style="width:100%;">
 +
<tr>
 +
<th align="center" colspan="2" style="background:#A8B2BC; font-size:130%;">
 +
<img src="{{{icon|https://static.divine-pride.net/images/items/item/9078.png}}}" width="24" height="24" style="vertical-align:middle;" alt="Icon" /> {{PAGENAME}}
 +
</th>
 +
</tr>
 +
{{#if: {{{story|}}} |
 +
<tr>
 +
<td style="background:#f9f9f9; text-align: justify;" colspan="2">{{{story}}}</td>
 +
</tr>
 +
}}
 +
<tr>
 +
<th align="center" colspan="2" style="background:#D3D8DD;">Requirements</th>
 +
</tr>
 +
{{#if: {{{levelreq|}}} |
 +
<tr>
 +
<td style="background:#f9f9f9; width:40%;">'''Base Level:'''</td>
 +
<td style="background:#f9f9f9">{{{levelreq}}}</td>
 +
</tr>
 +
}}
 +
{{#if: {{{joblevelreq|}}} |
 +
<tr>
 +
<td style="background:#f9f9f9; width:40%;">'''Job Level:'''</td>
 +
<td style="background:#f9f9f9">{{{joblevelreq}}}</td>
 +
</tr>
 +
}}
 +
{{#if: {{{type|}}} |
 +
<tr>
 +
<td style="background:#f9f9f9; width:40%;">'''Type:'''</td>
 +
<td style="background:#f9f9f9">{{{type}}}</td>
 +
</tr>
 +
}}
 +
{{#if: {{{classreq|}}} |
 +
<tr>
 +
<td style="background:#f9f9f9; width:40%;">'''Class:'''</td>
 +
<td style="background:#f9f9f9">{{{classreq}}}</td>
 +
</tr>
 +
}}
 +
{{#if: {{{itemreq|}}} |
 +
<tr>
 +
<td style="background:#f9f9f9; width:40%;">'''Items:'''</td>
 +
<td style="background:#f9f9f9">{{{itemreq}}}</td>
 +
</tr>
 +
}}
 +
{{#if: {{{zenyreq|}}} |
 +
<tr>
 +
<td style="background:#f9f9f9; width:40%;">'''Zeny:'''</td>
 +
<td style="background:#f9f9f9">{{{zenyreq}}}</td>
 +
</tr>
 +
}}
 +
{{#if: {{{skillreq|}}} |
 +
<tr>
 +
<td style="background:#f9f9f9; width:40%;">'''Skill:'''</td>
 +
<td style="background:#f9f9f9">{{{skillreq}}}</td>
 +
</tr>
 +
}}
 +
{{#if: {{{questsreq|}}} |
 +
<tr>
 +
<td style="background:#f9f9f9; width:40%;">'''Previous Quests:'''</td>
 +
<td style="background:#f9f9f9">{{{questsreq}}}</td>
 +
</tr>
 +
}}
 +
{{#if: {{{hunting|}}} |
 +
<tr>
 +
<td style="background:#f9f9f9; width:40%;">'''Hunting:'''</td>
 +
<td style="background:#f9f9f9">{{{hunting}}}</td>
 +
</tr>
 +
}}
 +
{{#if: {{{npc|}}} |
 +
<tr>
 +
<td style="background:#f9f9f9; width:40%;">'''NPC:'''</td>
 +
<td style="background:#f9f9f9">{{{npc}}}</td>
 +
</tr>
 +
}}
 +
{{#if: {{{location|}}} |
 +
<tr>
 +
<td style="background:#f9f9f9; width:40%;">'''Location:'''</td>
 +
<td style="background:#f9f9f9">{{{location}}}</td>
 +
</tr>
 +
}}
 +
{{#if: {{{duration|}}} |
 +
<tr>
 +
<td style="background:#f9f9f9; width:40%;">'''Duration:'''</td>
 +
<td style="background:#f9f9f9">{{{duration}}}</td>
 +
</tr>
 +
}}
 +
{{#if: {{{cooldown|}}} |
 +
<tr>
 +
<td style="background:#f9f9f9; width:40%;">'''Cooldown:'''</td>
 +
<td style="background:#f9f9f9">{{{cooldown}}}</td>
 +
</tr>
 +
}}
 +
<tr>
 +
<th align="center" colspan="2" style="background:#D3D8DD;">Rewards</th>
 +
</tr>
 +
{{#if: {{{baseexpreward|}}} |
 +
<tr>
 +
<td style="background:#f9f9f9; width:40%;">'''Base EXP:'''</td>
 +
<td style="background:#f9f9f9">{{{baseexpreward}}}</td>
 +
</tr>
 +
}}
 +
{{#if: {{{jobexpreward|}}} |
 +
<tr>
 +
<td style="background:#f9f9f9; width:40%;">'''Job EXP:'''</td>
 +
<td style="background:#f9f9f9">{{{jobexpreward}}}</td>
 +
</tr>
 +
}}
 +
{{#if: {{{itemreward|}}} |
 +
<tr>
 +
<td style="background:#f9f9f9; width:40%;">'''Items:'''</td>
 +
<td style="background:#f9f9f9">{{{itemreward}}}</td>
 +
</tr>
 +
}}
 +
{{#if: {{{qreward|}}} |
 +
<tr>
 +
<td style="background:#f9f9f9; width:40%;">'''Reward:'''</td>
 +
<td style="background:#f9f9f9">{{{qreward}}}</td>
 +
</tr>
 +
}}
 +
{{#if: {{{instanceboss|}}} |
 +
<tr>
 +
<td style="background:#f9f9f9; width:40%;">'''Instance Boss:'''</td>
 +
<td style="background:#f9f9f9">{{{instanceboss}}}</td>
 +
</tr>
 +
}}
 +
</table>
 +
</div>
 +
 +
</includeonly>
 +
<noinclude>
 +
This template is used to standardize all Quest pages in the Wiki.
 +
 +
== Usage ==
 +
<pre>
 
{{Quest Info
 
{{Quest Info
| historia = A promessa de um poder inimaginável de um Arqueólogo experiente pode levar você para a MAIOR aventura que existe!
+
| icon = https://static.divine-pride.net/images/items/item/9078.png
| levelreq = 50
+
| story =  
| tipo = Normal
+
| levelreq =  
 +
| joblevelreq =
 +
| type =
 +
| classreq =  
 
| itemreq =  
 
| itemreq =  
{{item List|id=13033 |item=Arma nível 4|num=1|simple=yes}}
+
| zenyreq =  
| zenyreq = 100.000
+
| skillreq =  
| questsreq = [[Língua de Umbala]]<br>[[Teclas do Piano]]
+
| questsreq =  
| baseexpreward = 2.585.000
+
| hunting =  
| itemreward = {{item List|id=525 |item=Panaceia|num=3|simple=yes}}
+
| npc =  
{{item List|id=2644 |item=O Sinal|num=1|simple=yes}}
+
| location =  
| qreward = Acesso a Geffenia e<br>criação da {{item |id=12020 Água Amaldiçoada}}
+
| duration =  
 +
| cooldown =  
 +
| baseexpreward =  
 +
| jobexpreward =  
 +
| itemreward =  
 +
| qreward =  
 +
| instanceboss =  
 
}}
 
}}
 +
</pre>
 +
 +
<b>Suggested Icons:</b>
 +
* Normal Quest: https://static.divine-pride.net/images/items/item/9078.png
 +
* Class Quest: https://static.divine-pride.net/images/items/item/9097.png
 +
* Instance: https://static.divine-pride.net/images/items/item/9066.png
 +
* Event: https://static.divine-pride.net/images/items/item/7229.png
 +
 +
<b>Recommended format for items:</b>
 +
<pre>
 +
1x <img src="https://static.divine-pride.net/images/items/item/7005.png" width="24" height="24" alt="Item" /> <span class="plainlinks">[https://www.divine-pride.net/database/item/7005/skull Skull]</span><br>
 +
</pre>
 +
 +
[[Category:Templates]]
 +
</noinclude>

Latest revision as of 14:20, 8 April 2025


This template is used to standardize all Quest pages in the Wiki.

Usage

{{Quest Info
| icon = https://static.divine-pride.net/images/items/item/9078.png
| story = 
| levelreq = 
| joblevelreq = 
| type = 
| classreq = 
| itemreq = 
| zenyreq = 
| skillreq = 
| questsreq = 
| hunting = 
| npc = 
| location = 
| duration = 
| cooldown = 
| baseexpreward = 
| jobexpreward = 
| itemreward = 
| qreward = 
| instanceboss = 
}}

Suggested Icons:

  • Normal Quest: 9078.png
  • Class Quest: 9097.png
  • Instance: 9066.png
  • Event: 7229.png

Recommended format for items:

1x <img src="https://static.divine-pride.net/images/items/item/7005.png" width="24" height="24" alt="Item" /> <span class="plainlinks">[https://www.divine-pride.net/database/item/7005/skull Skull]</span><br>