Template: Instance: Difference between revisions

From KaiyouRO
Jump to: navigation, search
(Created page with "<includeonly><div style="float:left;"> {|style="text-align: center; margin:5%; " ! style="font-size:16px;" | {{{Name}}} |- |[[File:{{{Image}}}.png|link={{{Link}}}]] |- |{{{Desc}}} |- |<b>Level:</b> {{#ifeq: {{{Range}}}| < | <{{{Level}}} | {{{Level}}}+}} |- |<b>Cooldown:</b> {{{Cooldown}}} |- |[[{{{Link}}}|Guía]] |} </div></includeonly><noinclude> Instance is used to give quick information about an instance. == Syntax == <code><nowiki>{{Instance|Name=|Image=|Link=|De...")
 
No edit summary
 
(One intermediate revision by the same user not shown)
Line 7: Line 7:
|{{{Desc}}}
|{{{Desc}}}
|-
|-
|<b>Level:</b> {{#ifeq: {{{Range}}}| < | <{{{Level}}} | {{{Level}}}+}}
|<b>Nivel mínimo:</b> {{#ifeq: {{{Range}}}| < | <{{{Level}}} | {{{Level}}}+}}
|-
|-
|<b>Cooldown:</b> {{{Cooldown}}}
|<b>Cooldown:</b> {{{Cooldown}}}
Line 29: Line 29:
; Level : The minimum level required to enter the instance.
; Level : The minimum level required to enter the instance.
; Cooldown : The reset time of the instance.
; Cooldown : The reset time of the instance.
== Examples ==
Using <code><nowiki>{{Instance
|Name=Sealed Shrine
|Image=Instances06
|Level=75
|Cooldown=12 horas
|Desc=Lucha con el legendario {{monster |id=1929 Baphomet}}<br />y haz un {{item |id=5374 Gigantic Magestic Goat}}!
|Link=Sealed Shrine
}}</nowiki></code> will result into:
{{Instance
|Name=Sealed Shrine
|Image=Instances06
|Level=75
|Cooldown=12 horas
|Desc=Lucha con el legendario {{monster |id=1929 Baphomet}}<br />y haz un {{item |id=5374 Gigantic Magestic Goat}}!
|Link=Sealed Shrine
}}
<br clear="both">


</noinclude>
</noinclude>

Latest revision as of 03:16, 3 November 2022


Instance is used to give quick information about an instance.

Syntax

{{Instance|Name=|Image=|Link=|Desc=|Level=|Cooldown=}}

Parameters
Name
The name of the instance.
Image
The image that represents the instance, it should be uploaded as a PNG file and you do not need to specify the file type when using it.
Link
The name of the Wiki Page referent to the instance.
Desc
A quick introductory description about the instance.
Range
(Optional) If you want instead to add a upper limit, add a < with it.
Level
The minimum level required to enter the instance.
Cooldown
The reset time of the instance.