Diferencia entre revisiones de «Plantilla:Instance»
Ir a la navegación
Ir a la búsqueda
(Página creada con «<includeonly><div style="float:left;"> {|style="text-align: center; margin:5%; " ! style="font-size:16px;" | {{{Name}}} |- |[[File:{{{Image}}}.png|link={{{Link}}}]] |- |{{…») |
|||
Línea 3: | Línea 3: | ||
! style="font-size:16px;" | {{{Name}}} | ! style="font-size:16px;" | {{{Name}}} | ||
|- | |- | ||
|[[File:{{{Image | |[[File:{{{Image}}]] | ||
|- | |- | ||
|{{{Desc}}} | |{{{Desc}}} | ||
|- | |- | ||
|<b> | |<b>Nivel Requerido:</b> {{#ifeq: {{{Range}}}| < | <{{{Level}}} | {{{Level}}}+}} | ||
|- | |- | ||
|<b>Cooldown:</b> {{{Cooldown}}} | |<b>Cooldown:</b> {{{Cooldown}}} | ||
|- | |- | ||
|[[{{{Link}}}| | |[[{{{Link}}}|Detalles]] | ||
|} | |} | ||
</div></includeonly><noinclude> | </div></includeonly><noinclude> |
Revisión del 21:25 15 nov 2021
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.
Examples
Using {{Instance|Name=Cor Mission|Image=InstanceCor|Level=110|Cooldown=Resets at 12 AM.|Desc=Defeat Elyumina's<br>magnum opus, EL1-A17T!|Link=Cor Mission}}
will result into:
Cor Mission |
---|
[[File:{Plantilla:Image]] |
Defeat Elyumina's magnum opus, EL1-A17T! |
< | <110 | 110+}} |
Cooldown: Resets at 12 AM. |
Detalles |
Using {{Instance|Name=This Looks Cool|Image=Instance09|Range=<|Level=100|Cooldown=Resets at 6 AM.|Desc=Bring back some cards!!|Link=Cor Mission}}
will result into:
This Looks Cool |
---|
[[File:{Plantilla:Image]] |
Bring back some cards!! |
< | <100 | 100+}} |
Cooldown: Resets at 6 AM. |
Detalles |