Шаблон:GunShells — различия между версиями
Версия 11:48, 23 декабря 2014 Новая страница: «<table class="t-modules"> <thead> <tr> <th class="shelltype">Тип</th> <th class="shellmark">Марка</th> <th class="caliber">Калибр<br><span cla…» | Текущая версия на 12:09, 28 августа 2015 | |||
не показано 11 промежуточных версии этого же участника | ||||
Строка 1: | Строка 1: | |||
? | <table | + | <includeonly> | |
? | + | <table style="width:100%;"> | ||
<tr> | <tr> | |||
? | + | <th class="shelltype" style="min-width:30px;">Тип</th> | ||
? | + | <th class="shellmark" style="min-width:150px;">Марка</th> | ||
? | + | <th class="caliber">Калибр<br><span class="measure">(мм)</span></th> | ||
? | + | <th class="shellpenetration">Пробитие<br><span class="measure">(мм)</span></th> | ||
? | + | <th class="shelldamage">Урон<br><span class="measure">(HP)</span></th> | ||
? | + | <th class="explRadius">Осколки<br><span class="measure">(м)</span></th> | ||
? | + | <th style="width:100%;"></th> | ||
? | + | <th class="price" style="min-width:80px;">Цена</th> | ||
</tr> | </tr> | |||
? | < | + | {{#combatchars:gun:{{{1}}} }} | |
? | < | + | {{ #vardefine: nn | {{#expr: 2 + {{#if: {{#combatattr:shell2}} | 1 | 0 }} + {{#if: {{#combatattr:shell3}} | 1 | 0 }} }} }} | |
? | {{#vardefine: shell | {{#combatchars:gun:{{{1}}}|shell{{ | + | {{ #vardefine: ii | 1 }}{{ | |
+ | #while: | {{ #ifexpr: {{ #var: ii }} < {{ #var: nn }} | true }} | |||
+ | |<nowiki/> | |||
+ | {{#vardefine: shell | {{#combatchars:gun:{{{1}}}|shell{{ #var: ii }} }} }} | |||
{{#combatchars:shell:{{#var:shell}} }} | {{#combatchars:shell:{{#var:shell}} }} | |||
<tr> | <tr> | |||
? | + | <td>{{ShellType| {{#combatattr:kind}} }}</td> | ||
? | + | <td>{{#wotstr:{{#combatattr:mark}} | {{#combatattr:mark}} }}</td> | ||
? | + | <td>{{#combatattr:caliber}}</td> | ||
? | + | <td>{{#combatchars:gun:{{{1}}}|penetration{{ #var: ii }} }}</td> | ||
? | + | <td>{{#combatchars:shell:{{#var:shell}}|damage }}</td> | ||
? | + | <td>{{#combatattr:explosionRadius|—}}</td> | ||
? | + | <td> </td> | ||
? | + | <td>{{#combatattr:price|0}} {{#ifexpr: {{#combatattr:gold|0}} = 1| {{Золото}} | {{Кредиты}} }}</td> | ||
? | </tr> | + | </tr> | |
? | + | {{ #vardefine: ii | {{ #expr: {{ #var: ii }} + 1 }} }} | ||
+ | }} | |||
</table> | </table> | |||
+ | </includeonly> |