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

Материал из SS220 Paradise Wiki (SS13)
Перейти к навигации Перейти к поиску
imported>BOT Purple
Нет описания правки
м (Изменил настройки защиты для «Шаблон:Location» ([Редактирование=Разрешено только подтверждённым редакторам. За разрешением обратитесь по этой ссылке в дискорд: [http://discord.ss220.space], к @BOTpurple#7721] (бессрочно) [Переименование=Разрешено только подтверждённым редакторам. За разрешением обратитесь по этой ссылке в дискорд: [http://discord.ss220.space], к @BOTpurple#7721] (бессрочно)))
 
(не показаны 32 промежуточные версии 4 участников)
Строка 1: Строка 1:
<noinclude><code></noinclude>
<div style="margin: 1em 0 1em 0; background:#CCCCCC;  border-style:outset; border-width:.2em; border-color:#{{ColorPalette‎‎|{{{theme}}}|Secondary}}; border-radius:1em; padding: 1px; width:100%;">
{| class="wikitable" width="100%" cellpadding="2" cellspacing="0"
<div style="background:#{{ColorPalette‎‎|{{{theme}}}|Secondary}}; color:#{{ColorPalette‎‎|{{{theme}}}|Secondary Text}}; font-weight:bold; text-align:center; border-style:double; border-width:.2em; border-color:#{{ColorPalette‎‎|{{{theme}}}|Primary Bold}}; border-radius:.8em; margin: 0 0 .1em 0;"><center>'''{{{department|Не определен}}}'''</center></div>
| bgcolor="{{{headerbgcolor|#aaaaaa}}}" align="center" colspan=3 | {{Color|{{{headerfontcolor|#000000}}}|'''{{{department|Undefined}}} Area'''}}
<div style="padding: .15em 0 .15em; margin-bottom:.5em; overflow: auto; align-items: stretch; display: flex;">
|- style="font-weight: bold; text-align: center; background: {{{imagebgcolor|#bbbbbb}}};"
<div style="background:#{{ColorPalette‎‎|{{{theme}}}|Very Light}}; color:black; border-style:double; border-width:0.3em; border-color:#{{ColorPalette‎‎|{{{theme}}}|Tertiary}}; border-radius:.6em; box-shadow: 0 0 .3em #999; width:50%; margin-right: .5em; padding:.2em;">
| General
<center>'''Основная информация'''</center>
{{#if:{{{description|}}}|{{!}} Description|}}
<hr>
|- valign="top"
|
{|
{|
| '''Obvious exits:''' || {{{exits|Undefined.}}}
| '''Ближайшие локации:''' || {{{exits|Не определены.}}}
|-
|-
| '''Purpose:''' || {{{purpose|Undefined.}}}
| '''Назначение:''' || {{{purpose|Не определено.}}}
|-
|-
| '''Access level:''' || {{{access|Undefined.}}}
| '''Уровень доступа:''' || {{{access|Не определен.}}}
|-
|-
| '''Noteworthy contents:''' || {{{contents|Undefined.}}}
| '''Стоящие предметы:''' || {{{contents|Не определены.}}}
|-
|-
| '''Clearance:''' || {{{clearance|Undefined.}}}
| '''Допуск:''' || {{{clearance|Не определен.}}}
|-
|-
| '''Security level:''' || {{{sec_level|Undefined.}}}
| '''Уровень безопасности:''' || {{{sec_level|Не определен.}}}
|}
|}
{| class="wikitable" width="100%" style="text-align: center;"
</div>
|+
<div style="background:#{{ColorPalette‎‎|{{{theme}}}|Very Light}}; color:black;border-style:double; border-width:0.3em; border-color:#{{ColorPalette‎‎|{{{theme}}}|Tertiary}}; border-radius:.6em; box-shadow: 0 0 .3em #999; width:50%; margin-right: .5em; padding:.2em;">
| style="width: 150pt; center;" |{{{exits NW|North-West NW}}}
<center>'''Описание'''</center>
| style="width: 150pt; center;" |{{{exits N|North N}}}
<hr>
| style="width: 150pt; center;" |{{{exits NE|North-East NE}}}
{{{description|}}}
|-
</div>
| style="width: 150pt; center;" |{{{exits W|West W}}}
</div>
| style="width: 64pt; center;" |[[Файл:CenterLocation.png|центр|безрамки|64x64пкс]]
{{#if:{{{image|}}}|<div style="overflow:auto; overflow-x:auto; max-height:40em; width:100%;"> [[File:{{{image}}}|center]]</div>|}}
| style="width: 150pt; center;" |{{{exits E|East E}}}
</div>
|-
{{Locations|station={{{station}}}}}
| style="width: 150pt; center;" |{{{exits SW|South-West SW}}}
<includeonly>[[Категория:Локации]]</includeonly>
| style="width: 150pt; center;" |{{{exits S|South S}}}
<noinclude>[[Категория:ШаблоныЛокаций]]</noinclude>
| style="width: 150pt; center;" |{{{exits SE|South-East SE}}}
|}
{{#if:{{{description|}}}|{{!}} {{{description}}}|}}
{{#if:{{{image|}}}|{{!}}- style="background: {{{imagebgcolor|#bbbbbb}}};"|}}
{{#if:{{{image|}}}|{{!}} colspan={{#if:{{{description|}}}|3|2}} {{!}} [[File:{{{image}}}|center|link={{{big_image|File:{{{image}}}}}}|caption={{{name|}}}]]|}}
|}
 
[[Category:locations]]<noinclude></code>
 
This template is intended to be at the top of each of the location pages to provide a basic overview of each location.
 
== Usage ==
Example of the finished product. Please document any changes you make to the template code in the parameters and usage sections
    <nowiki>{{Template:Location</nowiki>
    <nowiki>| headerbgcolor = darkblue</nowiki>
    <nowiki>| headerfontcolor = white</nowiki>
    <nowiki>| imagebgcolor = lightblue</nowiki>
    <nowiki>| department = General</nowiki>
    <nowiki>| name = Mint and Mint Vault</nowiki>
    <nowiki>| image = Mint.png</nowiki>
    <nowiki>| big_image = Burger.png</nowiki>
    <nowiki>| exits = Hallway north, [[Maintenance|maintenance]] south, [[Maintenance|maintenance]] east</nowiki>
    <nowiki>| purpose = Production and storage of coins</nowiki>
    <nowiki>| access = Mint for reception desks and loading area, Mint vault for vault</nowiki>
    <nowiki>| contents = Coin press, Some coins</nowiki>
    <nowiki>| clearance = [[Captain]], [[Head of Personnel]], [[Quartermaster]], [[Shaft Miner]], [[Chief Engineer]]</nowiki>
    <nowiki>| description = A semi-protected room, accessible from the south and east from [[Maintenance|maintenance]] and from the Hallways in the north. Modeled to look like a bank, it is intended to store money and other valuables. Its vault is a lot less protected than the [[Vault| main vault]] though.</nowiki>
    <nowiki>| sec_level = Medium to High</nowiki>
    <nowiki>}}</nowiki>
 
... yields:
 
{{Template:Location
| headerbgcolor = darkblue
| headerfontcolor = white
| imagebgcolor = lightblue
| department = General
| name = Mint and Mint Vault
| image = Mint.png
| big_image =
| exits = Hallway north, [[Maintenance|maintenance]] south, [[Maintenance|maintenance]] east
| purpose = Production and storage of coins
| access = Mint for reception desks and loading area, Mint vault for vault
| contents = Coin press, Some coins
| clearance = [[Captain]], [[Head of Personnel]], [[Quartermaster]], [[Shaft Miner]], [[Chief Engineer]]
| description = A semi-protected room, accessible from the south and east from [[Maintenance|maintenance]] and from the hallways in the north. Modeled to look like a bank, it is intended to store money and other valuables. Its vault is a lot less protected than the [[Vault| main vault]] though.
| sec_level = Medium to High
}}
 
And with no image defined:
 
{{Template:Location
| headerbgcolor = darkblue
| headerfontcolor = white
| imagebgcolor = lightblue
| department = General
| name = Mint and Mint Vault
| image = Mint.png
| exits = Hallway north, [[Maintenance|maintenance]] south, [[Maintenance|maintenance]] east
| purpose = Production and storage of coins
| access = Mint for reception desks and loading area, Mint vault for vault
| contents = Coin press, Some coins
| clearance = [[Captain]], [[Head of Personnel]], [[Quartermaster]], [[Shaft Miner]], [[Chief Engineer]]
| description = A semi-protected room, accessible from the south and east from [[Maintenance|maintenance]] and from the main hallway in the north. Modeled to look like a bank, it is intended to store money and other valuables. Its vault is a lot less protected than the [[Vault| main vault]] though.
| sec_level = Medium to High
}}
 
[[Category:Templates]]</noinclude>

Текущая версия от 19:13, 6 мая 2023

Не определен
Основная информация

Ближайшие локации: Не определены.
Назначение: Не определено.
Уровень доступа: Не определен.
Стоящие предметы: Не определены.
Допуск: Не определен.
Уровень безопасности: Не определен.
Описание

Локации исследовательской станции Nanotrasen «Кибериада»
Jobstemp.png
Jobstemp.png
Отдел службы безопасности:
Secflag.png
Secflag.png
SecurityHeader.png
Командование станции:
NTflag.png
NTflag.png
CommandHeader.png
Гараж охранного челнока
Гардероб службы безопасности
Допросная
Зал суда
Каторга
КПП СБ (Отбытие)
КПП СБ (Прибытие)
Лазарет
Оружейная кода Гамма
Офис АВД
Офис ГСБ
Офис детектива
Офис магистрата
Офис службы безопасности
Офис смотрителя
Пермабриг
Процедурная
Тюремные камеры
Укреплённая оружейная

Склад ВКД
Врата
Загрузочная ИИ
Каюта Капитана
Мостик
Офис главы персонала
Спутник ИИ
Офис офицера "Блюшилд"
Офис представителя NT
Конференц-зал
Телекоммуникации
Телепортерная
Хранилище
Центральное командование

Медицинский отдел:
Medflag.png
Medflag.png
MedicalHeader.png
Исследования и разработки:
Robotflag.gif
Robotflag.gif
ScienceHeader.png
Сервисные локации:
Clownflag.png
Clownflag.png
ServiceHeader.png
Отдел поставок:
Cargoflag.png
Cargoflag.png
SupplyHeader.png
Инженерный отдел:
Atmosflag.png
Atmosflag.png
EngineeringHeader.png
Основные локации:
Civflag.png
Civflag.png
CivilianHeader.png
Технические туннели:

Космос: