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

Template page
mNo edit summary
mNo edit summary
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=hnkCharacters
<pre>{{#cargo_query:tables=hnkCharacters
|fields=portrait,health,prejump,backdash
|fields=portrait,defense,prejump,backdash
|where=name="{{SUBPAGENAME}}"
|where=name="{{SUBPAGENAME}}"
|format=template
|format=template
Line 13: Line 13:
<table class="stripe" style="width: 300px;" cellspacing="0">
<table class="stripe" style="width: 300px;" cellspacing="0">
{{#cargo_query:tables=hnkCharacters
{{#cargo_query:tables=hnkCharacters
|fields=portrait,health,prejump,backdash
|fields=portrait,defense,prejump,backdash
|where=name="Juda"
|where=name="Juda"
|format=template
|format=template

Revision as of 04:35, 15 May 2022

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

Example

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

{{#cargo_query:tables=hnkCharacters
|fields=portrait,defense,prejump,backdash
|where=name="{{SUBPAGENAME}}"
|format=template
|template=GGML-Character-infobox
|named args=yes
}}
HNK Juda Portrait.png
Damage Taken
100%
Jump Startup
4f
Backdash
1f

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