10,975
editsAd placeholder
Template:Weapon action: Difference between revisions
Jump to navigation
Jump to search
Trying to solve quoting issue when Template:Condition sources leads to here.
(add tdata) |
(Trying to solve quoting issue when Template:Condition sources leads to here.) |
||
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 = '{{#replace: {{{1}}} | ' | | | where = name = '{{#replace: {{{1}}} | ' | \' }}' | ||
| format = template | | format = template | ||
| template = WeaponAction/Format | | template = WeaponAction/Format | ||
Line 21: | Line 21: | ||
{{WeaponAction | Tenacity }} | {{WeaponAction | Tenacity }} | ||
---- | |||
Usage: | |||
<pre> | |||
{{WeaponAction | Tiger's Bloodlust }} | |||
</pre> | |||
Result: | |||
{{WeaponAction | Tiger's Bloodlust }} | |||
[[Category:Templates]] | [[Category:Templates]] |