Template:JobPageHeader: Difference between revisions
Moving quotes into the template. This may or may not break horribly.
imported>Steelpoint (Undo revision 13981 by Steelpoint (talk)) |
imported>Atlanta-Ned (Moving quotes into the template. This may or may not break horribly.) |
||
Line 4: | Line 4: | ||
|- | |- | ||
|width = 150 align=center bgcolor="{{{imagebgcolor|#cccccc}}}"|{{#if:{{{img_generic|}}}| [[File:{{{img_generic|{{{jobtitle}}}.png}}}|50px]] | }} {{#if:{{{img|}}}| [[File:{{{img|{{{jobtitle}}}.png}}}|50px]] | }} {{#if:{{{img|}}} | <br> | {{#if:{{{img_generic|}}} | <br> | }} }} '''{{{jobtitle|Job}}}''' | |width = 150 align=center bgcolor="{{{imagebgcolor|#cccccc}}}"|{{#if:{{{img_generic|}}}| [[File:{{{img_generic|{{{jobtitle}}}.png}}}|50px]] | }} {{#if:{{{img|}}}| [[File:{{{img|{{{jobtitle}}}.png}}}|50px]] | }} {{#if:{{{img|}}} | <br> | {{#if:{{{img_generic|}}} | <br> | }} }} '''{{{jobtitle|Job}}}''' | ||
|'''Access:''' {{{access|Not defined}}}<br>'''[[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>'''[[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}}}'' | }} | ||
|} | |} | ||
<noinclude></code> | <noinclude></code> | ||
Line 17: | Line 17: | ||
'''img''' is the in-action image file, without the "File:" or "Image:" prefix. (see examples below) | '''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) | '''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. | '''jobtitle, access, difficulty, guides and duties''' are self-explanatory. '''quote''' will only show if the parameter is specified | ||
== Usage == | == Usage == | ||
Line 36: | Line 36: | ||
|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 | ||
|quote = Look at me, I am the captain now. | |||
}} | }} | ||