Template:Class Window: Difference between revisions
From trifecta
Jump to navigationJump to search
imported>Cypherusuh Created page with "<includeonly>{| class="wikitable" style="float: right; margin-left: auto; width:200px; position:relative;" !style="background-color:#a3cdd2;" |[[File:{{{icon}}}.png]] {{{name}..." |
imported>Cypherusuh No edit summary |
||
| (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;" | | !style="background-color:#a3cdd2;" | {{{name1}}} | ||
|- | |- | ||
!style="background-color:white" | | !style="background-color:white" | | ||
[[File:{{{img1}}}.png|centre|frameless]] | |||
[[File:{{{img1}}}.png|centre|frameless]] | |||
|- | |- | ||
| | !style="background-color:#a3cdd2;" | {{{name2}}} | ||
{| class="wikitable" style="margin: auto; text-align:center;" | |- | ||
! colspan="6" style="background-color:#a3cdd2;" | | !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 | <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 | ; str : The STR recommended stats of the class. | ||
; agi : The AGI | ; agi : The AGI recommended stats of the class. | ||
; vit : The VIT | ; vit : The VIT recommended stats of the class. | ||
; int : The INT | ; int : The INT recommended stats of the class. | ||
; dex : The DEX | ; dex : The DEX recommended stats of the class. | ||
; luk : The LUK | ; 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