Template:Weapon action: Difference between revisions
Jump to navigation
Jump to search
(Trying to solve quoting issue when Template:Condition sources leads to here.) |
(Second attempt at fixing issue with Template:Condition sources) |
||
Line 1: | Line 1: | ||
<includeonly>{{#cargo_query: tables = weapon_actions | <includeonly>{{#cargo_query: tables = weapon_actions | ||
| fields = _pageName = link, name, icon, action_type, description, CONCAT({{{2|40}}})=size | | fields = _pageName = link, name, icon, action_type, description, CONCAT({{{2|40}}})=size | ||
| where = name = | | where = name = "{{#replace: {{{1}}} | " | \" }}" | ||
| format = template | | format = template | ||
| template = WeaponAction/Format | | template = WeaponAction/Format |
Revision as of 01:47, 6 November 2023
Use this to display a weapon action. Examples follow.
This template just runs the Cargo query; see Template:WeaponAction/Format for the formatting.
Usage:
{{WeaponAction | Tenacity }}
Result:
Error: Table weapon_actions not found.
Usage:
{{WeaponAction | Tiger's Bloodlust }}
Result:
Error: Table weapon_actions not found.
Template data
No description.
Parameter | Description | Type | Status | |
---|---|---|---|---|
name | 1 | The name of the weapon action, without (Weapon Action) | String | required |
size | 2 | The size of the icon.
| Number | optional |