Diferencia entre revisiones de «Plantilla:Hp»

Bth0 (discusión | contribs.)
m 1 revisión
 
m Protegió «Plantilla:Hp» ([Editar=Solo permitir administradores] (indefinido) [Pueden trasladar=Solo permitir administradores] (indefinido))
 
(No se muestran 2 ediciones intermedias de otro usuario)
Línea 1: Línea 1:
<includeonly><span style="white-space: nowrap">{{ #if: {{{notag|}}} || {{ #if: {{{1|}}} | {{{1}}} | 0 }} ( }}{{healthbar|{{ #if: {{{1|}}} | {{ #ifexpr: {{{1}}} > 16 | 2 | {{{1}}} }} | 0 }}|{{ #if: {{{2|}}} | {{{2}}} | 9px }}|poisoned={{{poisoned|}}}|withered={{{withered|}}}|hardcore={{{hardcore|}}}}}{{ #if: {{{1|}}} | {{ #ifexpr: {{{1}}} > 16 | &#32;× {{ #expr: {{{1}}} / 2 }} }} }}{{ #if: {{{notag|}}} || ) }}</span></includeonly><noinclude>
<includeonly><span class="nowrap">{{#if: {{{notag|}}} || {{#if: {{{1|}}} | {{{1}}} | 0 }} ( }}{{healthbar
|{{#if: {{{1|}}} | {{#ifexpr: {{{1}}} > 16 | 2 | {{{1}}} }} | 0 }}
|{{#if: {{{2|}}} | {{{2}}} | 9px }}
|poisoned={{{poisoned|}}}
|withered={{{withered|}}}
|hardcore={{{hardcore|}}}
|mob={{{mob|}}}
|absorption={{{absorption|}}}
|total={{{total|}}}
}}{{
#if: {{{1|}}} | {{#ifexpr: {{{1}}} > 16 | &#32;× {{ #expr: {{{1}}} / 2 }} }} }}{{ #if: {{{notag|}}} || ) }}</span></includeonly><noinclude>
{{/doc}}
{{/doc}}


[[Category:Plantillas]]
[[Category:Templates]]</noinclude>
[[en:Template:Hp]]
</noinclude>

Revisión actual - 14:59 20 abr 2014

Documentación

Esta plantilla muestra los puntos de salud y visualiza estos con la ayuda de una barra de salud.

Para una presentación más compacta, todos los puntos de salud con un valor superior a 16 (8 corazones) se sustituyen por × [hp / 2].

Parametros Función Valor por defecto
1 Cantidad de corazones a mostrar. 0
2 Tamaño de los corazones. 9px
poisoned Muestra los corazones de color ocre. 0
withered Muestra los corazones de color negro marchito. 0
hardcore Muestra los corazones en el modo hardcore. 0
notag Elimina el numero y el parentesis. 0
Código Resultado
{{hp}} 0 ()
{{hp|0}} 0 ()
{{hp|4}} 4 ()
{{hp|4|18px}} 4 ()
{{hp|5|poisoned=1}} 5 ()
{{hp|5|withered=1}} 5 ()
{{hp|5|18px|poisoned=1}} 5 ()
{{hp|5|18px|withered=1}} 5 ()
{{hp|7|hardcore=1}} 7 ()
{{hp|7|18px|hardcore=1}} 7 ()
{{hp|7|poisoned=1|hardcore=1}} 7 ()
{{hp|7|withered=1|hardcore=1}} 7 ()
{{hp|7|18px|poisoned=1|hardcore=1}} 7 ()
{{hp|7|18px|withered=1|hardcore=1}} 7 ()
{{hp|6|notag=1}}
{{hp|8|notag=1|poisoned=1}}
{{hp|8|notag=1|withered=1}}
{{hp|16|notag=1|hardcore=1}}
{{hp|16|notag=1|poisoned=1|hardcore=1}}
{{hp|16|notag=1|withered=1|hardcore=1}}
{{hp|26|notag=1}} × 13
{{hp|16}} 16 ()
{{hp|20}} 20 ( × 10)
{{hp|41}} 41 ( × 20.5)

La documentación anterior se transcluye de Plantilla:Hp/doc. (edit | history)