Difference between revisions of "Template:Class Window"

From TRO Wiki
Jump to navigation Jump to search
(Created page with "<includeonly>{| class="wikitable" style="float: right; margin-left: auto; width:200px; position:relative;" !style="background-color:#a3cdd2;" |[[File:{{{icon}}}.png]] {{{name}...")
 
 
(35 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
<includeonly>{| class="wikitable" style="float: right; margin-left: auto; width:200px; position:relative;"
 
<includeonly>{| class="wikitable" style="float: right; margin-left: auto; width:200px; position:relative;"
!style="background-color:#a3cdd2;" |[[File:{{{icon}}}.png]] {{{name}}}
+
!style="background-color:#a3cdd2;" | {{{name1}}}
 
|-
 
|-
 
!style="background-color:white" |
 
!style="background-color:white" |
 
[[File:{{{img1}}}.png|centre|frameless]]
{{#if: {{{img2}}}|
 
[[File:{{{img1}}}.png|centre|frameless]]<br>[[File:{{{img2}}}.png|centre|frameless]]|
 
[[File:{{{img1}}}.png|centre|frameless]]}}
 
 
|-
 
|-
  +
!style="background-color:#a3cdd2;" | {{{name2}}}
| colspan="2" |
 
  +
|-
{| class="wikitable" style="margin: auto; text-align:center;"
 
! colspan="6" style="background-color:#a3cdd2;" |Job Bonuses
+
!style="background-color:white" |
 
[[File:{{{img2}}}.png|centre|frameless]]
  +
|-
  +
!style="background-color:#a3cdd2;" | {{{name3}}}
  +
|-
  +
!style="background-color:white" |
  +
[[File:{{{img3}}}.png|centre|frameless]]
  +
|-
  +
!style="background-color:#a3cdd2;" | {{{name4}}}
  +
|-
  +
!style="background-color:white" |
  +
[[File:{{{img4}}}.png|centre|frameless]]
 
{| class="wikitable" style="margin: auto; text-align:center; width:200px;"
  +
! colspan="6" style="background-color:#a3cdd2;" |Stats Recommendations
 
|-
 
|-
 
|STR
 
|STR
Line 24: Line 35:
 
|{{{dex}}}
 
|{{{dex}}}
 
|{{{luk}}}
 
|{{{luk}}}
  +
|}
  +
  +
{| class="wikitable" style="margin: auto; margin-top:10px; text-align:center; width=200px;"
  +
! colspan="6" style="background-color:#a3cdd2;" |Trait Stats
  +
|-
  +
|POW
  +
|STA
  +
|WIS
  +
|SPL
  +
|CON
  +
|CRT
  +
|-
  +
|{{{pow}}}
  +
|{{{sta}}}
  +
|{{{wis}}}
  +
|{{{spl}}}
  +
|{{{con}}}
  +
|{{{crt}}}
 
|}
 
|}
 
|}</includeonly><noinclude>
 
|}</includeonly><noinclude>
Line 31: Line 60:
 
== Syntax ==
 
== Syntax ==
   
<code><nowiki>{{Class Window|icon=|name=|img1=|img2=|str=|agi=|vit=|int=|dex=|luk=}}</nowiki></code>
+
<code><nowiki>{{Class Window|icon=|name=|img1=|str=|agi=|vit=|int=|dex=|luk=}}</nowiki></code>
   
 
; Parameters
 
; Parameters
Line 38: Line 67:
 
; img1 : The base outfit of the class.
 
; img1 : The base outfit of the class.
 
; img2 : The alternative outfit of the class, if it has.
 
; img2 : The alternative outfit of the class, if it has.
; str : The STR job bonus of the class.
+
; str : The STR recommended stats of the class.
; agi : The AGI job bonus of the class.
+
; agi : The AGI recommended stats of the class.
; vit : The VIT job bonus of the class.
+
; vit : The VIT recommended stats of the class.
; int : The INT job bonus of the class.
+
; int : The INT recommended stats of the class.
; dex : The DEX job bonus of the class.
+
; dex : The DEX recommended stats of the class.
; luk : The LUK job bonus of the class.
+
; luk : The LUK recommended stats of the class.
  +
  +
Credit to NovaRO

Latest revision as of 04:20, 25 March 2023


Class Window is used to give basic information about a class.

Syntax

{{Class Window|icon=|name=|img1=|str=|agi=|vit=|int=|dex=|luk=}}

Parameters
icon
The name of image file that was uploaded to the wiki, the image needs to be a PNG.
name
The name of the class.
img1
The base outfit of the class.
img2
The alternative outfit of the class, if it has.
str
The STR recommended stats of the class.
agi
The AGI recommended stats of the class.
vit
The VIT recommended stats of the class.
int
The INT recommended stats of the class.
dex
The DEX recommended stats of the class.
luk
The LUK recommended stats of the class.

Credit to NovaRO