Difference between revisions of "Template:PokeBox"

From The Official Project Miato Wiki
Jump to navigation Jump to search
Line 25: Line 25:
 
|- style="height: 1px; background: #8F684B;"
 
|- style="height: 1px; background: #8F684B;"
 
| colspan="2" style="border: 1px solid #000000; border-top-width: 0;" |
 
| colspan="2" style="border: 1px solid #000000; border-top-width: 0;" |
|}<includeonly><!--
+
|-
 +
| style="text-align: center; border: 1px solid #000000; border-top-width: 0;" | Ability
 +
| style="background: #FDFDAB; border: solid #000000; padding-left: 4px; border-width: 0 1px 1px 0;" | {{{ability}}}
 +
|-
 +
|- style="background: #FFFFFF; text-align: left;"
 +
| colspan="2" style="border: 1px solid #000000; border-top-width: 0;" | ''{{{ability_desc}}}''
 +
|-
 +
| style="text-align: center; border: 1px solid #000000; border-top-width: 0;" | Ability
 +
| style="background: #FDFDAB; border: solid #000000; padding-left: 4px; border-width: 0 1px 1px 0;" | {{{ability2}}}
 +
|-
 +
|- style="background: #FFFFFF; text-align: left;"
 +
| colspan="2" style="border: 1px solid #000000; border-top-width: 0;" | ''{{{ability2_desc}}}''
 +
|-
 +
|- style="height: 1px; background: #8F684B;"
 +
| colspan="2" style="border: 1px solid #000000; border-top-width: 0;" |
 +
|}
 +
<includeonly><!--
 
//-->[[Category:Miato Pokémon]]<!--
 
//-->[[Category:Miato Pokémon]]<!--
 
//-->{{#if:{{{type|}}}|[[Category:{{{type}}}-type Pokémon]]}}<!--
 
//-->{{#if:{{{type|}}}|[[Category:{{{type}}}-type Pokémon]]}}<!--
Line 40: Line 56:
 
<pre><nowiki>
 
<pre><nowiki>
 
{{PokeBox
 
{{PokeBox
| no           =  
+
| no =  
| name         =  
+
| name =  
| species     =  
+
| species =  
| type         = normal
+
| type = normal
| type2       = flying
+
| type2 = flying
| ht           =  
+
| ht =  
| wt           =  
+
| wt =
 +
| ability =
 +
| ability_desc =
 +
| ability2 =
 +
| ability2_desc =  
 
}}
 
}}
 
</nowiki></pre>
 
</nowiki></pre>

Revision as of 05:50, 10 August 2012

GPDS Data Search Engaged:
#{{{no}}} - {{{name}}}
{{{species}}} Pokémon
[[File:{{{name}}}.png]]
Type [[File:Type_{{{type}}}.png]]
Height {{{ht}}} m.
Weight {{{wt}}} Kg.
Ability {{{ability}}}
{{{ability_desc}}}
Ability {{{ability2}}}
{{{ability2_desc}}}


Description

This is the infobox for Miato Pokémon

To use this template, copy the text below into the top of an article and fill in each section:

{{PokeBox
| no = 
| name = 
| species = 
| type = normal
| type2 = flying
| ht = 
| wt = 
| ability = 
| ability_desc = 
| ability2 = 
| ability2_desc = 
}}

If the Pokémon only has one type, simply remove type2. If the Pokémon has two types, replace whatever the hell is in it with whatever you want to feed it.