Difference between revisions of "Template:Infobox Instance"

From LeikaRO wiki
Jump to: navigation, search
(Created page with "{| class="infobox" style="max-width:400px;" ! colspan=2 style="background:#B9EAF4;" | {{PAGENAME}} |- | colspan=2 style="text-align:center;" | Image:{{{image}}}|frameless|30...")
 
 
(5 intermediate revisions by the same user not shown)
Line 2: Line 2:
 
! colspan=2 style="background:#B9EAF4;" | {{PAGENAME}}
 
! colspan=2 style="background:#B9EAF4;" | {{PAGENAME}}
 
|-
 
|-
| colspan=2 style="text-align:center;" | [[Image:{{{image}}}|frameless|300px]]
+
| colspan=2 style="text-align:center;" | [[Image:{{{image}}}|frameless|300px|link=|caption]]
 
|-
 
|-
 
! colspan=2 style="background:#B9EAF4;" | Information
 
! colspan=2 style="background:#B9EAF4;" | Information
 
|-
 
|-
| '''Level Range''':
+
| '''Level Range''': || {{{level}}}
 
|-
 
|-
| '''Party Requisites''':
+
| '''Party Requisites''': || {{{party}}}
 
|-
 
|-
| '''Quest Prerequisites''':
+
| '''Quest Prerequisites''': || {{{quest}}}
 
|-
 
|-
| '''Duration''':
+
| '''Duration''': || {{{duration}}}
 
|-
 
|-
| '''Cooldown''':
+
| '''Cooldown''': || {{{cooldown}}}
 
|} {{#switch: {{{type}}} | Instance = [[Category:Instances]] }}<noinclude>
 
|} {{#switch: {{{type}}} | Instance = [[Category:Instances]] }}<noinclude>
 
==Usage==
 
==Usage==
 
<pre>
 
<pre>
{{Infobox Field
+
{{Infobox Instance
|Level Range =  
+
|level =  
|Party Requisites =  
+
|party =  
|Quest Prerequisites =  
+
|quest =  
|Duration =  
+
|duration =  
|Cooldown =  
+
|cooldown =
 +
|image =
 
}}
 
}}
 
</pre>
 
</pre>
Line 31: Line 32:
 
! Name !! Description
 
! Name !! Description
 
|-
 
|-
| {{rh}} | Level Range || Level range to enter the instance.
+
| {{rh}} | level || Level range to enter the instance.
 
|-
 
|-
| {{rh}} | Party Requisites || Party setup required to enter the instance.
+
| {{rh}} | party || Party setup required to enter the instance.
 
|-
 
|-
| {{rh}} | Quest Prerequisites || Quests required to access the instance.
+
| {{rh}} | quest || Quests required to access the instance.
 
|-
 
|-
| {{rh}} | Duration || Timespan available to run the instance.
+
| {{rh}} | duration || Timespan available to run the instance.
 
|-
 
|-
| {{rh}} | Cooldown || The amount of time that must pass to enter the instance again.
+
| {{rh}} | cooldown || The amount of time that must pass to enter the instance again.
 +
|-
 +
| {{rh}} | image || The name image to be displayed in the navbox. Must include the file extension (.png, .jpg, etc.) of the image in the name.
 
|}
 
|}
 
</noinclude>
 
</noinclude>
 
<noinclude>[[Category:Templates]]</noinclude>
 
<noinclude>[[Category:Templates]]</noinclude>

Latest revision as of 03:46, 14 January 2017

Infobox Instance
[[Image:{{{image}}}|frameless|300px|link=|caption]]
Information
Level Range: {{{level}}}
Party Requisites: {{{party}}}
Quest Prerequisites: {{{quest}}}
Duration: {{{duration}}}
Cooldown: {{{cooldown}}}

Usage

{{Infobox Instance
|level = 
|party = 
|quest = 
|duration = 
|cooldown = 
|image =
}}

Fields

Name Description
level Level range to enter the instance.
party Party setup required to enter the instance.
quest Quests required to access the instance.
duration Timespan available to run the instance.
cooldown The amount of time that must pass to enter the instance again.
image The name image to be displayed in the navbox. Must include the file extension (.png, .jpg, etc.) of the image in the name.