Actions

Template

Difference between revisions of "ArmorsLists"

From P6 Spheres

 
Line 6: Line 6:
 
|where={{{where}}}
 
|where={{{where}}}
 
|order by=ACBonus, MaxDex DESC, ACP DESC
 
|order by=ACBonus, MaxDex DESC, ACP DESC
|fields=CONCAT( '[[', Base_Items._pageName, '|', SortName, ']]' ) = Name,PrettyPrice = Cost,CONCAT('+',ACBonus) = AC<br>Bonus,CONCAT('+',MaxDex) = Maximum<br>Dex<br>Bonus,ACP= Armor<br>Check<br>Penalty,ASF = Arcane<br>Spell<br>Failure,Speed,PrettyWeight = Weight
+
|fields=CONCAT( '[[', Base_Items._pageName, '|', SortName, ']]' ) = Name,PrettyPrice = Cost,PrettyAC = AC<br>Bonus,PrettyMaxDex = Maximum<br>Dex<br>Bonus,PrettyACP= Armor<br>Check<br>Penalty,ASF = Arcane<br>Spell<br>Failure,Speed,PrettyWeight = Weight
 
|format=table
 
|format=table
 
}}</includeonly>
 
}}</includeonly>

Latest revision as of 22:42, 21 March 2020

Creates an armor table, containing the armors pulled with the provided where string

Required Fields: where (sql where string)