Открыть меню
Открыть персональное меню
Вы не представились системе
Your IP address will be publicly visible if you make any edits.

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

Материал из wiki.iccup.org
Нет описания правки
Нет описания правки
Строка 3: Строка 3:
         <div class="heroes-panel__category-title">
         <div class="heroes-panel__category-title">
             [[File:Dota2_Strength_icon_solid_allmode.png|frameless|24px]]
             [[File:Dota2_Strength_icon_solid_allmode.png|frameless|24px]]
             [[Strength]]({{#cargo_query:table=Heroes|fields=COUNT(name)|where=attribute='Сила' AND game!='Unreleased'|format=plain}})
             [[Сила]]({{#cargo_query:table=Heroes|fields=COUNT(name)|where=attribute='Сила' AND game!='Unreleased'|format=plain}})
         </div>
         </div>
         <ul class="heroes-panel__category-list">
         <ul class="heroes-panel__category-list">
Строка 24: Строка 24:
         <div class="heroes-panel__category-title">
         <div class="heroes-panel__category-title">
             [[File:Dota2_Agility_icon_solid_allmode.png|frameless|24px]]
             [[File:Dota2_Agility_icon_solid_allmode.png|frameless|24px]]
             [[Agility]]({{#cargo_query:table=Heroes|fields=COUNT(name)|where=attribute='Ловкость' AND game!='Unreleased'|format=plain}})
             [[Ловкость]]({{#cargo_query:table=Heroes|fields=COUNT(name)|where=attribute='Ловкость' AND game!='Unreleased'|format=plain}})
         </div>
         </div>
         <ul class="heroes-panel__category-list">
         <ul class="heroes-panel__category-list">
Строка 45: Строка 45:
         <div class="heroes-panel__category-title">
         <div class="heroes-panel__category-title">
             [[File:Dota2_Intelligence_icon_solid_allmode.png|frameless|24px]]
             [[File:Dota2_Intelligence_icon_solid_allmode.png|frameless|24px]]
             [[Intelligence]]({{#cargo_query:table=Heroes|fields=COUNT(name)|where=attribute='Интеллект' AND game!='Unreleased'|format=plain}})
             [[Интеллект]]({{#cargo_query:table=Heroes|fields=COUNT(name)|where=attribute='Интеллект' AND game!='Unreleased'|format=plain}})
         </div>
         </div>
         <ul class="heroes-panel__category-list">
         <ul class="heroes-panel__category-list">
Строка 62: Строка 62:
         </ul>
         </ul>
     </div>
     </div>
    {{#vardefine:upcoming|{{#cargo_query:table=Heroes|fields=COUNT(name)|where=game='Unreleased'|format=plain}}}}
    {{#ifeq:{{#var:upcoming}}|0||<div class="heroes-panel__category category--upcoming">
        <div class="heroes-panel__category-title">Unreleased ({{#var:upcoming}})</div>
        <ul class="heroes-panel__category-list">
            {{#cargo_query:
                table=Heroes
                |fields=name, pageName, image
                |where=game='Unreleased'
                |limit=1000
                |order=name ASC
                |format=template
                |template=Hero Entry
                |named args=yes
                |subpage={{{subpage|}}}
                |vercheck={{{vercheck|}}}
            }}
        </ul>
    </div>}}
</div>
</div>



Версия от 15:35, 21 сентября 2024