Шаблон:ServerStatus: различия между версиями
Материал из Space Station 14 Вики
Kerisar (обсуждение | вклад) мНет описания правки |
Kerisar (обсуждение | вклад) мНет описания правки |
||
Строка 1: | Строка 1: | ||
<div class="serverStatusFrame" style="border: 2px solid rgba(255, 255, 255, 0.2); border-radius: 8px; padding: 8px; background-color: rgba(66, 66, 66, 0.9); flex: 1 1 calc(25% - 10px); margin-bottom: 10px;"> | <div class="serverStatusFrame" style="border: 2px solid rgba(255, 255, 255, 0.2); border-radius: 8px; padding: 8px; background-color: rgba(66, 66, 66, 0.9); flex: 1 1 calc(25% - 10px); margin-bottom: 10px;"> | ||
<div class="serverName"> | <div class="serverName"> | ||
<p class="serverTitle" style="font-size: 20px; font-weight: bold; color: #ffffff; text-align: center;">{{{serverName}}}</p> | <p class="serverTitle" style="font-size: 20px; font-weight: bold; color: #ffffff; text-align: center;">{{{serverName|'-'}}}</p> | ||
<hr style="border: 2px solid rgba(200, 200, 200, 0.5); margin: 5px 0;"> | <hr style="border: 2px solid rgba(200, 200, 200, 0.5); margin: 5px 0;"> | ||
</div> | </div> | ||
Строка 7: | Строка 7: | ||
<div class="serverInfoRound" style="margin-bottom: 5px;"> | <div class="serverInfoRound" style="margin-bottom: 5px;"> | ||
<div style="font-weight: bold; color: #ffffff;">Раунд</div> | <div style="font-weight: bold; color: #ffffff;">Раунд</div> | ||
<div class="serverInfoRoundSet" style="font-size: 16px; color: #ffffff;">#{{{round}}}</div> | <div class="serverInfoRoundSet" style="font-size: 16px; color: #ffffff;">#{{{round|'-'}}}</div> | ||
</div> | </div> | ||
<div class="serverStatus" style="margin-bottom: 5px;"> | <div class="serverStatus" style="margin-bottom: 5px;"> | ||
<div style="font-weight: bold; color: #ffffff;">Статус</div> | <div style="font-weight: bold; color: #ffffff;">Статус</div> | ||
<div class="serverStatusSet" style="font-size: 16px; color: #ffffff;">{{#switch: {{{status}}} | 0 = Лобби | 1 = Раунд идёт | 2 = Завершение | #default = Неизвестное состояние }}</div> | <div class="serverStatusSet" style="font-size: 16px; color: #ffffff;">{{#switch: {{{status|'-'}}} | 0 = Лобби | 1 = Раунд идёт | 2 = Завершение | #default = Неизвестное состояние }}</div> | ||
</div> | </div> | ||
<div class="serverMap" style="margin-bottom: 5px;"> | <div class="serverMap" style="margin-bottom: 5px;"> | ||
<div style="font-weight: bold; color: #ffffff;">Карта</div> | <div style="font-weight: bold; color: #ffffff;">Карта</div> | ||
<div class="serverMapSet" style="font-size: 16px; color: #ffffff;">{{{map}}}</div> | <div class="serverMapSet" style="font-size: 16px; color: #ffffff;">{{{map|'-'}}}</div> | ||
</div> | </div> | ||
<div class="serverTime" style="margin-bottom: 5px;"> | <div class="serverTime" style="margin-bottom: 5px;"> | ||
<div style="font-weight: bold; color: #ffffff;">Время раунда</div> | <div style="font-weight: bold; color: #ffffff;">Время раунда</div> | ||
<div class="serverTimeSet" style="font-size: 16px; color: #ffffff;">{{{time}}}</div> | <div class="serverTimeSet" style="font-size: 16px; color: #ffffff;">{{{time|'-'}}}</div> | ||
</div> | </div> | ||
<div class="serverPreset"> | <div class="serverPreset"> | ||
<div style="font-weight: bold; color: #ffffff;">Игровой режим</div> | <div style="font-weight: bold; color: #ffffff;">Игровой режим</div> | ||
<div class="serverPresetSet" style="font-size: 16px; color: #ffffff;">{{{preset}}}</div> | <div class="serverPresetSet" style="font-size: 16px; color: #ffffff;">{{{preset|'-'}}}</div> | ||
</div> | </div> | ||
<div class="serverPlayers" style="margin-bottom: 5px;"> | <div class="serverPlayers" style="margin-bottom: 5px;"> | ||
<div style="font-weight: bold; color: #ffffff;">Кол-во игроков</div> | <div style="font-weight: bold; color: #ffffff;">Кол-во игроков</div> | ||
<div class="serverPlayersSet" style="font-size: 16px; color: #ffffff;">{{{players}}}</div> | <div class="serverPlayersSet" style="font-size: 16px; color: #ffffff;">{{{players|'-'}}}</div> | ||
<div class="progressBarContainer" style="width: 100%; background-color: rgba(150, 150, 150, 0.5); border-radius: 5px; overflow: hidden; margin-top: 5px;"> | <div class="progressBarContainer" style="width: 100%; background-color: rgba(150, 150, 150, 0.5); border-radius: 5px; overflow: hidden; margin-top: 5px;"> | ||
<div class="progressBar" style="width: {{{percentage}}}%; background-color: rgba(100, 200, 100, 0.8); height: 20px; transition: width 0.3s;"></div> <!-- Светло-зеленый --> | <div class="progressBar" style="width: {{{percentage|0}}}%; background-color: rgba(100, 200, 100, 0.8); height: 20px; transition: width 0.3s;"></div> <!-- Светло-зеленый --> | ||
</div> | </div> | ||
<div class="percentageDisplay" style="text-align: right; font-size: 14px; color: #ffffff;">{{{percentage}}}%</div> | <div class="percentageDisplay" style="text-align: right; font-size: 14px; color: #ffffff;">{{{percentage|0}}}%</div> | ||
</div> | </div> | ||
</div> | </div> | ||
</div> | </div> |
Версия от 13:51, 15 августа 2024
'-'
Раунд
#'-'
Статус
Неизвестное состояние
Карта
'-'
Время раунда
'-'
Игровой режим
'-'
Кол-во игроков
'-'
0%