Template:Infobox-Striker: Difference between revisions
Template page
More actions
mNo edit summary |
wip |
||
| Line 1: | Line 1: | ||
<noinclude> | <noinclude> | ||
{{#template_params: | {{#template_params: | ||
icon | | icon (display=nonempty)| | ||
name (label=Name)| | name (label=Name;display=nonempty)| | ||
gender (label=Identity)| | gender (label=Identity;display=nonempty)| | ||
sexuality (label=Sexuality)| | sexuality (label=Sexuality;display=nonempty)| | ||
hometown (label=Hometown)| | hometown (label=Hometown;display=nonempty)| | ||
abilityOne (label=Ability One)| | abilityOne (label=Ability One;display=nonempty)| | ||
abilityTwo (label=Ability Two)}} | abilityTwo (label=Ability Two;display=nonempty)}} | ||
</noinclude><includeonly> | |||
{{#template_display:_format=infobox}}</includeonly> | == Example == | ||
{{Infobox-Striker | |||
| icon = LizaIcon.png | |||
| name = Liza Wilde | |||
| gender = Female | |||
| sexuality = Placeholder | |||
| hometown = Placeholder | |||
| abilityOne = Fireball | |||
| abilityTwo = Boost | |||
}} | |||
</noinclude> | |||
<includeonly> | |||
{{#template_display:_format=infobox}} | |||
<div class="infobox striker"> | |||
{| class="infobox-table" | |||
|- | |||
! {{{name}}} | |||
|- | |||
| [[Image:{{{icon}}}]] | |||
|- | |||
| {{{gender#label}}} {{{gender}}} | |||
</div> | |||
</includeonly> | |||
Revision as of 04:16, 15 March 2026
{{#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
{{#template_display:_format=infobox}}