Repeatable: Difference between revisions

From VanRO Ragnarok Online
m (1 revision: Reloading)
 
(added specific time resets)
Line 1: Line 1:
<includeonly>
<includeonly><div class="messagebox cleanup metadata">
<div class="messagebox cleanup metadata">
{| style="background:none; border-spacing:0px;"
{| style="background:none; border-spacing:0px;margin:0 auto;"
|style="align:center; width:40px; border: none;"| [[Image:I_CounterKickStance.png|40px|left]]  
|style="align:center; width:40px; border: none;"| [[Image:Prepare Counter Kick.png|40px|left]]  
|style="border:none"|  <center>'''This quest or instance can be repeated.'''</center>
|style="border:none"|  <center>'''{{{message|This quest or instance can be repeated.}}}'''</center>
{{#if:{{{cooldown|}}}|<center><font color="#008B8B">This quest or instance has a {{{cooldown}}} cooldown period.</font></center>}}
{{{cooldown|}}}
{{#if:{{{reset|}}}|<center><font color="#008B8B">This quest or instance's cooldown ends at {{{reset}}} server time.</font></center>}}
{{#if:{{{partial|}}}|<center><font color="#8B3A3A">Only a portion of this quest can be repeated.</font></center>}}
|}
|}
</div>
</div>
[[Category:Repeatable Quests]]</includeonly><noinclude>
{{#ifeq: {{FULLPAGENAME}} | Template:Repeatable | | [[Category:Repeatable Quests]] }}</includeonly><noinclude>
{{Usage|1= The purpose of this template is to mark a quest or instance as being repeatable and denote how long a cooldown period it has, as well as if all or only part of the quest can be repeated. }}
==Description==
The purpose of this template is to mark a quest or instance as being repeatable and denote how long a cooldown period it has, as well as if all or only part of the quest can be repeated.


<pre>
====Usage====
{{Repeatable
|message = This quest or instance can be repeated.
|cooldown = <center><font color="#008B8B">This quest or instance has a 3 Day cooldown period.</font></center>
}}
</pre>


=== Obligatory Fields ===
{| class="wikitable"
{| class="wikitable"
! Field !! Description !!  
! Usage !! Output
|-
|-
  | message || The message to be displayed for repeatable quests. ||  
| <nowiki>{{Repeatable}}</nowiki> ||  {{Repeatable}}
|-
|-
  | cooldown || Denotes how long the cooldown period is, if any. Remove this field if there is none. ||  
| <nowiki>{{Repeatable|cooldown=24 Hour}}</nowiki> ||  {{Repeatable|cooldown=24 Hour}}
|-
  | <nowiki>{{Repeatable|reset=12:00AM}}</nowiki> || {{Repeatable|reset=12:00AM}}
|-
  | <nowiki>{{Repeatable|partial=yes}}</nowiki> || {{Repeatable|partial=yes}}
|}
|}


[[Category:Templates|{{PAGENAME}}]]
[[Category:Templates|Repeatable]]
</noinclude>
</noinclude>

Revision as of 20:45, 5 October 2017

Description

The purpose of this template is to mark a quest or instance as being repeatable and denote how long a cooldown period it has, as well as if all or only part of the quest can be repeated.

Usage

Usage Output
{{Repeatable}} Template:Repeatable
{{Repeatable|cooldown=24 Hour}} Template:Repeatable
{{Repeatable|reset=12:00AM}} Template:Repeatable
{{Repeatable|partial=yes}} Template:Repeatable