User:Wakeup720: Difference between revisions

8,577 editsJoined 27 June 2021
No edit summary
No edit summary
Line 20: Line 20:
---><div class="attack-container"><div class="attack-gallery"><tabber>
---><div class="attack-container"><div class="attack-gallery"><tabber>
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, MoveData_BBCF__caption
{{#cargo_query:tables= MoveData_BBCF__images, MoveData_BBCF
|join on= MoveData_BBCF__images._rowID=MoveData_BBCF._ID, MoveData_BBCF__images._rowID=MoveData_BBCF__caption._rowID, MoveData_BBCF__images._position=MoveData_BBCF__caption._position
|fields= MoveData_BBCF__images._value=image
|fields= MoveData_BBCF__images._value=image, MoveData_BBCF__caption._value=caption
|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|}}}" |}}
|group by= MoveData_BBCF__images._value
|group by= MoveData_BBCF__images._value

Revision as of 01:09, 1 September 2022