Template:Weapon type page: Difference between revisions

From Baldur's Gate 3 Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 69: Line 69:
This template generates entire weapon type pages such as [[Daggers]] or [[Longswords]].
This template generates entire weapon type pages such as [[Daggers]] or [[Longswords]].


Here's an example of usage:
Here's some example usage (note that this is intentionally wrong, to showcase as many parameters as possible):


<pre>
<pre>
{{WeaponTypePage
{{WeaponTypePage
| <!-- See here for tips on how to use this template: https://bg3.wiki/wiki/Template:WeaponTypePage -->
| <!-- See here for tips on how to use this template: https://bg3.wiki/wiki/Template:WeaponTypePage -->
| type = Daggers
| type = Longswords
| example = Dagger
| example = Longsword
| category = simple
| category = martial
| handedness = one-handed
| handedness = versatile
| melee or ranged = melee
| melee or ranged = melee
| damage = 1d4 Piercing
| damage = 1d8 Slashing
| versatile damage = 1d10
| finesse = yes
| finesse = yes
| light = yes
| light = yes
| dippable = yes
| dippable = yes
| main hand only =
* {{Tenacity}}
| actions =
| actions =
* {{Piercing Strike}}
* {{Pommel Strike}}
* {{Lacerate}}
}}
}}
</pre>
</pre>

Revision as of 15:49, 3 February 2023

This template generates entire weapon type pages such as Daggers or Longswords.

Here's some example usage (note that this is intentionally wrong, to showcase as many parameters as possible):

{{WeaponTypePage
| <!-- See here for tips on how to use this template: https://bg3.wiki/wiki/Template:WeaponTypePage -->
| type = Longswords
| example = Longsword
| category = martial
| handedness = versatile
| melee or ranged = melee
| damage = 1d8 Slashing
| versatile damage = 1d10
| finesse = yes
| light = yes
| dippable = yes
| main hand only =
* {{Tenacity}}
| actions =
* {{Pommel Strike}}
* {{Lacerate}}
}}

Note that the template even adds the page to the correct categories. And for the same reason, it shouldn't be invoked here for the purpose of showing how the results look; that would result in this template page being added to the categories to which the weapon type pages are added.