Template:AttackDataCargo-UMVC3/Query: Difference between revisions

Template page
No edit summary
No edit summary
 
(7 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{#cargo_query:tables = UMVC3_FrameData=f, UMVC3_Glossary=g
{{#cargo_query:tables = UMVC3_FrameData
| join on = g.terms HOLDS f.properties
| fields = moveId, input, name, startup, active, recovery, cancel, damage, guard, onHit, onBlock, cancel
| fields = f.moveId, input, f.name, f.startup, f.active, f.recovery, f.cancel, f.damage, f.guard, f.onHit, f.onBlock, f.cancel, g.shortDefinition
| where = moveId='{{{1}}}'
| where = moveId='{{{moveId|{{{1}}}}}}'
| format = template
| format = template
| template = AttackDataCargo-UMVC3
| template = AttackDataCargo-UMVC3
| named args = yes
| named args = yes
}}
}}
<!--I think the solution is to join the FrameData table with the GlossaryTerms table and use something like "GlossaryTerm-UMVC3.Term=UMVC3_Framedata.properties" but need to figure out how to seperate out each term? --!>

Latest revision as of 14:57, 9 May 2025

No results