Feed The Beast Wiki

Follow the Feed The Beast Wiki on Discord or Mastodon!

READ MORE

Feed The Beast Wiki
Register
Advertisement

0 ()

Template-info Documentation

This template displays Minecraft armor shields for the provided amount of armor protection. This works inline so it can be used in prose and in infoboxes.

Parameters[]

  • 1: The amount of armor to fill in. This displays in halves, just like in Vanilla Minecraft. For example, 1 is Half Armor and 2 is Armor. If it is greater than 20, it will truncate for the sake of readability, reliability, and performance. For example, 25 is Armor × 12.5. Defaults to 0.
  • plain: Set to not display the numerical armor value and parentheses wrapping. When set, will display empty armor bars until it reaches the max.
  • size: The size of the bars to use. Defaults to 9px. Only provide the number; it uses pixels as its unit.
  • max: The total number of bars to show. This is useful when displaying how much armor is provided by something in comparison to the total number the player has (20). Defaults to 20. This value must be greater than or equal to the provided value for the first argument. Does not work unless plain is also set.

Examples[]

Code Result
{{Armor|1|max=1|size=81|plain=true}} Half Armor
{{Armor|15}} 15 (ArmorArmorArmorArmorArmorArmorArmorHalf Armor)
{{Armor|15|plain=true}} ArmorArmorArmorArmorArmorArmorArmorHalf ArmorEmpty ArmorEmpty ArmorEmpty Armor
{{Armor|25}} 25 (Armor × 12.5)
{{Armor|25|plain=true}} Armor × 12.5
Advertisement