Difference between revisions of "Template:Infobox Job"
Jump to navigation
Jump to search
Njosefbeck (talk | contribs) |
Njosefbeck (talk | contribs) (Add auto-categorization to template) |
||
(5 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
<includeonly>{|class="infobox" | <includeonly>{|class="infobox" | ||
! colspan=2 class="novice-class-bg" | {{PAGENAME}} | ! colspan=2 class="{{#switch: {{{jobType}}} | Novice = novice | First = first | 2-1 | 2-2 = second | Expanded = expanded | no }}-class-bg" | {{PAGENAME}} [[Category:{{PAGENAME}}]] [[Category:Classes]] | ||
|- | |- | ||
| 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:''' | ||
| {{{jobBase}}} | | {{{jobBase}}} | ||
|- | |- | ||
Line 10: | Line 10: | ||
| {{{jobType}}} | | {{{jobType}}} | ||
|- | |- | ||
! colspan = 2 class="{{#switch: {{{jobType}}} | Novice = novice | First = first | 2-1 | 2-2 = second | Expanded = expanded | no }}-class-bg" | Job Bonuses | |||
|- | |- | ||
| ''' | | colspan = 2 | | ||
| {{{ | {| style="width:100%" | ||
| '''STR''' || '''AGI''' || '''VIT''' || '''INT''' || '''DEX''' || '''LUK''' | |||
|- | |||
| +{{{str}}} || +{{{agi}}} || +{{{vit}}} || +{{{int}}} || +{{{dex}}} || +{{{luk}}} | |||
|} | |||
|} | |||
</includeonly><noinclude>__NOTOC__ | |||
{|class="infobox" | |||
! colspan=2 class="no-class-bg" | <nowiki>{{PAGENAME}}</nowiki> | |||
|- | |- | ||
! colspan = 2 class=" | | colspan=2 style="text-align: center;" | {{#ifexist: Media:{{PAGENAME}}.png | [[Image:{{PAGENAME}}.png]] | [[Image:No_Job_Image.png]] }} | ||
|- style="text-align: left;" | |||
! style="width: 10em;" | '''Job Base:''' | |||
| {{{jobBase}}} | |||
|- | |||
| '''Job Type:''' | |||
| {{{jobType}}} | |||
|- | |||
! colspan = 2 class="no-class-bg" | Job Bonuses | |||
|- | |- | ||
| colspan = 2 | | | colspan = 2 | | ||
Line 25: | Line 40: | ||
|} | |} | ||
|} | |} | ||
== Description == | |||
Use this template on any class pages to ensure a consistent look and feel to those pages. | |||
== Usage == | |||
<pre> | |||
{{Infobox Job | {{Infobox Job | ||
|jobType= | |jobType= | ||
|jobBase= | |jobBase= | ||
|str=0 | |str=0 | ||
|agi=0 | |agi=0 | ||
Line 39: | Line 56: | ||
|luk=0 | |luk=0 | ||
}} | }} | ||
</pre> | |||
=== Fields === | |||
{| class="wikitable" | |||
! 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 [https://irowiki.org/wiki/Template:Infobox_Job this iROWiki template]. They have given us permission to use it, and we have modified it to serve our purposes. | |||
[[Category:Templates|Infobox Job]] | [[Category:Templates|Infobox Job]] | ||
</noinclude> | </noinclude> |
Latest revision as of 14:53, 8 May 2018
{{PAGENAME}} | |||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Job Base: | {{{jobBase}}} | ||||||||||||
Job Type: | {{{jobType}}} | ||||||||||||
Job Bonuses | |||||||||||||
|
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.