Шаблон:Tablemodsuit: различия между версиями
Перейти к навигации
Перейти к поиску
imported>SpaceSmithers (MODsuit table template, made for Tattle.) |
imported>SpaceSmithers м (fixes up the sample table.) |
||
(не показаны 2 промежуточные версии 2 участников) | |||
Строка 1: | Строка 1: | ||
{|class="wikitable" style="width:95%" border="1" cellspacing="0" cellpadding="2" | {|class="wikitable" style="width:95%" border="1" cellspacing="0" cellpadding="2" | ||
! scope="col" class="unsortable"|Melee | ! scope="col" style="width:10%" class="unsortable"|Melee | ||
! scope="col" class="unsortable"|Ballistic | ! scope="col" style="width:10%" class="unsortable"|Ballistic | ||
! scope="col" class="unsortable"|Laser | ! scope="col" style="width:10%" class="unsortable"|Laser | ||
! scope="col" class="unsortable"|Energy | ! scope="col" style="width:10%" class="unsortable"|Energy | ||
! scope="col" class="unsortable"|Bomb | ! scope="col" style="width:10%" class="unsortable"|Bomb | ||
! scope="col" class="unsortable"|Biological | ! scope="col" style="width:10%" class="unsortable"|Biological | ||
! scope="col" class="unsortable"|Fire | ! scope="col" style="width:10%" class="unsortable"|Fire | ||
! scope="col" class="unsortable"|Acid | ! scope="col" style="width:10%" class="unsortable"|Acid | ||
! scope="col" class="unsortable"|Wounds | ! scope="col" style="width:10%" class="unsortable"|Wounds | ||
|- | |- | ||
|style="text-align: center;"|{{{melee|melee}}} | |style="text-align: center;"|{{{melee|melee}}} | ||
|style="text-align: center;"|{{{ | |style="text-align: center;"|{{{bullet|bullet}}} | ||
|style="text-align: center;"|{{{laser|laser}}} | |style="text-align: center;"|{{{laser|laser}}} | ||
|style="text-align: center;"|{{{energy|energy}}} | |style="text-align: center;"|{{{energy|energy}}} | ||
Строка 18: | Строка 18: | ||
|style="text-align: center;"|{{{fire|fire}}} | |style="text-align: center;"|{{{fire|fire}}} | ||
|style="text-align: center;"|{{{acid|acid}}} | |style="text-align: center;"|{{{acid|acid}}} | ||
|style="text-align: center;"|{{{ | |style="text-align: center;"|{{{wound|wound}}} | ||
|- | |- | ||
|} | |} | ||
Строка 25: | Строка 25: | ||
{{Tablemodsuit | {{Tablemodsuit | ||
|melee = 10 | |melee = 10 | ||
| | |bullet = 11 | ||
|laser = 12 | |laser = 12 | ||
|energy = 13 | |energy = 13 | ||
Строка 32: | Строка 32: | ||
|fire = 16 | |fire = 16 | ||
|acid = 17 | |acid = 17 | ||
| | |wound = 18 | ||
}} | }} | ||
</pre> | </pre> | ||
Строка 38: | Строка 38: | ||
{{Tablemodsuit | {{Tablemodsuit | ||
|melee = 10 | |melee = 10 | ||
| | |bullet = 11 | ||
|laser = 12 | |laser = 12 | ||
|energy = 13 | |energy = 13 | ||
Строка 45: | Строка 45: | ||
|fire = 16 | |fire = 16 | ||
|acid = 17 | |acid = 17 | ||
| | |wound = 18 | ||
}} | }} | ||
[[Category:Templates]] | [[Category:Templates]] | ||
</noinclude> | </noinclude> |
Текущая версия от 02:53, 20 ноября 2021
Melee | Ballistic | Laser | Energy | Bomb | Biological | Fire | Acid | Wounds |
---|---|---|---|---|---|---|---|---|
melee | bullet | laser | energy | bomb | bio | fire | acid | wound |
Using this template
{{Tablemodsuit |melee = 10 |bullet = 11 |laser = 12 |energy = 13 |bomb = 14 |bio = 15 |fire = 16 |acid = 17 |wound = 18 }}
This will result in the following:
Melee | Ballistic | Laser | Energy | Bomb | Biological | Fire | Acid | Wounds |
---|---|---|---|---|---|---|---|---|
10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 |