Template:Bosses: Difference between revisions
From Starfy Wiki
Jump to navigationJump to search
Torchickens (talk | contribs) No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
{|style="border:solid 3px #EC5800; background:white; -moz-border-radius:7px; | {|border="1" cellpadding="1" cellspacing="2" style="border:solid 3px #EC5800; border-radius:0.5ex; float: right; font-size:100%; background:white; width:25%;" | ||
|colspan="2" style="-moz-border-radius-topright:7px; -moz-border-radius-topleft:7px; text-align:center; border-radius:0.5ex; font-size:15.5px; background:navy;"|<big><span style="color: orange"> [[File:EvilLogo.png|45px]] '''Boss: {{{name|}}}''' [[File:EvilLogo.png|45px]] </span><big> | |||
|- | |- | ||
|colspan="2" style="text-align:center; background: | |colspan="2" style="text-align:center; background:white;"|{{{image}}} | ||
|- | |- | ||
{{!}}- | |||
{{#if:{{{kana<includeonly>|</includeonly>}}} | | |||
{{!}} style="background-color: #C80815; border-radius:0.5ex;" {{!}}<font color="black">'''Japanese Name''' | |||
{{!}} style="border-radius:0.5ex; background-color: FireBrick;" {{!}} <font color="black">{{{kana}}} | |||
}} | |||
{{!}}- | |||
{{#if:{{{hp<includeonly>|</includeonly>}}} | | |||
{{!}} style="background-color: #C80815; border-radius:0.5ex;" {{!}}<font color="black">'''Hitpoints''' | |||
{{!}} style="border-radius:0.5ex; background-color: FireBrick" {{!}} <font color="black">{{{hp}}} | |||
{{!}}- | |||
}} | |||
{{!}}- | |||
{{#if:{{{attackpower<includeonly>|</includeonly>}}} | | |||
{{!}} style="background-color: #C80815; border-radius:0.5ex;" {{!}}<font color="black">'''Attack Power''' | |||
{{!}} style="border-radius:0.5ex; background-color: FireBrick;" {{!}} <font color="black">{{{attackpower}}} | |||
{{!}}- | |||
}} | |||
{{!}}- | |||
{{#if:{{{species<includeonly>|</includeonly>}}} | | |||
{{!}} style="background-color: #C80815; border-radius:0.5ex;" {{!}}<font color="black">'''Species''' | |||
{{!}} style="border-radius:0.5ex; background-color: FireBrick;" {{!}} <font color="black">{{{species}}} | |||
{{!}}- | |||
}} | |||
{{!}}- | |||
{{#if:{{{family<includeonly>|</includeonly>}}} | | |||
{{!}} style="background-color: #C80815; border-radius:0.5ex;" {{!}}<font color="black">'''Family''' | |||
{{!}} style="border-radius:0.5ex; background-color: FireBrick;" {{!}} <font color="black">{{{family}}} | |||
{{!}}- | |||
}} | |||
{{!}}- | |||
{{#if:{{{affiliates<includeonly>|</includeonly>}}} | | |||
{{!}} style="background-color: #C80815; border-radius:0.5ex;" {{!}}<font color="black">'''Affiliations''' | |||
{{!}} style="border-radius:0.5ex; background-color: FireBrick;" {{!}} <font color="black">{{{affiliates}}} | |||
{{!}}- | |||
}} | |||
{{!}}- | |||
{{#if:{{{fought<includeonly>|</includeonly>}}} | | |||
{{!}} style="background-color: #C80815; border-radius:0.5ex;" {{!}}<font color="black">'''Fought at ''' | |||
{{!}} style="border-radius:0.5ex; background-color: FireBrick;" {{!}} <font color="black">{{{fought}}} | |||
{{!}}- | |||
}} | |||
{{!}}- | |||
{{#if:{{{residence<includeonly>|</includeonly>}}} | | |||
{{!}} style="background-color: #C80815; border-radius:0.5ex;" {{!}}<font color="black">'''Residence''' | |||
{{!}} style="border-radius:0.5ex; background-color: FireBrick;" {{!}} <font color="black">{{{residence}}} | |||
{{!}}- | |||
}} | |||
{{!}}- | |||
{{#if:{{{firstgame<includeonly>|</includeonly>}}} | | |||
{{!}} style="background-color: #C80815; border-radius:0.5ex;" {{!}}<font color="black">'''First Appearance''' | |||
{{!}} style="border-radius:0.5ex; background-color: FireBrick;" {{!}} <font color="black">{{{firstgame}}} | |||
{{!}}- | |||
}} | |||
{{!}}- | |||
{{#if:{{{lastgame<includeonly>|</includeonly>}}} | | |||
{{!}} style="background-color: #C80815; border-radius:0.5ex;" {{!}}<font color="black">'''Latest Appearance''' | |||
{{!}} style="border-radius:0.5ex; background-color: FireBrick;" {{!}} <font color="black">{{{lastgame}}} | |||
{{!}}- | |||
}} | |||
|}<noinclude> | |||
==Usage== | |||
{|float="left" | |||
|<pre> | |||
{{Enemies | |||
|name= | |||
|image= | |||
|kana= | |||
|hp= | |||
|attackpower= | |||
|species= | |||
|family= | |||
|affiliates= | |||
|fought= | |||
|residence= | |||
|firstgame= | |||
|lastgame= | |||
}} | |||
</pre> | |||
|} | |} | ||
Revision as of 19:09, 30 January 2014
Usage
{{Enemies |name= |image= |kana= |hp= |attackpower= |species= |family= |affiliates= |fought= |residence= |firstgame= |lastgame= }} |