Шаблон:JobPageHeader: различия между версиями
imported>Kingfish (Undo revision 33208 by Mattroks101 (talk) borks the template for a lot of jobs, what's wrong with it anyways?) |
Rafnik (обсуждение | вклад) (Исправление бага импорта) Метка: wikieditor |
||
Строка 3: | Строка 3: | ||
|bgcolor="{{{headerbgcolor|#bbbbbb}}}" align="center" colspan=2|<font color="{{{headerfontcolor|#000000}}}">'''{{{stafftype|UNDEFINED}}} STAFF'''</font> | |bgcolor="{{{headerbgcolor|#bbbbbb}}}" align="center" colspan=2|<font color="{{{headerfontcolor|#000000}}}">'''{{{stafftype|UNDEFINED}}} STAFF'''</font> | ||
|- | |- | ||
|width = 150 align=center bgcolor="{{{imagebgcolor|#cccccc}}}" | |width = 150 align=center bgcolor="{{{imagebgcolor|#cccccc}}}"| [[File:{{{img_generic|{{{jobtitle}}}.png}}}|64px]] [[File:{{{img|{{{jobtitle}}}.png}}}|64px]] <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}}} | |'''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}}} | <br>'''Quote:''' ''{{{quote}}}''}} | ||
|} | |} | ||
<noinclude></code> | <noinclude></code> |
Версия от 18:23, 26 ноября 2023
UNDEFINED STAFF
[[File:{{{jobtitle}}}.png|64px]] [[File:{{{jobtitle}}}.png|64px]]
Job
Quote: {{{quote}}}}}
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.png Файл:Captain.png 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:
COMMAND STAFF | |
Файл:Captain.png 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: {{{quote}}}}} |
Only generic image defined:
COMMAND STAFF | |
Файл:Captain.png 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: {{{quote}}}}} |
Both images defined:
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: {{{quote}}}}} |