Difference between revisions of "Template:WeaponsTable"
Jump to navigation
Jump to search
(Created page with "<noinclude> All lower-case * 1: simple / martial / exotic * 2: light / one-handed / two-handed * 3: melee / ranged <hr> '''Template:''' * <nowiki>{{</nowiki>Equipment_Wea...") |
Tag: Manual revert |
||
(12 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
<noinclude> | <noinclude> | ||
Displays an equipment-table with weapon stats | |||
One parameter: the where-value | |||
</noinclude><includeonly><!-- | </noinclude><includeonly><!-- | ||
--> | -->{{#cargo_query:tables=Equipment_Items=Items,Equipment_Weapons=Weapons | ||
|join on=Items._pageName= Weapons._pageName | |||
|where={{{1}}} | |||
|join on=Items. | |order by=Items.Name | ||
|where= | |fields=CONCAT( '[[', Weapons._pageName, '|', Name, ']]' ) = Name,Cost,Damage,Critical,RangeInc = Range,Weight,DamageType=Type,Special | ||
|order by=Name | |||
|fields=CONCAT( '[[', _pageName, '|', Name, ']]' ) = Name,Cost,Damage,Critical,RangeInc = Range,Weight,Type,Special | |||
|format=table | |format=table | ||
}}<!-- | }}<!-- | ||
--> | --></includeonly> | ||
Latest revision as of 17:23, 14 August 2021
Displays an equipment-table with weapon stats
One parameter: the where-value