Difference between revisions of "ArmorsLists"
From P6 Spheres
(Created page with "<noinclude>Creates an armor table, containing the armors pulled with the provided where string '''Required Fields:''' where (sql where string) </noinclude><includeonly>{{#car...") |
|||
| Line 6: | Line 6: | ||
|where={{{where}}} | |where={{{where}}} | ||
|order by=SortName | |order by=SortName | ||
| − | |fields=CONCAT( '[[', Base_Items._pageName, '|', SortName, ']]' ) = Name,PrettyPrice = Cost,ACBonus = AC Bonus,MaxDex = Maximum Dex Bonus,ACP= Armor Check Penalty,ASF = Arcane Spell Failure,Speed,PrettyWeight = Weight | + | |fields=CONCAT( '[[', Base_Items._pageName, '|', SortName, ']]' ) = Name,PrettyPrice = Cost,ACBonus = AC<br>Bonus,MaxDex = Maximum<br>Dex<br>Bonus,ACP= Armor<br>Check<br>Penalty,ASF = Arcane<br>Spell<br>Failure,Speed,PrettyWeight = Weight |
|format=table | |format=table | ||
}}</includeonly> | }}</includeonly> | ||
Revision as of 21:50, 21 March 2020
Creates an armor table, containing the armors pulled with the provided where string
Required Fields: where (sql where string)