User:Wakeup720: Difference between revisions

8,577 editsJoined 27 June 2021
No edit summary
No edit summary
(29 intermediate revisions by the same user not shown)
Line 1: Line 1:
<div class="responsive-imagemap" style="max-width: 587px; margin: 0 auto;"><imagemap>
<includeonly><!--------------------------- defaults the character to the subpagename ---------------------------
image:BBCF_Roster.png
-->{{#vardefine:MoveCardTargetChara|{{{chara|{{SUBPAGENAME}}}}}}}<!-----------
poly 559 407 582 365 558 323 508 322 483 364 508 407 [[BBCF/Amane Nishiki]]
<!----------- determines up to 7 inputs from a comma seperated list of inputs in the |input argument -----------
poly 477 452 501 411 477 366 428 368 403 411 428 452 [[BBCF/Arakune]]
-->{{#vardefine:input1|{{#explode:{{{input}}}|,|0}}}}<!--
poly 557 317 582 274 557 232 508 232 483 276 508 316 [[BBCF/Azrael]]
-->{{#vardefine:input2|{{#explode:{{{input}}}|,|1}}}}<!--
poly 479 543 503 501 477 458 428 458 404 500 428 543 [[BBCF/Bang Shishigami]]
-->{{#vardefine:input3|{{#explode:{{{input}}}|,|2}}}}<!--
poly 80 318 105 274 80 233 31 232 5 275 31 317 [[BBCF/Bullet]]
-->{{#vardefine:input4|{{#explode:{{{input}}}|,|3}}}}<!--
poly 399 497 423 455 398 412 350 412 325 455 346 497 [[BBCF/Carl Clover]]
-->{{#vardefine:input5|{{#explode:{{{input}}}|,|4}}}}<!--
poly 160 362 184 319 161 278 110 276 86 319 109 362 [[BBCF/Celica A. Mercury]]
-->{{#vardefine:input6|{{#explode:{{{input}}}|,|5}}}}<!--
poly 81 136 105 94 81 52 32 51 6 93 29 136 [[BBCF/Es]]
-->{{#vardefine:input7|{{#explode:{{{input}}}|,|6}}}}<!--
poly 400 408 424 365 399 321 349 321 324 366 348 408 [[BBCF/Hakumen]]
---><div class="attack-container"><div class="attack-gallery"><tabber>
poly 161 183 184 139 160 96 110 97 86 140 110 183 [[BBCF/Hazama]]
Images = <!------------------- Pulls the images and captions from the game's moveData table ------------------->
poly 400 136 424 93 398 50 349 52 325 94 348 135 [[BBCF/Hibiki Kohaku]]
{{#cargo_query:tables= MoveData_BBCF__images, MoveData_BBCF, MoveData_BBCF__caption
poly 82 408 105 365 80 323 30 322 6 364 28 408 [[BBCF/Iron Tager]]
|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
poly 321 272 345 230 319 188 271 187 244 228 268 272 [[BBCF/Izanami]]
|fields= MoveData_BBCF__images._value=image, MoveData_BBCF__caption._value=caption
poly 479 363 503 319 478 277 428 277 403 321 428 362 [[BBCF/Izayoi]]
|where=MoveData_BBCF.chara="{{#var:MoveCardTargetChara}}" and MoveData_BBCF.input in ('{{#var:input1}}', '{{#var:input2}}', '{{#var:input3}}', '{{#var:input4}}', '{{#var:input5}}', '{{#var:input6}}', '{{#var:input7}}') {{#if: {{{type|}}}| and MoveData_BBCF.type="{{{type|}}}" |}}
poly 400 227 423 184 399 141 349 140 325 184 349 227 [[BBCF/Jin Kisaragi]]
|group by= MoveData_BBCF__images._value
poly 322 182 345 138 320 98 270 97 245 140 268 181 [[BBCF/Jubei]]
|order by=_ID,MoveData_BBCF__images._position
poly 160 271 186 230 160 188 110 187 85 230 109 273 [[BBCF/Kagura Mutsuki]]
|format=gallery|mode=nolines|show filename=0|show bytes=0|show dimensions=0
poly 478 272 503 229 478 188 428 187 403 229 427 272 [[BBCF/Kokonoe]]
|image height=210|image width=210
poly 559 228 582 185 557 142 508 142 483 184 507 226 [[BBCF/Lambda-11]]
|caption field=caption|default=
poly 160 453 184 410 159 367 108 367 85 410 109 453 [[BBCF/Litchi Faye Ling]]
}}
poly 560 137 583 94 557 51 508 52 484 93 507 135 [[BBCF/Mai Natsume]]
|-|
poly 240 408 265 364 240 323 191 322 165 366 189 407 [[BBCF/Makoto Nanaya]]
Hitboxes = <!-------------- Pulls the hitboxes and hitboxCaptions from the game's moveData table -------------->
poly 321 544 345 501 320 458 270 458 245 501 270 544 [[BBCF/Mu-12]]
{{#cargo_query:tables=MoveData_BBCF__hitboxes, MoveData_BBCF, MoveData_BBCF__hitboxCaption
poly 242 137 265 94 239 51 189 51 166 95 189 136 [[BBCF/Naoto Kurogane]]
|join on= MoveData_BBCF__hitboxes._rowID=MoveData_BBCF._ID, MoveData_BBCF__hitboxes._rowID=MoveData_BBCF__hitboxCaption._rowID, MoveData_BBCF__hitboxes._position=MoveData_BBCF__hitboxCaption._position
poly 321 362 344 319 320 277 271 277 246 319 269 363 [[BBCF/Nine the Phantom]]
|fields= MoveData_BBCF__hitboxes._value=image, MoveData_BBCF__hitboxCaption._value=hitboxCaption
poly 242 317 265 275 240 232 190 233 165 275 189 317 [[BBCF/Noel Vermillion]]
|where=MoveData_BBCF.chara="{{#var:MoveCardTargetChara}}" and MoveData_BBCF.input in ('{{#var:input1}}', '{{#var:input2}}', '{{#var:input3}}', '{{#var:input4}}', '{{#var:input5}}', '{{#var:input6}}', '{{#var:input7}}') {{#if: {{{type|}}}| and MoveData_BBCF.type="{{{type|}}}" |}}
poly 82 227 106 185 79 141 31 142 7 182 28 226 [[BBCF/Nu-13]]
|group by= MoveData_BBCF__hitboxes._value
poly 161 543 184 500 159 458 110 459 86 501 109 543 [[BBCF/Platinum the Trinity]]
|order by=_ID,MoveData_BBCF__hitboxes._position
poly 400 317 424 275 398 232 349 232 325 274 348 317 [[BBCF/Rachel Alucard]]
|format=gallery|mode=nolines|show filename=0|show bytes=0|show dimensions=0
poly 241 227 265 184 240 141 191 141 165 184 190 226 [[BBCF/Ragna the Bloodedge]]
|image height=210|image width=210
poly 240 497 266 455 240 411 188 412 166 455 189 498 [[BBCF/Relius Clover]]
|caption field=hitboxCaption|default=
poly 321 92 345 48 319 5 270 5 246 49 267 92 [[BBCF/Susano'o]]
}}
poly 400 588 424 545 398 501 350 502 326 544 348 587 [[BBCF/Taokaka]]
</tabber></div><div class="attack-info"><!--
poly 479 182 503 139 477 97 429 98 404 139 428 182 [[BBCF/Tsubaki Yayoi]]
----------------------- displays the listed fields in the table portion of the move card -----------------------
poly 241 589 265 545 240 501 191 502 164 547 189 588 [[BBCF/Valkenhayn R. Hellsing]]
------ If the move is a single input with multiple versions, use the |versioned arg to show version names ------
poly 319 453 344 409 319 368 269 366 245 410 268 452 [[BBCF/Yuuki Terumi]]
-->{{#cargo_query:tables=MoveData_BBCF
desc none
|fields={{#switch:{{{versioned}}}|input = input=Version,|name = name=Version,}}damage=Damage,guard=Guard,startup=Startup,active=Active,recovery=Recovery,onBlock=On-Block,attribute=Attribute,invuln=Invuln
</imagemap></div>
|where=chara="{{#var:MoveCardTargetChara}}" and input in ('{{#var:input1}}', '{{#var:input2}}', '{{#var:input3}}', '{{#var:input4}}', '{{#var:input5}}', '{{#var:input6}}', '{{#var:input7}}') {{#if: {{{type|}}}| and MoveData_BBCF.type="{{{type|}}}" |}}
|format=table|named args=yes|order by=_ID
}}<!--------------------------- this is where the body of the move card is written. --------------------------->
{{{description|Add a description to this move using the <code><nowiki>|description=</nowiki></code> field.
 
Describe what the move is used for.
 
Explain the basics of why the initial purpose of the move is worth knowing or worth doing. Mention downsides that are important to know. If the move is particularly important it might have a spot on the character's Strategy page—an important anti-air will likely be mentioned in the neutral section, or an important combo move will be mentioned in the combo theory.}}}
<!--------------------------- this is where the extra info is written. --------------------------->
<div class="mw-collapsible mw-collapsed" data-expandtext="Show Stats for Nerds" data-collapsetext="Hide Additional Data" style="width: 100%; max-width: 1080px;">
{{#cargo_query:tables=MoveData_BBCF
|fields={{#if:{{#var:input2}} {{{versioned|}}} |input=Version,|}}starter=Starter Rating,level=Level,p1=P1,p2=P2,onODR=On-ODR,cancelTiming=Cancel Timing
|where=chara="{{#var:MoveCardTargetChara}}" and input in ('{{#var:input1}}', '{{#var:input2}}', '{{#var:input3}}', '{{#var:input4}}', '{{#var:input5}}', '{{#var:input6}}', '{{#var:input7}}') {{#if: {{{type|}}}| and MoveData_BBCF.type="{{{type|}}}" |}}
|format=table|named args=yes|order by=_ID
}}
{{#cargo_query:tables=MoveData_BBCF
|fields={{#if:{{#var:input2}} {{{versioned|}}} |input=Version,|}}notes
|where=chara="{{#var:MoveCardTargetChara}}" and input in ('{{#var:input1}}', '{{#var:input2}}', '{{#var:input3}}', '{{#var:input4}}', '{{#var:input5}}', '{{#var:input6}}', '{{#var:input7}}') {{#if: {{{type|}}}| and MoveData_BBCF.type="{{{type|}}}" |}}
|format=ul|named args=yes|order by=_ID
}}</div></div></div></includeonly><noinclude>{{clear}}{{doc}}</noinclude>

Revision as of 00:30, 19 September 2022