Template:Infobox Skill/Documentation: Difference between revisions

Jump to navigation Jump to search
(Created page with "==Purpose== Infobox used for skill pages. ==Usage== Any unused parameters will not be displayed. {| class="wikitable" |+ |- ! Parameter !! Description |- | image || The skill's image or screenshot. <code><nowiki><gallery></gallery></nowiki></code> can be added to include multiple images. |- | jpname || The skill's Japanese name. |- | names || Other names the skill goes by. |- | type || The skill's type(s). |- | effect || The skill's effect(s). |} ===Code=== <pre> {{Inf...")
 
No edit summary
 
(4 intermediate revisions by 2 users not shown)
Line 1: Line 1:
==Purpose==
Infobox used for skill pages.
==Usage==
Any unused parameters will not be displayed.
{| class="wikitable"
|+
|-
! Parameter !! Description
|-
| image || The skill's image or screenshot. <code><nowiki><gallery></gallery></nowiki></code> can be added to include multiple images.
|-
| jpname || The skill's Japanese name.
|-
| names || Other names the skill goes by.
|-
| type || The skill's type(s).
|-
| effect || The skill's effect(s).
|}
===Code===
<pre>
<pre>
{{Infobox Skill
{{Infobox Skill
Line 28: Line 6:
|jpname=
|jpname=
|names=
|names=
|type=
|damage=
|attribute=
|effect=
|effect=
}}
}}
</pre>
</pre>
{{Documentation Footer}}
*'''names''' — Any alternate names or spellings of the skill. If the name differs across media or series, indicate using [[Template:Exp App]].
*'''damage''' — The skill's damage type, i.e. "Physical" or "Magical". If the skill does not directly inflict damage, do not use this parameter.
*'''attribute''' — The skill's associated elemental attribute, i.e. Physical, Gun, Fire, Ice, Support, etc. If the attribute changes across games, indicate using [[Template:Exp App]].
*'''effect''' — A '''very brief''', general description of the skill's effect. I.e. "Damage-dealing skill", "Chance of inflicting [[Freeze]]", "Increases attack stats", etc. More complicated descriptions and explanations of mechanics should be kept to the skill page's Profile and/or Gameplay sections.
<noinclude>[[Category:Template Documentation]]</noinclude>

Latest revision as of 19:11, 10 October 2023

{{Infobox Skill
|image=<gallery>
</gallery>
|seoimage=
|jpname=
|names=
|damage=
|attribute=
|effect=
}}
  • names — Any alternate names or spellings of the skill. If the name differs across media or series, indicate using Template:Exp App.
  • damage — The skill's damage type, i.e. "Physical" or "Magical". If the skill does not directly inflict damage, do not use this parameter.
  • attribute — The skill's associated elemental attribute, i.e. Physical, Gun, Fire, Ice, Support, etc. If the attribute changes across games, indicate using Template:Exp App.
  • effect — A very brief, general description of the skill's effect. I.e. "Damage-dealing skill", "Chance of inflicting Freeze", "Increases attack stats", etc. More complicated descriptions and explanations of mechanics should be kept to the skill page's Profile and/or Gameplay sections.