WikiBound logo.png There are 169 stubs for enemies. Help out by expanding these pages!
Item pages are now going to be split. See WikiBound:Projects for more information.

Difference between revisions of "Template:Enemy infobox/M3"

From WikiBound, your community-driven EarthBound/Mother wiki
Jump to navigationJump to search
m (Reverted edits by Multus (talk) to last revision by Miles of SmashWiki)
(TABBER!!!!!)
Line 1: Line 1:
{{#css:
.tabberlive
{
  background:#f5b0b3; !important
}
.tabbertab
{
  background:#ffffff; !important
  border-bottom-left-radius: 20px;
  -moz-border-radius-bottomleft: 20px;
  -webkit-border-bottom-left-radius: 20px;
  -khtml-border-bottom-left-radius: 20px;
  -icab-border-bottom-left-radius: 20px;
  -o-border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  -moz-border-radius-bottomright: 20px;
  -webkit-border-bottom-right-radius: 20px;
  -khtml-border-bottom-right-radius: 20px;
  -icab-border-bottom-right-radius: 20px;
  -o-border-bottom-right-radius: 20px;
  border-top-left-radius: 20px;
  -moz-border-radius-topleft: 20px;
  -webkit-border-top-left-radius: 20px;
  -khtml-border-top-left-radius: 20px;
  -icab-border-top-left-radius: 20px;
  -o-border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  -moz-border-radius-topright: 20px;
  -webkit-border-top-right-radius: 20px;
  -khtml-border-top-right-radius: 20px;
  -icab-border-top-right-radius: 20px;
  -o-border-top-right-radius: 20px;
}
ul.tabbernav li a
{
  border-top-left-radius: 20px;
  -moz-border-radius-topleft: 20px;
  -webkit-border-top-left-radius: 20px;
  -khtml-border-top-left-radius: 20px;
  -icab-border-top-left-radius: 20px;
  -o-border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  -moz-border-radius-topright: 20px;
  -webkit-border-top-right-radius: 20px;
  -khtml-border-top-right-radius: 20px;
  -icab-border-top-right-radius: 20px;
  -o-border-top-right-radius: 20px;
  padding:5px;
  margin:5px;
}
ul.tabbernav
{
  text-align:center;
}
}}
{| align="right" style="background:#{{darkcolor|M3}}; width: 25%; border: 2px solid #{{darkcolor|M3}};" cellpadding="2" class="roundy"
{| align="right" style="background:#{{darkcolor|M3}}; width: 25%; border: 2px solid #{{darkcolor|M3}};" cellpadding="2" class="roundy"
|-
|-
| align="center" colspan="6" | {{#if:{{{overworld|}}}|[[File:{{{overworld}}}|right]]}}<big><big>'''{{{enname}}}'''</big></big><br><span lang="ja">'''{{{jpkana}}}'''</span> ''{{{jptrans}}}''
| align="center" colspan="6" | {{#if:{{{overworld|}}}|[[File:{{{overworld}}}|right]]}}<big><big>'''{{{enname}}}'''</big></big><br><span lang="ja">'''{{{jpkana}}}'''</span> ''{{{jptrans}}}''
|- align="center"
|- align="center"
| style="background: #FFFFFF;" class="roundy" colspan="6" | [[File:{{{image}}}]]<br><small>Appearance in [[Mother 3]]</small>
| style="background: #FFFFFF;" class="roundy" colspan="6" |
{{#ifeq:{{{twosprite|no}}}|yes|
{{#tag:tabber|
{{{imagetab1|Front sprite}}}=[[File:{{{image1}}}]]<br><small>{{{imagedesc1|Front sprite in [[Mother 3]]}}}</small>
{{!}}-{{!}}
{{{imagetab2|Back sprite}}}=[[File:{{{image2}}}]]<br><small>{{{imagedesc2|Back sprite in [[Mother 3]]}}}</small>
}}
|[[File:{{{image}}}]]<br><small>Appearance in [[Mother 3]]</small>}}
|-
|-
! colspan="7" style="background: #{{lightcolor|M3}}; {{roundytop|20px}}" align="center" | '''Stats'''
! colspan="7" style="background: #{{lightcolor|M3}}; {{roundytop|20px}}" align="center" | '''Stats'''
Line 55: Line 126:
| colspan="6" style="background: #fff; {{roundybottom|20px}}" align="center" | {{{location}}}
| colspan="6" style="background: #fff; {{roundybottom|20px}}" align="center" | {{{location}}}
|}
|}
<noinclude>{{doc}} [[Category:Infobox templates]]</noinclude>

Revision as of 03:54, 6 March 2012

{{#css: .tabberlive {

  background:#f5b0b3; !important

}

.tabbertab {

  background:#ffffff; !important
  border-bottom-left-radius: 20px; 
  -moz-border-radius-bottomleft: 20px; 
  -webkit-border-bottom-left-radius: 20px; 
  -khtml-border-bottom-left-radius: 20px; 
  -icab-border-bottom-left-radius: 20px; 
  -o-border-bottom-left-radius: 20px; 
  border-bottom-right-radius: 20px; 
  -moz-border-radius-bottomright: 20px; 
  -webkit-border-bottom-right-radius: 20px; 
  -khtml-border-bottom-right-radius: 20px; 
  -icab-border-bottom-right-radius: 20px; 
  -o-border-bottom-right-radius: 20px;
  border-top-left-radius: 20px; 
  -moz-border-radius-topleft: 20px; 
  -webkit-border-top-left-radius: 20px; 
  -khtml-border-top-left-radius: 20px; 
  -icab-border-top-left-radius: 20px; 
  -o-border-top-left-radius: 20px; 
  border-top-right-radius: 20px; 
  -moz-border-radius-topright: 20px; 
  -webkit-border-top-right-radius: 20px; 
  -khtml-border-top-right-radius: 20px; 
  -icab-border-top-right-radius: 20px; 
  -o-border-top-right-radius: 20px;

}


ul.tabbernav li a {

  border-top-left-radius: 20px; 
  -moz-border-radius-topleft: 20px; 
  -webkit-border-top-left-radius: 20px; 
  -khtml-border-top-left-radius: 20px; 
  -icab-border-top-left-radius: 20px; 
  -o-border-top-left-radius: 20px; 
  border-top-right-radius: 20px; 
  -moz-border-radius-topright: 20px; 
  -webkit-border-top-right-radius: 20px; 
  -khtml-border-top-right-radius: 20px; 
  -icab-border-top-right-radius: 20px; 
  -o-border-top-right-radius: 20px;
  padding:5px;
  margin:5px;

}

ul.tabbernav {

 text-align:center;

}


}}

{{{enname}}}
{{{jpkana}}} {{{jptrans}}}

[[File:{{{image}}}]]
Appearance in Mother 3

Stats
HP
{{{HP}}}
PP
{{{PP}}}
Offense
{{{offense}}}
Defense
{{{defense}}}
IQ
{{{IQ}}}
Speed
{{{speed}}}
Strengths and weaknesses
Fire
{{{fire}}}
Freeze
{{{freeze}}}
Thunder
{{{thunder}}}
Bomb
{{{bomb}}}
Freezing
{{{freezable}}}
Flammability
{{{flammable}}}
Paralysis
{{{paralysis}}}
Crying
{{{crying}}}
Brainshock
{{{brainshock}}}
Hypnosis
{{{hypnosis}}}
Poisoning
{{{poison}}}
Wall Staples
{{{staples}}}
Experience and money yields
Exp.

{{{exp}}}

Money

{{{money}}} DP

[[List of Mother 3 enemies by battle song#{{{song}}}|{{{song}}}]]
{{{location}}}