Template:Pokémon: Difference between revisions

From SmashWiki, the Super Smash Bros. wiki
Jump to navigationJump to search
No edit summary
m (Text replacement - "↵↵|}" to " |}")
 
(40 intermediate revisions by 16 users not shown)
Line 1: Line 1:
{| align="right" border="1" cellpadding="5" cellspacing="0" width="300px"
{| class="infobox bordered" style="width:264px" cellpadding="3"
! colspan="2" style="font-size:110%; text-align:center; background:#E6E6FA" | {{{name}}}
|-
|-
! colspan="2" bgcolor="red" |<big>{{{name}}}</big>
{{#if:{{{image<includeonly>|</includeonly>}}} |
|-
{{!}} colspan="2" style="text-align:center; background:#fff" {{!}}{{{image}}}{{#if:{{{caption|}}}|<br>{{{caption}}}}}
| colspan="2" align="center" | {{{image|}}}
{{!}}-
|-
}}
| '''A Poké Ball Pokémon in'''
{{#if:{{{game<includeonly>|</includeonly>}}} |
| {{{game}}}
{{!}} style="background:#E6E6FA" {{!}}'''Games'''
|-
{{!}}{{{game}}}
| '''A Stage Element in'''
{{!}}-
| {{{stage}}}
}}
|-
{{#if:{{{moveused<includeonly>|</includeonly>}}} |
| '''National Pokédex No.'''
{{!}} style="background:#E6E6FA" {{!}}'''Move'''
| {{{number}}}
{{!}}[[bulbapedia:{{{moveused}}} ({{{altmovesuffix|move}}}){{!}}{{{moveused}}}]] {{#if:{{{moveused2<includeonly>|</includeonly>}}}|<br>[[bulbapedia:{{{moveused2}}} ({{{altmovesuffix|move}}}){{!}}{{{moveused2}}}]]}} {{#if:{{{moveused3<includeonly>|</includeonly>}}}|<br>[[bulbapedia:{{{moveused3}}} ({{{altmovesuffix|move}}}){{!}}{{{moveused3}}}]]}}
|-
{{!}}-
| '''Type'''
}}
| {{{type}}}
{{#if:{{{rarity<includeonly>|</includeonly>}}} |
|-
{{!}} style="background:#E6E6FA" {{!}}'''Rarity'''
| '''Height'''
{{!}}{{{rarity}}}
| {{{height}}}
{{!}}-
|-
}}
| '''Weight'''
{{#if:{{{voiceactor<includeonly>|</includeonly>}}} |
| {{{weight}}}
{{!}} style="background:#E6E6FA" {{!}}'''English voice actor'''
|-
{{!}}{{{voiceactor}}}
| '''Evolutionary Chain'''
{{!}}-
| {{{evolution}}}
}}
|-
{{#if:{{{japanactor<includeonly>|</includeonly>}}} |
| '''Move Used'''
{{!}} style="background:#E6E6FA" {{!}}'''Japanese voice actor'''
| {{{moveused}}}
{{!}}{{{japanactor}}}
|-
{{!}}-
| '''Rarity'''
}}
| {{{rarity}}}
{{#if:{{{franceactor<includeonly>|</includeonly>}}} |
|-
{{!}} style="background:#E6E6FA" {{!}}'''French voice actor'''
|}<noinclude>[[Category:Infobox templates|{{PAGENAME}}]]</noinclude>
{{!}}{{{franceactor}}}
{{!}}-
}}
{{#if:{{{germanyactor<includeonly>|</includeonly>}}} |
{{!}} style="background:#E6E6FA" {{!}}'''German voice actor'''
{{!}}{{{germanyactor}}}
{{!}}-
}}
{{#if:{{{koreaactor<includeonly>|</includeonly>}}} |
{{!}} style="background:#E6E6FA" {{!}}'''Korean voice actor'''
{{!}}{{{koreaactor}}}
{{!}}-
}}
{{#if:{{{interwiki<includeonly>|</includeonly>}}} |
{{InterwikiInfobox|{{{interwikiname}}}|{{{interwiki}}}|{{{interwikipage}}}|{{{interwikipage}}}|page2={{{interwikipage2|}}}|title2={{{interwikipage2|}}}}}
}}
|}<noinclude>
{{/doc}}
 
[[Category:Infobox templates]]</noinclude>

Latest revision as of 13:49, June 29, 2023

{{{name}}}
{{{image}}}
Games {{{game}}}
Move [[bulbapedia:{{{moveused}}} (move)|{{{moveused}}}]]
[[bulbapedia:{{{moveused2}}} (move)|{{{moveused2}}}]]
[[bulbapedia:{{{moveused3}}} (move)|{{{moveused3}}}]]
Rarity {{{rarity}}}
English voice actor {{{voiceactor}}}
Japanese voice actor {{{japanactor}}}
French voice actor {{{franceactor}}}
German voice actor {{{germanyactor}}}
Korean voice actor {{{koreaactor}}}
Article on {{{interwikiname}}} [[{{{interwiki}}}:{{{interwikipage}}}|{{{interwikipage}}}]]

Code

{{Pokémon
|name=
|image=
|game=
|caption=
|moveused=
|altmovesuffix=
|rarity=
|voiceactor=
|japanactor=
|germanyactor=
|franceactor=
|koreaactor=
|interwiki=
|interwikiname=
|interwikipage=
|interwikipage2=
}}

"altmovesuffix" is "move" by default (for linking to "Name (move)"), but if you need to link to an ability or something, set it to that.