Template:JobPageHeader
Revision as of 19:34, 24 April 2020 by Helpful Herbert (talk | contribs) (Added includeonly-tags. Minor update and rewrite of documentation.)
About
This template is intended to be at the top of each of the jobs pages like the Station Engineer to provide a basic overview of each job.
Parameter-Usage
Parameter | Default | Description |
---|---|---|
headerbgcolor | #bbbbbb | Background-color of the upper part which spans the entire width of the screen. This should be a dark color. |
headerfontcolor | #000000 | Font-color of the same part as headerbgcolor. |
stafftype | UNDEFINED | Word that is added before STAFF. So adding the word MAINTENANCE here yields MAINTENANCE STAFF. Intended to be in caps. |
imagebgcolor | #cccccc | 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 | In-action image file, without the "File:" or "Image:" prefix. | |
img_generic | Generic image file, without the "File:" or "Image:" prefix. | |
jobtitle | Job | Official name of the role/job |
access | Not defined | Access of the role |
additional | Not defined | Additional access granted to the role |
difficulty | Not defined | Short comment on average difficulty to be excepted |
guides | Not defined | List of links to relevant guides |
duties | Not defined | A short list of the most important things to do |
quote | (Optional), shows a quote when specified |
Examples
Bare
{{JobPageHeader}}
UNDEFINED STAFF | |
Job | Access: Not defined Additional Access: Not defined Difficulty: Not defined Supervisors: Not defined Duties: Not defined Guides: Not defined |
No image defined
{{JobPageHeader |headerbgcolor = darkblue |headerfontcolor = white |stafftype = COMMAND |imagebgcolor = lightblue |jobtitle = Captain |access = All |additional = N/A |difficulty = Very hard |superior = Space Law and Nanotrasen Officials |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. }}
COMMAND STAFF | |
Captain | Access: All Additional Access: N/A Difficulty: Very hard Supervisors: Space Law and Nanotrasen Officials 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
{{JobPageHeader |headerbgcolor = darkblue |headerfontcolor = white |stafftype = COMMAND |imagebgcolor = lightblue |img = Captain_action.png |jobtitle = Captain |access = All |additional = N/A |difficulty = Very hard |superior = Space Law and Nanotrasen Officials |duties = Command the ship, protect the nuke disk, stop revolutions, get killed for all mentioned before. |guides = no separate guides }}
COMMAND STAFF | |
Captain |
Access: All Additional Access: N/A Difficulty: Very hard Supervisors: Space Law and Nanotrasen Officials Duties: Command the ship, protect the nuke disk, stop revolutions, get killed for all mentioned before. Guides: no separate guides |
Only generic image defined
{{JobPageHeader |headerbgcolor = darkblue |headerfontcolor = white |stafftype = COMMAND |imagebgcolor = lightblue |img_generic = Generic_captain.png |jobtitle = Captain |access = All |additional = N/A |difficulty = Very hard |superior = Space Law and Nanotrasen Officials |duties = Command the ship, protect the nuke disk, stop revolutions, get killed for all mentioned before. |guides = no separate guides }}
COMMAND STAFF | |
Captain |
Access: All Additional Access: N/A Difficulty: Very hard Supervisors: Space Law and Nanotrasen Officials Duties: Command the ship, protect the nuke disk, stop revolutions, get killed for all mentioned before. Guides: no separate guides |
Both images defined
{{JobPageHeader |headerbgcolor = darkblue |headerfontcolor = white |stafftype = COMMAND |imagebgcolor = lightblue |img = Captain_action.png |img_generic = Generic_captain.png |jobtitle = Captain |access = All |additional = N/A |difficulty = Very hard |superior = Space Law and Nanotrasen Officials |duties = Command the ship, protect the nuke disk, stop revolutions, get killed for all mentioned before. |guides = no separate guides }}
COMMAND STAFF | |
Captain |
Access: All Additional Access: N/A Difficulty: Very hard Supervisors: Space Law and Nanotrasen Officials Duties: Command the ship, protect the nuke disk, stop revolutions, get killed for all mentioned before. Guides: no separate guides |