Difference between revisions of "Template:MonsterListAbreviated"

From Epic Paths
Jump to navigation Jump to search
Line 10: Line 10:


-->{{#cargo_query:tables=Monsters
-->{{#cargo_query:tables=Monsters
|where={{#if:{{{category|}}}|Categories LIKE "%{{{category}}}%"|}}{{IfAnd|{{{category|}}}|{{{type|}}}|<wbr> AND <wbr>}}{{#if:{{{type|}}}|Type LIKE "%{{{type}}}%"|}}{{#if:{{{custom|}}}|{{{custom}}}|}}
|where={{#if:{{{category|}}}|Categories LIKE "%{{{category}}}%"|}}{{#if:{{{type|}}}|Type LIKE "%{{{type}}}%"|}}{{#if:{{{custom|}}}|{{{custom}}}|}}
|order by=XP,Name
|order by=XP,Name
|fields=_pageName = Page,Name,Fluff,Alignment,Size,Type,Subtypes,CR,XP,Init,Perception,Senses,Speed,hp,hpBonus,AC,TouchAC=Touch,FlatfootedAC=FF,ACBonus,Fort,Reflex,Will,saveBonus,SR,DR,CMB,AltCMB,CMD,AltCMD,MMD,AltMMD,Tenacity=TEN,AltTenacity,SP,MSB,AltMSB,MSD,AltMSD,Concentration,Immune,StandardActions,FullroundActions,MoveActions,SwiftActions,ImmediateActions,FreeActions,SpecialQualities,SP,MSB,AltMSB,MSD,AltMSD,Concentration,Skills,Strength=Str,Dexterity=Dex,Constitution=Con,Intelligence=Int,Wisdom=Wis,Charisma=Cha,Equipment
|fields=_pageName = Page,Name,Fluff,Alignment,Size,Type,Subtypes,CR,XP,Init,Perception,Senses,Speed,hp,hpBonus,AC,TouchAC=Touch,FlatfootedAC=FF,ACBonus,Fort,Reflex,Will,saveBonus,SR,DR,CMB,AltCMB,CMD,AltCMD,MMD,AltMMD,Tenacity=TEN,AltTenacity,SP,MSB,AltMSB,MSD,AltMSD,Concentration,Immune,StandardActions,FullroundActions,MoveActions,SwiftActions,ImmediateActions,FreeActions,SpecialQualities,SP,MSB,AltMSB,MSD,AltMSD,Concentration,Skills,Strength=Str,Dexterity=Dex,Constitution=Con,Intelligence=Int,Wisdom=Wis,Charisma=Cha,Equipment

Revision as of 21:07, 1 August 2021

All lower-case

  • category: category that should be included (optional)
  • type: type that should be included (optional)
  • custom: write a custom where query (optional, cannot be combined with category or type)