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

Материал из Space Station 14 Вики
мНет описания правки
мНет описания правки
Строка 2: Строка 2:


{{#switch:{{{posX|}}}|left=left:0;right:unset;|right=left:unset;right:0;|}}
{{#switch:{{{posX|}}}|left=left:0;right:unset;|right=left:unset;right:0;|}}
{{#switch:{{{posY|}}}|top=top:0;|bottom=bottom:0;}}>Next</div>
{{#switch:{{{posY|}}}|top=top:0;bottom:unset;|bottom=bottom:0;top:unset;}}>Next</div>


{{#if:{{{ForText|}}}|<div class="exclusive-next-text__content">Next</div>}}
{{#if:{{{ForText|}}}|<div class="exclusive-next-text__content">Next</div>}}
Строка 14: Строка 14:
.exclusive-next__content {
.exclusive-next__content {
     position: absolute;
     position: absolute;
   
    left:0;
    top:0;


     padding: 2px 4px;
     padding: 2px 4px;

Версия от 21:00, 14 января 2025

Next


Документация

WarningCorvaxNext — шаблон, предназначенный для предупреждения пользователей об уникальном контенте из сборки Corvax Next на страницах основы.

Выстраивание позиции

Параметры для выстраивания позиции:

  • posX = right, left
  • posY = top, bottom

Лево-верх (по умолчанию)

Ввод:

{{WarningCorvaxNext}}

Результат:

Next


Право-верх

Ввод:

{{WarningCorvaxNext|posX=right|posY=top}}

Результат:

Next


Лево-низ

Ввод:

{{WarningCorvaxNext|posX=left|posY=bottom}}

Результат:

Next


Право-низ

Ввод:

{{WarningCorvaxNext|posX=right|posY=bottom}}

Результат:

Next


Выделение текста

Ввод:

{{WarningCorvaxNext|ForText=1|текст}}

Результат: {WarningCorvaxNext|ForText=1|текст}}