Template:GGACR-Character-infobox/doc: Difference between revisions

Template page
mNo edit summary
No edit summary
 
(9 intermediate revisions by the same user not shown)
Line 4: Line 4:
Edit the page to see the markdown used to generate this example.
Edit the page to see the markdown used to generate this example.
<pre>{{#cargo_query:tables=ggacrCharacters
<pre>{{#cargo_query:tables=ggacrCharacters
|fields=portrait,defense,guts,prejump,backdash,weight,stunResistance,wakeupFaceUp,wakeupFaceDown,umo
|fields=name,portrait,defense,prejump,backdashInvulnerability,backdashDuration,guts,weight,stunResistance,wakeupFaceUp,wakeupFaceDown,numberOfJumps,numberOfAirDashes,umo,specialForwardsDash
|where=name="{{SUBPAGENAME}}"
|where=name="{{SUBPAGENAME}}"
|format=template
|format=template
Line 11: Line 11:
}}
}}
</pre>
</pre>
<table class="stripe" style="width: 100%;" cellspacing="0">
{{card
|content=
{{#cargo_query:tables=ggacrCharacters
{{#cargo_query:tables=ggacrCharacters
|fields=portrait,defense,guts,prejump,backdash,weight,stunResistance,wakeupFaceUp,wakeupFaceDown,umo
|fields=name,portrait,defense,prejump,backdashInvulnerability,backdashDuration,guts,weight,stunResistance,wakeupFaceUp,wakeupFaceDown,numberOfJumps,numberOfAirDashes,umo,specialForwardsDash
|where=name="Chipp Zanuff"
|where=name="Slayer"
|format=template
|format=template
|template=GGACR-Character-infobox
|template=GGACR-Character-infobox
|named args=yes
|named args=yes
}}
}}
</table>
}}
{{doc/end}}
{{doc/end}}

Latest revision as of 00:48, 2 January 2023

This template is used as a formatter for cargo queries on GGACR characters.

Example

Edit the page to see the markdown used to generate this example.

{{#cargo_query:tables=ggacrCharacters
|fields=name,portrait,defense,prejump,backdashInvulnerability,backdashDuration,guts,weight,stunResistance,wakeupFaceUp,wakeupFaceDown,numberOfJumps,numberOfAirDashes,umo,specialForwardsDash
|where=name="{{SUBPAGENAME}}"
|format=template
|template=GGACR-Character-infobox
|named args=yes
}}
GGACR Slayer Portrait.png Damage Received Mod ×0.96 Guts Rating 2/5 Gravity Mod ×1 Stun Resistance 70 Prejump 4F Backdash 28F (1~19F Full Invuln) Forwards Dash 18F (5~14F strike invuln, 7~12F throw invuln) Wakeup Timing 26F (Face Up)/ 20F (Face Down) Number of Jumps: 2 Number of Air Dashes: 1 Unique Movement Options Teleport Dash Fastest Attack Reversals

This is the documentation page, it should be transcluded into the main template page. See Template:Doc for more information.