Шаблон:ModsuitModule: различия между версиями
imported>Dragomagol мНет описания правки |
Нет описания правки |
||
(не показано 12 промежуточных версий 3 участников) | |||
Строка 1: | Строка 1: | ||
<includeonly>{| style="border:1px solid {{{bgcolor2|#bbbbbb}}}; width: | <includeonly>{| style="border:1px solid {{{bgcolor2|#bbbbbb}}}; width:75%" cellpadding="0" cellspacing="0" | ||
| | | | ||
{|width="100%" cellspacing="0" cellpadding="2" | {|width="100%" cellspacing="0" cellpadding="2" | ||
|align=center width="150" style="background-color:{{{bgcolor1|#cccccc}}}"|{{#if:{{{OverrideImage|}}}|{{{image|}}}|[[File:{{{image|{{{name|Unknown}}}.png}}}{{!}}64px{{!}}{{{name|Item}}}]]}}<br>'''{{{name|Item}}}''' | |align=center width="150" style="background-color:{{{bgcolor1|#cccccc}}}"|{{#if:{{{OverrideImage|}}}|{{{image|}}}|[[File:{{{image|{{{name|Unknown}}}.png}}}{{!}}64px{{!}}{{{name|Item}}}]]}}<br>'''{{{name|Item}}}''' | ||
|''' | |'''Потребление энергии'''<br> | ||
:'''Пассивно:''' {{{idle|Undefined}}}<br> | |||
:'''Активно:''' {{{active|Undefined}}}<br> | |||
:'''При использовании:''' {{{use|Undefined}}}<br> | |||
'''Занимает пространства:''' {{{complexity|Undefined}}}<br> | |||
|} | |} | ||
{|width="100%" cellspacing="0" cellpadding="2" | {|width="100%" cellspacing="0" cellpadding="2" | ||
| style="background-color:{{{bgcolor2|#bbbbbb}}};" |''' | | style="background-color:{{{bgcolor2|#bbbbbb}}};" |'''Описание''' | ||
|- | |- | ||
|{{#if:{{{description|}}}|{{{description}}}|No description}} | |{{#if:{{{description|}}}|{{{description}}}|No description}} | ||
Строка 12: | Строка 16: | ||
|}</includeonly><noinclude> | |}</includeonly><noinclude> | ||
<pre> | |||
{{ModsuitModule | {{ModsuitModule | ||
|name=Test Item | |name=Test Item | ||
Строка 23: | Строка 28: | ||
|description = The toolbox contains a flashlight, a crowbar, a radio and a fire extinguisher. All of which are very useful not only when emergencies hit but also when trying to cause an emergency.<br><br>Be quick in getting one as they tend to get looted quickly if you want until an emergency strikes. | |description = The toolbox contains a flashlight, a crowbar, a radio and a fire extinguisher. All of which are very useful not only when emergencies hit but also when trying to cause an emergency.<br><br>Be quick in getting one as they tend to get looted quickly if you want until an emergency strikes. | ||
}} | }} | ||
</pre> | |||
< | {{ModsuitModule | ||
[[Category:Templates]] | |name = Test Item | ||
|bgcolor1 = #FFEE88 | |||
|bgcolor2 = #FFDD66 | |||
|image = GPS module.png | |||
|idle = 0 | |||
|active = 0 | |||
|use = 100 | |||
|complexity = 5 | |||
|description = The toolbox contains a flashlight, a crowbar, a radio and a fire extinguisher. All of which are very useful not only when emergencies hit but also when trying to cause an emergency.<br><br>Be quick in getting one as they tend to get looted quickly if you want until an emergency strikes. | |||
}} | |||
[[Category:Templates]]</noinclude> |
Текущая версия от 14:23, 19 октября 2024
{{ModsuitModule |name=Test Item |bgcolor1 = #FFEE88 |bgcolor2 = #FFDD66 |image = GPS module.png |idle = 0 |active = 0 |use = 100 |complexity = 5 |description = The toolbox contains a flashlight, a crowbar, a radio and a fire extinguisher. All of which are very useful not only when emergencies hit but also when trying to cause an emergency.<br><br>Be quick in getting one as they tend to get looted quickly if you want until an emergency strikes. }}