Difference between revisions of "Template:JobPageHeader"

From NSV13
Jump to navigationJump to search
imported>Factoryman942
m
m (adds the in-game chat ranks to the job information. (I'll also run through the job pages themselves to fill it in))
Line 4: Line 4:
 
|-
 
|-
 
|width = 150 align=center bgcolor="{{{imagebgcolor|#cccccc}}}"|{{#if:{{{img_generic|}}}| [[File:{{{img_generic|{{{jobtitle}}}.png}}}|64px]] | }} {{#if:{{{img|}}}| [[File:{{{img|{{{jobtitle}}}.png}}}|64px]] | }} {{#if:{{{img|}}} | <br> | {{#if:{{{img_generic|}}} | <br> | }} }} '''{{{jobtitle|Job}}}'''
 
|width = 150 align=center bgcolor="{{{imagebgcolor|#cccccc}}}"|{{#if:{{{img_generic|}}}| [[File:{{{img_generic|{{{jobtitle}}}.png}}}|64px]] | }} {{#if:{{{img|}}}| [[File:{{{img|{{{jobtitle}}}.png}}}|64px]] | }} {{#if:{{{img|}}} | <br> | {{#if:{{{img_generic|}}} | <br> | }} }} '''{{{jobtitle|Job}}}'''
|'''Access:''' {{{access|Not defined}}}<br> {{#if:{{{additional|}}}|'''[[Terminology#Additional_Access | Additional Access]]:''' {{{additional|Not defined}}}<br>|}}'''Difficulty:''' {{{difficulty|Not defined}}}<br>'''Supervisors:''' {{{superior|Not defined}}}<br>'''Duties:''' {{{duties|Not defined}}}<br>'''Guides:''' {{{guides|Not defined}}} {{#if: {{{quote|}}} | <br>'''Quote:''' ''{{{quote}}}''}}
+
|'''Access:''' {{{access|Not defined}}}<br> {{#if:{{{additional|}}}|'''[[Terminology#Additional_Access | Additional Access]]:''' {{{additional|Not defined}}}<br>|}}'''Difficulty:''' {{{difficulty|Not defined}}}<br>'''Supervisors:''' {{{superior|Not defined}}}<br>'''Rank:''' {{{rank|Not defined}}}<br>'''Duties:''' {{{duties|Not defined}}}<br>'''Guides:''' {{{guides|Not defined}}} {{#if: {{{quote|}}} | <br>'''Quote:''' ''{{{quote}}}''}}
 
|}
 
|}
 
<noinclude></code>
 
<noinclude></code>
Line 34: Line 34:
 
|difficulty = Very hard
 
|difficulty = Very hard
 
|superior = Space Law and Nanotrasen Officials
 
|superior = Space Law and Nanotrasen Officials
 +
|rank = Captain ('''CPT''')
 
|duties = Command the ship, protect the nuke disk, stop revolutions, get killed for all mentioned before.
 
|duties = Command the ship, protect the nuke disk, stop revolutions, get killed for all mentioned before.
 
|guides = no separate guides
 
|guides = no separate guides
Line 52: Line 53:
 
|difficulty = Very hard
 
|difficulty = Very hard
 
|superior = Space Law and Nanotrasen Officials
 
|superior = Space Law and Nanotrasen Officials
 +
|rank = Captain ('''CPT''')
 
|duties = Command the ship, protect the nuke disk, stop revolutions, get killed for all mentioned before.
 
|duties = Command the ship, protect the nuke disk, stop revolutions, get killed for all mentioned before.
 
|guides = no separate guides
 
|guides = no separate guides
Line 69: Line 71:
 
|difficulty = Very hard
 
|difficulty = Very hard
 
|superior = Space Law and Nanotrasen Officials
 
|superior = Space Law and Nanotrasen Officials
 +
|rank = Captain ('''CPT''')
 
|duties = Command the ship, protect the nuke disk, stop revolutions, get killed for all mentioned before.
 
|duties = Command the ship, protect the nuke disk, stop revolutions, get killed for all mentioned before.
 
|guides = no separate guides
 
|guides = no separate guides
Line 87: Line 90:
 
|difficulty = Very hard
 
|difficulty = Very hard
 
|superior = Space Law and Nanotrasen Officials
 
|superior = Space Law and Nanotrasen Officials
 +
|rank = Captain ('''CPT''')
 
|duties = Command the ship, protect the nuke disk, stop revolutions, get killed for all mentioned before.
 
|duties = Command the ship, protect the nuke disk, stop revolutions, get killed for all mentioned before.
 
|guides = no separate guides
 
|guides = no separate guides

Revision as of 08:33, 20 September 2020

UNDEFINED STAFF
Job Access: Not defined
Difficulty: Not defined
Supervisors: Not defined
Rank: Not defined
Duties: Not defined
Guides: Not defined

This template is intended to be at the top of each of the jobs pages to provide a basic overview of each job.

Meaning of parameters

headerbgcolor is the background color of the upper part which spans the entire width of the screen. This should be a dark color.
headerfontcolor is the font color of the same part as headerbgcolor
stafftype is the word that is added before STAFF. So adding the word MAINTENANCE here yields MAINTENANCE STAFF. Intended to be in caps.
imagebgcolor is the background color of the space behind the image and the job title. this should be a light color as the job title is always black.
img is the in-action image file, without the "File:" or "Image:" prefix. (see examples below) img_generic is the generic image file, without the "File:" or "Image:" prefix. (see examples below) jobtitle, access, difficulty, guides and duties are self-explanatory. quote will only show if the parameter is specified

Usage

Example of the finished product. Check the source code for the code that generated the thing below. Please document any changes you make to the template code in the parameters and usage sections

No image defined:

COMMAND STAFF
Captain Access: All
Additional Access: N/A
Difficulty: Very hard
Supervisors: Space Law and Nanotrasen Officials
Rank: Captain (CPT)
Duties: Command the ship, protect the nuke disk, stop revolutions, get killed for all mentioned before.
Guides: no separate guides
Quote: Look at me, I am the captain now.


Only in-action image defined:

COMMAND STAFF
Captain action.png
Captain
Access: All
Additional Access: N/A
Difficulty: Very hard
Supervisors: Space Law and Nanotrasen Officials
Rank: Captain (CPT)
Duties: Command the ship, protect the nuke disk, stop revolutions, get killed for all mentioned before.
Guides: no separate guides


Only generic image defined:

COMMAND STAFF
Generic captain.png
Captain
Access: All
Additional Access: N/A
Difficulty: Very hard
Supervisors: Space Law and Nanotrasen Officials
Rank: Captain (CPT)
Duties: Command the ship, protect the nuke disk, stop revolutions, get killed for all mentioned before.
Guides: no separate guides


Both images defined:

COMMAND STAFF
Generic captain.png Captain action.png
Captain
Access: All
Additional Access: N/A
Difficulty: Very hard
Supervisors: Space Law and Nanotrasen Officials
Rank: Captain (CPT)
Duties: Command the ship, protect the nuke disk, stop revolutions, get killed for all mentioned before.
Guides: no separate guides