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

Материал из Guild Wars 2 wiki
Перейти к: навигация, поиск
 
Строка 1: Строка 1:
<onlyinclude>{{#ifeq:{{{1|0}}}|0||{{trim|{{{1}}}}}&nbsp;}}<div class="inline-icon">[[File:Energy.png|20px|Энергия|link=Energy]]</div></onlyinclude>
+
<onlyinclude>{{#ifeq:{{{1}}}|0|| {{{1|}}} [[File:Energy.png|20px|Энергия|link=Energy]]}}</onlyinclude>
 +
== Description ==
 +
Displays an energy icon and the energy cost.
  
 
== Usage ==
 
== Usage ==
* <code>{{tl|energy}}</code> or <code>{{tl|energy|0}}</code> → {{energy}}
+
<pre>
* <code>{{tl|energy|100}}</code> → {{energy|100}}
+
{{energy}}
 +
{{energy|<cost>}}
 +
</pre>
 +
 
 +
=== Parameters ===
 +
; 1 ''(unnamed parameter)''
 +
: Optional. Energy cost in seconds.
 +
 
 +
=== Examples ===
 +
{{example table header}}
 +
{{example table row}}
 +
{{example table row|5}}
 +
{{example table row|0.5}}
 +
{{example table row|0}}
 +
|}
 +
 
 +
== See also ==
 +
* {{tl|Activation}}
 +
* {{tl|Health cost}}
 +
* {{tl|Initiative}}
 +
* {{tl|Recharge}}
 +
* {{tl|Upkeep}}
 +
* {{tl|Infobox statistic split}}
  
 
[[Category:Icon templates]]
 
[[Category:Icon templates]]

Текущая версия на 11:42, 7 марта 2020

Энергия

Description[править]

Displays an energy icon and the energy cost.

Usage[править]

{{energy}}
{{energy|<cost>}}

Parameters[править]

1 (unnamed parameter)
Optional. Energy cost in seconds.

Examples[править]

Параметр Код Результат
{{energy}} Энергия
5 {{energy|5}} 5 Энергия
0.5 {{energy|0.5}} 0.5 Энергия
0 {{energy|0}}

See also[править]