Plantilla:Healthbar/doc

Revisión del 12:25 11 abr 2014 de MinedNugget (discusión | contribs.) (Página creada con «{{doc/start}} {{lua|Iconbar}} This template creates a health bar. {| class="wikitable" ! Parameter ! Function ! Default value |- | <code>1</code> || Integer health value b...»)
(difs.) ← Revisión anterior | Revisión actual (difs.) | Revisión siguiente → (difs.)
La versión para imprimir ya no se admite y puede contener errores de representación. Actualiza los marcadores del navegador y utiliza en su lugar la función de impresión predeterminada del navegador.
Documentación
Esta plantilla usa Módulo:Iconbar, un script escrito en el lenguaje de programación Lua. Por favor lea mw:Lua y mw:Extension:Scribunto para saber más del lenguaje Lua.

This template creates a health bar.

Parameter Function Default value
1 Integer health value between 0 and 32. Empty heart = 0, half heart = 1, full heart = 2, see examples below. 0
2 Width of each icon. 18px
total Total amount of hearts to be shown 0
poisoned Shows yellow-green poison hearts. 0
withered Shows black withered hearts. 0
hardcore Shows the hardcore version of the normal/poisoned/withered/absorption hearts. 0
mob Shows rideable mob hearts. 0
absorption Shows the hearts added by absorption. 0
Code Result
{{healthbar}}
{{healthbar|0|9px}}
{{healthbar|1}}
{{healthbar|2}}
{{healthbar|5}}
{{healthbar|5|poisoned=1}}
{{healthbar|5|withered=1}}
{{healthbar|5|absorption=1}}
{{healthbar|5|hardcore=1}}
{{healthbar|5|poisoned=1|hardcore=1}}
{{healthbar|5|withered=1|hardcore=1}}
{{healthbar|5|absorption=1|hardcore=1}}
{{healthbar|5|mob=1}}
{{healthbar|5|total=10}}
{{healthbar|5|total=10|poisoned=1}}
{{healthbar|5|total=10|withered=1}}
{{healthbar|5|total=10|absorption=1}}
{{healthbar|5|total=10|hardcore=1}}
{{healthbar|5|total=10|poisoned=1|hardcore=1}}
{{healthbar|5|total=10|withered=1|hardcore=1}}
{{healthbar|5|total=10|absorption=1|hardcore=1}}
{{healthbar|5|total=10|mob=1}}
{{healthbar|20}}
{{healthbar|11|9px}}
{{healthbar|11|9px|poisoned=1}}
{{healthbar|11|9px|withered=1}}
{{healthbar|11|9px|absorption=1}}
{{healthbar|11|9px|hardcore=1}}
{{healthbar|11|9px|poisoned=1|hardcore=1}}
{{healthbar|11|9px|withered=1|hardcore=1}}
{{healthbar|11|9px|absorption=1|hardcore=1}}
{{healthbar|11|9px|mob=1}}
{{healthbar|7|45px}}
{{healthbar|7|45px|poisoned=1}}
{{healthbar|7|45px|withered=1}}
{{healthbar|7|45px|absorption=1}}
{{healthbar|7|45px|hardcore=1}}
{{healthbar|7|45px|poisoned=1|hardcore=1}}
{{healthbar|7|45px|withered=1|hardcore=1}}
{{healthbar|7|45px|absorption=1|hardcore=1}}
{{healthbar|7|45px|mob=1}}

See also

Ésta es la página de documentación, debe situarse en la página de la plantilla principal. Véase Plantilla:Doc para más información.

fr:Modèle:Cœurs/doc