Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Template:Infobox-Striker: Difference between revisions

Template page
wip
No edit summary
 
(6 intermediate revisions by the same user not shown)
Line 1: Line 1:
<noinclude>
<noinclude>
{{#template_params:
icon (display=nonempty)|
name (label=Name;display=nonempty)|
gender (label=Identity;display=nonempty)|
sexuality (label=Sexuality;display=nonempty)|
hometown (label=Hometown;display=nonempty)|
abilityOne (label=Ability One;display=nonempty)|
abilityTwo (label=Ability Two;display=nonempty)}}


== Example ==
== Example ==
<pre>
{{Infobox-Striker
{{Infobox-Striker
| fullbody = LizaFullBody.png
| icon = LizaIcon.png
| icon = LizaIcon.png
| name = Liza Wilde
| name = Liza Wilde
Line 17: Line 11:
| hometown = Placeholder
| hometown = Placeholder
| abilityOne = Fireball
| abilityOne = Fireball
| abilityTwo = Boost
| abilityTwo = Burst
}}
</pre>
{{Infobox-Striker
| fullbody = LizaFullBody.png
| icon = LizaIcon.png
| name = Liza Wilde
| gender = Female
| sexuality = Placeholder
| hometown = Placeholder
| abilityOne = Fireball
| abilityTwo = Burst
}}
}}
</noinclude>
</noinclude>
<includeonly>
<includeonly>
{{#template_display:_format=infobox}}
{| class="infobox-table bordered"
<div class="infobox striker">
{| class="infobox-table"
|-
|-
! {{{name}}}
! {{{name}}}
|-
|-
| [[Image:{{{icon}}}]]
| {{#tag:tabber|
{{!}}-{{!}} Full Body = [[Image:{{{fullbody}}}|256px]]
{{!}}-{{!}} Icon = [[Image:{{{icon}}}|256px]]
}}
|-
| {{Infobox-Row|Name:|{{{name}}}}}
|-
| {{Infobox-Row|Identity:|{{{gender}}}}}
|-
| {{Infobox-Row|Sexuality:|{{{sexuality}}}}}
|-
| {{Infobox-Row|Hometown:|{{{hometown}}}}}
|-
| {{Infobox-Row|Ability One:|{{AbilityLink|{{{abilityOne}}}}}}}
|-
|-
| {{{gender#label}}} {{{gender}}}
| {{Infobox-Row|Ability Two:|{{AbilityLink|{{{abilityTwo}}}}}}}
</div>
|}
</includeonly>
</includeonly>

Latest revision as of 22:47, 15 March 2026


Example

{{Infobox-Striker
| fullbody = LizaFullBody.png
| icon = LizaIcon.png
| name = Liza Wilde
| gender = Female
| sexuality = Placeholder
| hometown = Placeholder
| abilityOne = Fireball
| abilityTwo = Burst
}}


Liza Wilde

Name:

Liza Wilde

Identity:

Female

Sexuality:

Placeholder

Hometown:

Placeholder

Ability One:

Fireball

Ability Two:

Burst


Contents