Template talk:MoveInfobox: Difference between revisions

Moved documentation to Template:MoveInfobox/doc
No edit summary
(Moved documentation to Template:MoveInfobox/doc)
Line 1: Line 1:
{| style="margin: auto; border: 1px solid #88a; border-collapse: collapse; background: #f7f8ff;" border="1" cellpadding="2" cellspacing="0"
|-
! colspan="2" style="background: #ccf; text-align: center;" | Move Infobox Parameters
|-
! n
| Number of move{{fn|1}}
|-
! name
| English name
|-
! jname
| Japanese name
|-
! jtrans
| Japanese name translated
|-
! desc
| Description{{fn|2}} and notes.
|-
! type
| [[Type]] of move
|-
! basepp
| Base PP
|-
! maxpp
| Maximum PP (160% of base)
|-
! power
| Power
|-
! accuracy
| Accuracy (don't append %){{fn|3}}
|-
! priority
| [[Priority]] {{fn|4}}
|-
! category
| [[Contest condition|Contest category]]{{fn|5}}
|-
! appeal
| Points gained in contests
|-
! jam
| Points negated in opponents
|-
! cdesc
| Additional effects in contests{{fn|6}}
|-
! pokeforurl
| Key for accessing PokéFor's Movedex{{fn|7}}
|-
! footnotes
| Footnotes{{fn|8}}
|}
* {{fnb|1}} The number is not displayed, but may be useful when creating automatic cross-references. Do not prefix zeroes.
* {{fnb|2}} The description is found in the '''battle moves''' panel.
* {{fnb|3}} Give 99.6% as 100%.
* {{fnb|4}} For moves that have priority not equal to 0.
* {{fnb|5}} One of '''Cool''', '''Beauty''', '''Cute''', '''Smart''' or '''Tough'''.
* {{fnb|6}} The additional effects are described in the '''contest moves''' panel.
* {{fnb|7}} The PokéFor Movedex key is usually the lowercase of the English name, substituting '''+''' for spaces.
* {{fnb|8}} Leave blank if no footnotes.
{| style="margin: auto; border: 1px solid #88a; border-collapse: collapse; background: #f7f8ff;" border="1" cellpadding="2" cellspacing="0"
|-
! colspan="2" style="background: #ccf; text-align: center;" | Move properties
|-
! touches
| Does the move make [[contact]] with the opponent?
|-
! misses
| Can the move miss?
|-
! snatchable
| Is the move {{m|Snatch}}able?
|-
! magiccoat
| Do {{m|Magic Coat}} and {{a|Magic Bounce}} protect against this move?
|-
! useskingsrock
| Does using [[King's Rock]] and this move cause the opponent to flinch?
|-
! sound
| Is this move considered a sound move? (See {{a|Soundproof}})
|}
All values take either a '''yes''' or '''no''' (case-sensitive).
Below are the values for the target parameter, and the text that will be shown in the infobox for that value. "Any" means that a single target may be chosen from among the targets in range. "All" means that all targets in range are hit. "Adjacent" refers to a Pokémon's position in [[Double Battle]]s or [[Triple Battle]]s with respect to the user of the move.
{| style="margin: auto; border: 1px solid #88a; border-collapse: collapse; background: #f7f8ff;" border="1" cellpadding="2" cellspacing="0"
|-
! colspan="2" style="background: #ccf; text-align: center;" | Valid target values
|-
| any
| May affect anyone but the user
|-
| anyadjacent
| May affect anyone adjacent to the user
|-
| all
| Affects all Pokémon on the field
|-
| alladjacent
| Affects all Pokémon adjacent to the user
|-
| allothers
| Affects all but the user
|-
| foes
| Affects all foes
|-
| adjacentfoes
| Affects all adjacent foes, but not allies
|-
| foe
| May affect any foe, but not allies
|-
| adjacentfoe
| May affect any adjacent foe, but not allies
|-
| self
| Affects the user
|-
| allies
| Affects all allies
|-
| ally
| Affects an ally
|-
| adjacentally
| Affects an adjacent ally
|-
| team
| Affects the user and all allies
|-
| selfadjacentally
| May affect the user or an adjacent ally
|-
| twoteam
| Affects the user and one ally
|-
| ''(other values)''
| Does not affect any Pokémon
|}
==Example==
{{MoveInfoboxNoncat|
n=344 |
name=Volt Tackle |
jname=ボルテッカー |
jtrans=Volteccer |
desc=The user electrifies itself, then charges at the foe. It causes considerable damage to the user as well. |
gameimage=Volt Tackle IV.png |
type=Electric |
damagecategory=Physical |
basepp=15 |
maxpp=24 |
power=120 |
accuracy=100 |
bdesc=User is hit by recoil that is equal to one-third of the damage inflicted. |
category=Cool |
appeal=6 |
jam=0 |
gen=III|
cdesc=User will be more easily startled afterwards. |
appealsc=2 |
scdesc=Earn +3 if the Pokémon that just went hit max Voltage. |
pokefordex=volt+tackle |
touches=yes |
protect=yes |
magiccoat=no |
snatch=no |
brightpowder=yes |
kingsrock=yes |
flag7=no |
flag8=yes |
sound=no |
target=foe |
footnotes= }}
<pre>
<nowiki>{{MoveInfobox|
n=344 |
name=Volt Tackle |
jname=ボルテッカー |
jtrans=Volteccer |
desc=The user electrifies itself, then charges at the foe. It causes considerable damage to the user as well. |
gameimage=DPVolttackleani.gif |
type=Electric |
damagecategory=Physical |
basepp=15 |
maxpp=24 |
power=120 |
accuracy=100 |
bdesc=User is hit by recoil that is equal to one-third of the damage inflicted. |
category=Cool |
appeal=6 |
jam=0 |
gen=III|
cdesc=User will be more easily startled afterwards. |
appealsc=2 |
scdesc=Earn +3 if the Pokémon that just went hit max Voltage. |
pokefordex=volt+tackle |
touches=yes |
protect=yes |
magiccoat=no |
snatch=no |
brightpowder=yes |
kingsrock=yes |
flag7=no |
flag8=yes |
sound=no |
footnotes= }}</nowiki>
</pre>
==What this still really needs==
==What this still really needs==


7,097

edits