Шаблон:JobPageHeader: различия между версиями
imported>RaMMfan Нет описания правки |
imported>Erement Нет описания правки |
||
Строка 4: | Строка 4: | ||
<div style="background: #{{{colour|777777}}}4e; width: 11em; height:inherit; float:left; margin-right: .5em;"><center><br>[[File:{{{img}}}]]<br>'''{{{jobtitle|Job}}}'''</center></div> | <div style="background: #{{{colour|777777}}}4e; width: 11em; height:inherit; float:left; margin-right: .5em;"><center><br>[[File:{{{img}}}]]<br>'''{{{jobtitle|Job}}}'''</center></div> | ||
<div style="float:left; padding: 0 .1em 0"> | <div style="float:left; padding: 0 .1em 0"> | ||
''' | '''Глава:''' {{{superior|Not defined}}} | ||
<br>''' | <br>'''Сложность:''' {{{difficulty|Not defined}}} | ||
<br>''' | <br>'''Руководства:''' {{{guides|Not defined}}} | ||
<br>''' | <br>'''Доступ:''' {{{access|Not defined}}} | ||
<br>''' | <br>'''Обязанности:''' {{{duties|Not defined}}} | ||
</div></div></div> | </div></div></div> | ||
<noinclude> | <noinclude> |
Версия от 09:18, 16 февраля 2020
[[File:{{{img}}}]]
Job
Глава: Not defined
Сложность: Not defined
Руководства: Not defined
Доступ: Not defined
Обязанности: 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
colour is the background color of the header. This will also set the image background colour automatically.
hcolour is the font colour for the header. It accepts plaintext colours only.
stafftype is the word that is added before STAFF. So adding the word MAINTENANCE here yields MAINTENANCE STAFF. Intended to be in caps.
img Sets the file without the need for the [[File:]] command. The extension and size modifier must still be specified.
jobtitle, access, difficulty, guides and duties are self-explanatory.
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