|
|
| Line 152: |
Line 152: |
| ====Example==== | | ====Example==== |
| <pre>{{#invoke:HeroData|get_hero_tag|Abrams|1}}</pre> | | <pre>{{#invoke:HeroData|get_hero_tag|Abrams|1}}</pre> |
|
| |
| === write_infobox ===
| |
| Writes a [[Template:Infobox_hero]] template call for a given hero
| |
|
| |
| ====Parameters====
| |
| * '''hero_name''' – Name of the hero, in english
| |
|
| |
| ====Example====
| |
| From wikitext:<br>
| |
| <pre>{{#invoke:HeroData|write_infobox|HERO_NAME}}</pre>
| |
|
| |
| Which outputs
| |
| {{#invoke:HeroData|write_infobox|Abrams}}
| |
|
| |
|
| |
| === write_stat_infoboxes ===
| |
| Writes all 3 [[Template:Infobox_stat]] template calls (Weapon, Vitality, Spirit) for a given hero
| |
|
| |
| ====Parameters====
| |
| * '''hero_name''' – Name of the hero, in english
| |
|
| |
| ====Example====
| |
| From wikitext:<br>
| |
| <pre>{{#invoke:HeroData|write_stat_infoboxes|HERO_NAME}}</pre>
| |
|
| |
| Which outputs
| |
| {{#invoke:HeroData|write_stat_infoboxes|Abrams}}
| |
|
| |
|
| === write_hero_comparison_table === | | === write_hero_comparison_table === |