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

Материал из Space Station 14 Вики
мНет описания правки
мНет описания правки
 
(не показано 28 промежуточных версий 2 участников)
Строка 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); width: calc(50% / 4 * 3); margin-bottom: 10px;">
{{ModernFrame
  <div class="serverName">
|title        = <div class="serverName">{{{serverName|'-'}}}</div>
    <p class="serverTitle" style="font-size: 20px; font-weight: bold; color: #ffffff; text-align: center;">{{{serverName}}}</p>
|margin      = 0
    <hr style="border: 2px solid rgba(200, 200, 200, 0.5); margin: 5px 0;">
|padding      = 6px
  </div>
|transparency = 20
   <div class="serverInfo" style="margin-top: 3px;">
|class        = serverInfo
     <div class="serverInfoRound" style="margin-bottom: 5px;">
|content      =
       <div style="font-weight: bold; color: #ffffff;">Раунд</div>
<div class="serverStatusFrame">
       <div class="serverInfoRoundSet" style="font-size: 16px; color: #ffffff;">#{{{round}}}</div>
   <div class="serverInfo">
     <div class="serverInfoRound">
       <div>'''Раунд'''</div>
       <div class="serverInfoRoundSet">#{{{round|'-'}}}</div>
     </div>
     </div>
     <div class="serverStatus" style="margin-bottom: 5px;">
     <div class="serverStatus">
       <div style="font-weight: bold; color: #ffffff;">Статус</div>
       <div>'''Статус'''</div>
       <div class="serverStatusSet" style="font-size: 16px; color: #ffffff;">{{#switch: {{{status}}} | 0 = Лобби | 1 = Раунд идёт | 2 = Завершение | #default = Неизвестное состояние }}</div>
       <div class="serverStatusSet">{{#switch: {{{status|'-'}}} | 0 = Лобби | 1 = Раунд идёт | 2 = Завершение | #default = Неизвестное состояние }}</div>
     </div>
     </div>
     <div class="serverMap" style="margin-bottom: 5px;">
     <div class="serverMap">
       <div style="font-weight: bold; color: #ffffff;">Карта</div>
       <div>'''Карта'''</div>
       <div class="serverMapSet" style="font-size: 16px; color: #ffffff;">{{{map}}}</div>
       <div class="serverMapSet">{{{map|'-'}}}</div>
     </div>
     </div>
     <div class="serverTime" style="margin-bottom: 5px;">
     <div class="serverTime">
       <div style="font-weight: bold; color: #ffffff;">Время раунда</div>
       <div>'''Время раунда'''</div>
       <div class="serverTimeSet" style="font-size: 16px; color: #ffffff;">{{{time}}}</div>
       <div class="serverTimeSet">{{{time|'-'}}}</div>
     </div>
     </div>
     <div class="serverPreset">
     <div class="serverPreset">
       <div style="font-weight: bold; color: #ffffff;">Игровой режим</div>
       <div>'''Игровой режим'''</div>
       <div class="serverPresetSet" style="font-size: 16px; color: #ffffff;">{{{preset}}}</div>
      <div class="serverPresetSet">{{{preset|'-'}}}</div>
    </div>
    <div class="serverConnect">
      <div>'''Прямое подключение'''</div>
       <div class="serverConnectContainer">
        <div class="serverConnectSet">{{{serverconnect|'-'}}}</div>
        <div class="copy-icon">📋</div>
      </div>
     </div>
     </div>
     <div class="serverPlayers" style="margin-bottom: 5px;">
     <div class="serverPlayers">
       <div style="font-weight: bold; color: #ffffff;">Кол-во игроков</div>
       <div>'''Кол-во игроков'''</div>
       <div class="serverPlayersSet" style="font-size: 16px; color: #ffffff;">{{{players}}}</div>
       <div class="serverPlayersSet">{{{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">
         <div class="progressBar" style="width: {{{percentage}}}%; background-color: rgba(200, 200, 200, 0.8); height: 20px; transition: width 0.3s;"></div>
         <div class="progressBar" style="width: {{{percentage|0}}}%;"></div>
       </div>
       </div>
       <div class="percentageDisplay" style="text-align: right; font-size: 14px; color: #ffffff;">{{{percentage}}}%</div>
       <div class="percentageDisplay">{{{percentage|0}}}%</div>
     </div>
     </div>
   </div>
   </div>
</div>
</div>
}}
{{#css:
serverInfo > div {
    margin-bottom: 3px;
}
.serverInfo > div > div:nth-child(2) {
    font-size: 14px;
}
.progressBarContainer {
    width: 100%;
    background-color: rgba(150, 150, 150, 0.5);
    border-radius: 5px;
    overflow: hidden;
    margin-top: 3px;
}
.progressBar {
    background-color: rgba(100, 200, 100, 0.8);
    height: 15px;
    transition: width 0.3s;
}
.percentageDisplay {
    text-align: right;
    font-size: 12px;
}
.serverConnectContainer {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-top: 3px;
    min-height: calc(3em + 5px);
}
}}

Текущая версия от 22:27, 7 января 2025

'-'
Раунд
#'-'
Статус
Неизвестное состояние
Карта
'-'
Время раунда
'-'
Игровой режим
'-'
Прямое подключение
'-'
📋
Кол-во игроков
'-'
0%