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

imported>Dragomagol
(Template for modsuit modules)
 
Нет описания правки
 
(не показано 18 промежуточных версий 3 участников)
Строка 1: Строка 1:
<includeonly>{| style="border:1px solid {{{bgcolor2|#bbbbbb}}};" cellpadding="0" cellspacing="0"
<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}}}'''
|'''Found in: '''{{{foundin|Undefined}}}<br>'''Used for:''' {{{usedfor|Undefined}}}<br>
|'''Потребление энергии'''<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}}};" |'''Description'''
| style="background-color:{{{bgcolor2|#bbbbbb}}};" |'''Описание'''
|-
|-
|{{#if:{{{description|}}}|{{{description}}}|No description}}
|{{#if:{{{description|}}}|{{{description}}}|No description}}
Строка 12: Строка 16:
|}</includeonly><noinclude>
|}</includeonly><noinclude>


== DO NOT USE THIS TEMPLATE ==
<pre>
Use [[:Template:Item]] instead, this template is automatically called when an item has Found in and Used For set
{{ModsuitModule
{{ModsuitModule
  |name=Test Item
  |name=Test Item
  |bgcolor1 = #FFEE88
  |bgcolor1 = #FFEE88
  |bgcolor2 = #FFDD66
  |bgcolor2 = #FFDD66
  |image = Redtoolbox.png
  |image = GPS module.png
  |foundin = emergency lockers and storage areas
  |idle = 0
  |usedfor = Contains tools which are useful in emergencies
  |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.
  |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>


</noinclude>
{{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.
 }}
Test Item
Test Item
Потребление энергии
Пассивно: 0
Активно: 0
При использовании: 100

Занимает пространства: 5

Описание
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.

Be quick in getting one as they tend to get looted quickly if you want until an emergency strikes.