Template:Pokémon: Difference between revisions

From SmashWiki, the Super Smash Bros. wiki
Jump to navigationJump to search
mNo edit summary
m (Text replacement - "↵↵|}" to " |}")
 
(29 intermediate revisions by 12 users not shown)
Line 1: Line 1:
{| class="infobox bordered" style="float:right; width:264px; font-size:90%; text-align:left;" cellpadding="3"
{| class="infobox bordered" style="width:264px" cellpadding="3"
|-
! colspan="2" style="font-size:110%; text-align:center; background:#E6E6FA" | {{{name}}}
! colspan="2" style="font-size:110%; text-align:center; background-color:#E6E6FA; color:#000;" | {{{name}}}
|-
|-
{{#if:{{{image<includeonly>|</includeonly>}}} |
{{#if:{{{image<includeonly>|</includeonly>}}} |
{{!}} colspan="2" style="text-align:center;background-color:#FFF;" {{!}}{{{image}}}{{#if:{{{caption|}}}|<br />{{{caption}}}}}
{{!}} colspan="2" style="text-align:center; background:#fff" {{!}}{{{image}}}{{#if:{{{caption|}}}|<br>{{{caption}}}}}
{{!}}-
{{!}}-
}}
}}
{{#if:{{{game<includeonly>|</includeonly>}}} |
{{#if:{{{game<includeonly>|</includeonly>}}} |
{{!}} style="background-color:#E6E6FA; color:#000;" {{!}}'''Game'''
{{!}} style="background:#E6E6FA" {{!}}'''Games'''
{{!}}{{{game}}}
{{!}}{{{game}}}
{{!}}-
{{!}}-
}}
}}
{{#if:{{{moveused<includeonly>|</includeonly>}}} |
{{#if:{{{moveused<includeonly>|</includeonly>}}} |
{{!}} style="background-color:#E6E6FA; color:#000;" {{!}}'''Move'''
{{!}} style="background:#E6E6FA" {{!}}'''Move'''
{{!}}{{{moveused}}}
{{!}}[[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}}}]]}}
{{!}}-
{{!}}-
}}
}}
{{#if:{{{rarity<includeonly>|</includeonly>}}} |
{{#if:{{{rarity<includeonly>|</includeonly>}}} |
{{!}} style="background-color:#E6E6FA; color:#000;" {{!}}'''Rarity'''
{{!}} style="background:#E6E6FA" {{!}}'''Rarity'''
{{!}}{{{rarity}}}
{{!}}{{{rarity}}}
{{!}}-
{{!}}-
}}
}}
{{#if:{{{art-bulbapedia<includeonly>|</includeonly>}}} |
{{#if:{{{voiceactor<includeonly>|</includeonly>}}} |
{{!}} style="background-color:#bfffbf; color:#000;" {{!}}'''Article on Bulbapedia'''
{{!}} style="background:#E6E6FA" {{!}}'''English voice actor'''
{{!}}[[bulbapedia:{{{art-bulbapedia}}}|{{{art-bulbapedia}}}]]{{#if: {{{art-bulbapedia2|}}} | <br> [[{{{art-bulbapedia2|}}}]]}}
{{!}}{{{voiceactor}}}
{{!}}-
{{!}}-
}}
{{#if:{{{japanactor<includeonly>|</includeonly>}}} |
{{!}} style="background:#E6E6FA" {{!}}'''Japanese voice actor'''
{{!}}{{{japanactor}}}
{{!}}-
}}
{{#if:{{{franceactor<includeonly>|</includeonly>}}} |
{{!}} style="background:#E6E6FA" {{!}}'''French voice actor'''
{{!}}{{{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>
|}<noinclude>
{{Documentation}}
{{/doc}}


[[Category:Infobox templates|{{PAGENAME}}]]
[[Category:Infobox templates]]</noinclude>
</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.