Template:MastersSkillInfobox/doc

This template generates an infobox, which contains a skill name and description from Pokémon Masters EX

Usage

{{MastersSkillInfobox
|name=
|jpname=
|jptrans=
|jptranslit=
|skilltype=
|master=
|arc=
|desc=
|desc2=
|nocat=
}}

Template Fields

  • name - The English name of the skill.
  • jpname - The Japanese name of the skill.
  • jptrans - An English translation of the Japanese name.
  • jptranslit - The literal sound of the word, if it is actually an English word, just sounded out with Japanese characters.
  • skilltype - The category of the skill. For example: Passive, Master Passive, Arc Suit Passive.
  • master - (optional) - Set to yes if the skill is a master passive skill.
  • arc - (optional) - Set to yes if the skill is an arc suit passive skill.
  • desc - The skill's in-game description, using an X in place of any number that varies based on the number of the skill. If the description text varies based on the number of the skill, use the description text for the lower numbered versions here.
  • desc2 - (optional) The in-game description for the highest numbered version of the skill, if it is different than the lower numbered versions.
  • nocat (optional) - Set to 1 to prevent the infobox from automatically adding categories.

Examples

Standard use

Critical Strike 急所時威力上昇
Power Up During Critical Hit
Passive Skill
Powers up the user's attacks when they become critical hits.
{{MastersSkillInfobox
|name=Critical Strike
|jpname=急所時威力上昇
|jptrans=Power Up During Critical Hit
|jptranslit=Kyūsho-ji Iryoku Jōshō
|skilltype=Passive
|desc=Powers up the user's attacks when they become critical hits.
|nocat=1
}}

Two descriptions

Acumen P技後特防アップ
Special Defense Increase after the Pokémon uses a Move
Passive Skill
Acumen 1–8
Has a chance (X%) of raising the user's Sp. Def by one stat rank when its Pokémon uses a move.
Acumen 9
Raises the user's Sp. Def by one stat rank when its Pokémon uses a move.
{{MastersSkillInfobox
|name=Acumen
|jpname=P技後特防アップ
|jptrans=Special Defense Increase after the Pokémon uses a Move
|skilltype=Passive
|desc=Has a chance (X%) of raising the user's Sp. Def by one stat rank when its Pokémon uses a move.
|desc2=Raises the user's Sp. Def by one stat rank when its Pokémon uses a move.
|nocat=1
}}

Master passive

Fire Teamwork ほのおのカリスマ
Fire Charisma
Master Passive Skill
Powers up the moves of all allied sync pairs by 10%. Reduces attack move damage taken by all allied sync pairs by 10%. The more allied sync pairs with the Fire theme you have on your team, the higher these percentages are. (Each additional sync pair powers up moves by 5% and reduces damage by 2%. The maximum power-up is 20%, and the maximum damage reduction is 14%.)
{{MastersSkillInfobox
|name=Fire Teamwork
|jpname=ほのおのカリスマ
|jptrans=Fire Charisma
|skilltype=Master Passive
|master=yes
|desc=Powers up the moves of all allied sync pairs by 10%. Reduces attack move damage taken by all allied sync pairs by 10%. The more allied sync pairs with the Fire theme you have on your team, the higher these percentages are. (Each additional sync pair powers up moves by 5% and reduces damage by 2%. The maximum power-up is 20%, and the maximum damage reduction is 14%.)
|nocat=1
}}

Arc suit passive

Steel Myth こうてつの神話
{{{jptrans}}}
Arc Suit Passive Skill
Powers up the moves of all allied sync pairs by 10%. Reduces attack move damage taken by all allied sync pairs by 20%. The more allied sync pairs with the Steel theme you have on your team, the higher these percentages are. (Each additional sync pair powers up moves by 10% and reduces damage by 3%. The maximum power-up is 30%, and the maximum damage reduction is 26%.)
{{MastersSkillInfobox
|name=Steel Myth
|jpname=こうてつの神話
|skilltype=Arc Suit Passive
|arc=yes
|desc=Powers up the moves of all allied sync pairs by 10%. Reduces attack move damage taken by all allied sync pairs by 20%. The more allied sync pairs with the Steel theme you have on your team, the higher these percentages are. (Each additional sync pair powers up moves by 10% and reduces damage by 3%. The maximum power-up is 30%, and the maximum damage reduction is 26%.)
|nocat=1
}}