Template:Infobox Enemy/style

From Twinsuniverse
Jump to: navigation, search
Infobox Enemy/style
Purpose

Infobox [list all]

Single tag

No [list all]

Multi-line

Optional [list all]

Protected

No [list all]

Game related

Yes [list all]

Categorization
Suppressible

Recursively [list all]

Choice

Multiple categories [list all]

Categories

Multiple: [list all]

Variables
Names

One: [list all]

  • style  (free for reuse)
Subpages

This template offers a multiple choice for defining which combat style(s) an (enemy) article belongs to. It can also automatically categorize a page under those categories.

Parameters

  • melee: Whether or not this enemy attacks using hand-to-hand combat (defaults to no, enable by any other nonempty value)
  • ranged: Whether or not this enemy attacks using a weapon from a distance (defaults to no, enable by any other nonempty value)
  • magic: Whether or not this enemy attacks using magical spells/objects (defaults to no, enable by any other nonempty value)
  • explosive: Whether or not this enemy's attacks explode on hit (defaults to no, enable by any other nonempty value)
  • nocat: Whether or not to suppress categorization under the chosen categories (defaults to false, which means auto categorization).


Note: the explosive parameter is often paired with ranged, when enemies throw with explosive objects.

Note: this categorizer is multiple choice: you can specify any combination of the four options.

Note: if neither melee, ranged, magic or explosive specify a positive value, the default 'unknown' will be used.

Syntax

{{Infobox Enemy/style|melee=value|ranged=value|magic=value|explosive=value}}

Examples

Common use include any of the melee, ranged, magic or explosive parameters to specify the style an enemy attacks with (value "yes" is recommended):

{{Infobox Enemy/style|melee=yes}}
{{Infobox Enemy/style|ranged=yes}}
{{Infobox Enemy/style|magic=yes}}
{{Infobox Enemy/style|explosive=yes}}
Melee [list all]
Ranged [list all]
Magic [list all]
Explosive [list all]


You can also specify multiple styles for one enemy (warning: this will force a table cell to split in two, so do not do this outside table cells!):

{{Infobox Enemy/style|melee=yes|ranged=yes}}
Multiple: [list all]


It doesn't matter which value you use, any nonempty value other than "no" will express a positive value, so these all have the same result:

{{Infobox Enemy/style|melee=aye, let's do this!}}
{{Infobox Enemy/style|melee=false}}
{{Infobox Enemy/style|melee=not}}
{{Infobox Enemy/style|melee=maybe}}
{{Infobox Enemy/style|melee=0}}
{{Infobox Enemy/style|melee=zero}}
{{Infobox Enemy/style|melee=null}}
{{Infobox Enemy/style|melee=n}}
{{Infobox Enemy/style|melee=whatever}}
{{Infobox Enemy/style|melee=yes}}
{{Infobox Enemy/style|melee=YES}}
Melee [list all]


The only ways to express a negative value is by leaving out the parameter, leaving it empty or specifying "no" (case insensitive), so these all have the same result:

{{Infobox Enemy/style|melee=yes}}
{{Infobox Enemy/style|melee=yes|ranged=}}
{{Infobox Enemy/style|melee=yes|ranged=no}}
{{Infobox Enemy/style|melee=yes|ranged=NO}}
Melee [list all]


You may leave the "style" undefined (which would raise the Enemies of an unknown combat style maintenance task) by not specifying any positive value for any of the options, so these all have the same result:

{{Infobox Enemy/style}}
{{Infobox Enemy/style|melee=no}}
{{Infobox Enemy/style|melee=|ranged=|magic=|explosive=}}
unknown [list all]


The nocat parameter may be used to suppress automatic categorization like this (any value will do):

{{Infobox Enemy/style|melee=yes|nocat=true}}

This would render the same result as the first example above, but would not automatically categorize under Category:Melee enemies. This feature works both on valid values and the maintenance task mentioned above.