Template:Master Template Weapons

From Calamity Mod Wiki
Jump to navigation Jump to search
This template is i18n-ready, which means it is easy to localize for different languages. Please see I18n & l10n for Templates to learn more.

Usage

Place the following at the end of a page:

  • {{Master Template Weapons}}

The default behavior is for the entire template to remain collapsed.

To show all sub-sections in collapsed form, use this:

{{Master Template Weapons
 | show-main       = yes
}}

To cause one or more sub-sections to appear expanded by default, add one of the following ("show-main = yes" must also be set) :

  • | show-melee = yes
  • | show-ranged = yes
  • | show-magic = yes
  • | show-summon = yes
  • | show-rogue = yes
  • | show-classless = yes

For example, to show the "ranged weapons" section expanded, use this:

{{Master Template Weapons
 | show-main      = yes
 | show-ranged    = yes
}}