Template:Infobox-Striker: Difference between revisions
Template page
More actions
wip |
No edit summary |
||
| Line 1: | Line 1: | ||
<noinclude> | <noinclude> | ||
== Example == | == Example == | ||
<pre> | |||
{{Infobox-Striker | {{Infobox-Striker | ||
| icon = LizaIcon.png | | icon = LizaIcon.png | ||
| Line 17: | Line 10: | ||
| hometown = Placeholder | | hometown = Placeholder | ||
| abilityOne = Fireball | | abilityOne = Fireball | ||
| abilityTwo = | | abilityTwo = Burst | ||
}} | |||
</pre> | |||
{{Infobox-Striker | |||
| icon = LizaIcon.png | |||
| name = Liza Wilde | |||
| gender = Female | |||
| sexuality = Placeholder | |||
| hometown = Placeholder | |||
| abilityOne = Fireball | |||
| abilityTwo = Burst | |||
}} | }} | ||
| Line 23: | Line 26: | ||
</noinclude> | </noinclude> | ||
<includeonly> | <includeonly> | ||
<div class="infobox striker"> | <div class="infobox striker"> | ||
{| class="infobox-table" | {| class="infobox-table" | ||
| Line 31: | Line 33: | ||
| [[Image:{{{icon}}}]] | | [[Image:{{{icon}}}]] | ||
|- | |- | ||
| {{{gender | | {{Infobox-Row|Name:|{{{name}}}}} | ||
|- | |||
| {{Infobox-Row|Gender Identity:|{{{gender}}}}} | |||
|- | |||
| {{Infobox-Row|Sexuality:|{{{sexuality}}}}} | |||
|- | |||
| {{Infobox-Row|Hometown:|{{{hometown}}}}} | |||
|- | |||
| {{Infobox-Row|Ability One:|{{{abilityOne}}}}} | |||
|- | |||
| {{Infobox-Row|Ability Two:|{{{abilityTwo}}}}} | |||
|- | |||
</div> | </div> | ||
</includeonly> | </includeonly> | ||
Revision as of 04:42, 15 March 2026
Example
{{Infobox-Striker
| icon = LizaIcon.png
| name = Liza Wilde
| gender = Female
| sexuality = Placeholder
| hometown = Placeholder
| abilityOne = Fireball
| abilityTwo = Burst
}}