Шаблон:JobPageHeader: различия между версиями

Материал из Tau Ceti Station Wiki
Перейти к навигации Перейти к поиску
Строка 7: Строка 7:
|}
|}
<noinclude></code>
<noinclude></code>
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.<br>
<pre><code>{{JobPageHeader
'''headerfontcolor''' is the font color of the same part as headerbgcolor<br>
|headerbgcolor = darkblue (цвет заголовка)
'''stafftype''' is the word that is added before STAFF. So adding the word MAINTENANCE here yields MAINTENANCE STAFF. Intended to be in caps.<br>
|headerfontcolor = white (цвет текста в заголовке)
'''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.<br>
|stafftype = Глава (тип роли)
'''img''' is the in-action image file, without the "File:" or "Image:" prefix. (see examples below)
|imagebgcolor = lightblue (цвет под картинкой и названием роли)
'''img_generic''' is the generic image file, without the "File:" or "Image:" prefix. (see examples below)
|img_generic = Generic_captain.png (картинка роли)
'''jobtitle, access, difficulty, guides and duties''' are self-explanatory.
|jobtitle = Капитан (название роли)
 
|access = Полный (доступ)
== Usage ==
|difficulty = Очень сложно (сложность)
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
|superior = Space Law и Nanotrasen Officials (начальство, руководство к действию)
 
|duties = Коммандовать кораблем, защищать ядерный диск, останавливать революции, убить всех, кто угрожает станции. (задачи)
No image defined:
|guides = нет отдельных гайдов (ссылки на гайды)
 
}}</code></pre>
{{JobPageHeader
|headerbgcolor = darkblue
|headerfontcolor = white
|stafftype = COMMAND
|imagebgcolor = lightblue
|jobtitle = Captain
|access = All
|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
}}
 
Only in-action image defined:
 
{{JobPageHeader
|headerbgcolor = darkblue
|headerfontcolor = white
|stafftype = COMMAND
|imagebgcolor = lightblue
|img = Captain.png
|jobtitle = Captain
|access = All
|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
}}
 
Only generic image defined:
 
{{JobPageHeader
|headerbgcolor = darkblue
|headerfontcolor = white
|stafftype = COMMAND
|imagebgcolor = lightblue
|img_generic = Generic_captain.png
|jobtitle = Captain
|access = All
|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
}}
 
Both images defined:


{{JobPageHeader
{{JobPageHeader
|headerbgcolor = darkblue
|headerbgcolor = darkblue  
|headerfontcolor = white
|headerfontcolor = white  
|stafftype = COMMAND
|stafftype = Глава
|imagebgcolor = lightblue
|imagebgcolor = lightblue
|img = Captain.png
|img_generic = Generic_captain.png  
|img_generic = Generic_captain.png
|jobtitle = Капитан
|jobtitle = Captain
|access = Полный
|access = All
|difficulty = Очень сложно
|difficulty = Very hard
|superior = Space Law и Nanotrasen Officials  
|superior = Space Law and Nanotrasen Officials
|duties = Коммандовать кораблем, защищать ядерный диск, останавливать революции, убить всех, кто угрожает станции.  
|duties = Command the ship, protect the nuke disk, stop revolutions, get killed for all mentioned before.
|guides = нет отдельных гайдов
|guides = no separate guides
}}
}}


[[Category:Templates]]
[[Category:Templates]]
</noinclude>
</noinclude>

Версия 10:21, 11 января 2013

Класс сотрудника
Job Доступ: Отсеки, к которым есть доступ у данной профессии
Сложность: Сложность профессии
Начальство: Вышестоящие лица, которые могут давать непосредственные приказы
Задачи: Задачи данной профессии
Гайды: Список гайдов для данной профессии

Используйте этот шаблон в шапке страниц профессий.

Использование

Ниже представлен готовый фрагмент кода и его внешний вид.

<code>{{JobPageHeader
|headerbgcolor = darkblue (цвет заголовка)
|headerfontcolor = white (цвет текста в заголовке)
|stafftype = Глава (тип роли)
|imagebgcolor = lightblue (цвет под картинкой и названием роли)
|img_generic = Generic_captain.png (картинка роли)
|jobtitle = Капитан (название роли)
|access = Полный (доступ)
|difficulty = Очень сложно (сложность)
|superior = Space Law и Nanotrasen Officials (начальство, руководство к действию)
|duties = Коммандовать кораблем, защищать ядерный диск, останавливать революции, убить всех, кто угрожает станции. (задачи)
|guides = нет отдельных гайдов (ссылки на гайды)
}}</code>
Глава
Файл:Generic captain.png
Капитан
Доступ: Полный
Сложность: Очень сложно
Начальство: Space Law и Nanotrasen Officials
Задачи: Коммандовать кораблем, защищать ядерный диск, останавливать революции, убить всех, кто угрожает станции.
Гайды: нет отдельных гайдов