576
edits
Bfdifan2006 (talk | contribs) (Moved from Template talk:TwitchPoké) |
BthrussellUK (talk | contribs) |
||
This template is
==How to Use==▼
▲This template is meant exclusively for use on the [[Twitch Plays Pokémon]] article and its sub-pages.
{| width="50%" class="roundy" style="margin:auto; border: 2px solid #{{psychic color dark}}; background: #{{psychic color}};"▼
The template uses numbered parameters, so these should be used in order. Named parameters can be used in any position within the template. It must be used within a table.
! class="roundytl" style="background: #{{psychic color light}}" | Parameter▼
! class="roundytr" style="background: #{{psychic color light}}" | Input▼
===Parameters===
|- style="background: #FFF"▼
All parameters are case sensitive.
|-
| National Pokédex number.▼
| ''<code>1</code>''
| ''Number''
| The [[Generation]] number. '''Don't''' use roman numerals. Defaults to <code>3</code>.
|-
| ''<code>2</code>''
| The Pokémon's [[National Pokédex]] number. Defaults to <code>001</code>.
|-
| ''<code>3</code>''
| ''String''
| The Pokémon's name. Defaults to <code>Bulbasaur</code>.
|-
| <code>nick</code>
| ''String''
| '''Optional'''. The Pokémon's [[nickname]].
|-
| ''<code>4</code>''
| <code>M</code> • <code>♂</code> • <code>F</code> • <code>♀</code> • <code>B</code> • <code>?</code>
| The Pokémon's [[gender]]. Defaults to <code>?</code>.
|-
| ''<code>5</code>''
| ''Number''
| The Pokémon's [[level]]. Defaults to <code>100</code>
|-
| ''<code>6</code>''
| ''String'' • <code>None</code>
| The Pokémon's [[held item]]. Defaults to <code>None</code>.
|}
===
The template is written as follows:
<pre>{{TwitchPoké|<<1>>|<<2>>|<<3>>|nick=|<<4>>|<<5>>|<<6>>}}</pre>
For example, <code><nowiki>{{TwitchPoké|3|401|Kricketot|nick=KRICKETOT|M|4|Yellow Shard}}</nowiki></code> creates:
{|
{{TwitchPoké|3|401|Kricketot|nick=KRICKETOT|M|4|Yellow Shard}}
|}{{-}}
==Example==
The template is used together with others within a table to show the contents of a PC.
<pre>
▲{|
! colspan="4" style="{{roundy|5px}}; background: #B190E9" | {{color2|000|Pokémon Storage System|Bill's PC}}
|-
{{TwitchPoké|3|396|Starly|nick=STARLY|F|2}}
{{TwitchPoké|3|401|Kricketot|nick=KRICKETOT|M|4|Yellow Shard}}
{{TwitchPoké|3|399|Bidoof|nick=BIDOOF|
{{TwitchPoké|3|433|Chingling|nick=CHINGLING|
|}
</pre>
{| class="roundy" style="border: 2px solid #464646; background: #F5F5F5"
{{TwitchPoké|3|396|Starly|nick=STARLY|F|2}}
{{TwitchPoké|3|401|Kricketot|nick=KRICKETOT|M|4|Yellow Shard}}
{{TwitchPoké|3|399|Bidoof|nick=BIDOOF|
{{TwitchPoké|3|433|Chingling|nick=CHINGLING|
|}<noinclude>
▲|}
[[Category:Documentation templates]]</noinclude>
|