User:Wakeup720: Difference between revisions

8,575 editsJoined 27 June 2021
No edit summary
No edit summary
Line 21: Line 21:
Images = <!------------------- Pulls the images and captions from the game's moveData table ------------------->
Images = <!------------------- Pulls the images and captions from the game's moveData table ------------------->
{{#cargo_query:tables= MoveData_BBCF__images, MoveData_BBCF
{{#cargo_query:tables= MoveData_BBCF__images, MoveData_BBCF
|join on= MoveData_BBCF__images._rowID=MoveData_BBCF._ID
|fields= MoveData_BBCF__images._value=image
|fields= MoveData_BBCF__images._value=image
|where=MoveData_BBCF.chara="{{#var:targetChara}}" and MoveData_BBCF.input in ('{{#var:input1}}', '{{#var:input2}}', '{{#var:input3}}', '{{#var:input4}}') {{#if: {{{type|}}}| and MoveData_BBCF.type="{{{type|}}}" |}}
|where=MoveData_BBCF.chara="{{#var:targetChara}}" and MoveData_BBCF.input in ('{{#var:input1}}', '{{#var:input2}}', '{{#var:input3}}', '{{#var:input4}}') {{#if: {{{type|}}}| and MoveData_BBCF.type="{{{type|}}}" |}}

Revision as of 01:10, 1 September 2022