Difference between revisions of "Template:Infobox Job"

From TitanRO Wiki
Jump to navigation Jump to search
(Add default image to use when no job class image can be found)
Line 2: Line 2:
! colspan=2 class="{{#switch: {{{jobType}}} | Novice = novice | First = first | 2-1 | 2-2 = second | Expanded = expanded | no }}-class-bg" | {{PAGENAME}}
! colspan=2 class="{{#switch: {{{jobType}}} | Novice = novice | First = first | 2-1 | 2-2 = second | Expanded = expanded | no }}-class-bg" | {{PAGENAME}}
|-
|-
| colspan=2 style="text-align: center;" | [[Image:{{PAGENAME}}.png]]
| colspan=2 style="text-align: center;" | {{#ifexist: Media:{{PAGENAME}}.png | [[Image:{{PAGENAME}}.png]] | [[Image:No_Job_Image.png]] }}
|- style="text-align: left;"
|- style="text-align: left;"
! style="width: 10em;" | '''Job Base:'''
! style="width: 10em;" | '''Job Base:'''
Line 23: Line 23:
! colspan=2 class="no-class-bg" | <nowiki>{{PAGENAME}}</nowiki>
! colspan=2 class="no-class-bg" | <nowiki>{{PAGENAME}}</nowiki>
|-
|-
| colspan=2 style="text-align: center; color: red;" | Image:<nowiki>{{PAGENAME}}</nowiki>.png
| colspan=2 style="text-align: center;" | {{#ifexist: Media:{{PAGENAME}}.png | [[Image:{{PAGENAME}}.png]] | [[Image:No_Job_Image.png]] }}
|- style="text-align: left;"
|- style="text-align: left;"
! style="width: 10em;" | '''Job Base:'''
! style="width: 10em;" | '''Job Base:'''

Revision as of 14:49, 8 May 2018

{{PAGENAME}}
No Job Image.png
Job Base: {{{jobBase}}}
Job Type: {{{jobType}}}
Job Bonuses
STR AGI VIT INT DEX LUK
+{{{str}}} +{{{agi}}} +{{{vit}}} +{{{int}}} +{{{dex}}} +{{{luk}}}

Description

Use this template on any class pages to ensure a consistent look and feel to those pages.

Usage

{{Infobox Job
|jobType=
|jobBase=
|str=0
|agi=0
|vit=0
|int=0
|dex=0
|luk=0
}}

Fields

Field Description
jobBase The Job required to change into this Job (e.g. Mage on Sage's page, Novice on Archer's page). 'None' on Novice's page.
jobType The Job type (e.g. First, 2-1, 2-2, Expanded, etc.)
str The bonus to STR at the maximum Job Level for the Job Class.
agi The bonus to AGI at the maximum Job Level for the Job Class.
vit The bonus to VIT at the maximum Job Level for the Job Class.
int The bonus to INT at the maximum Job Level for the Job Class.
dex The bonus to DEX at the maximum Job Level for the Job Class.
luk The bonus to LUK at the maximum Job Level for the Job Class.

Credit

The original Infobox Job template comes from this iROWiki template. They have given us permission to use it, and we have modified it to serve our purposes.