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...")
 
m (Protected "Template:Infobox Skill/Documentation" ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite)))
(No difference)

Revision as of 21:00, 17 June 2023

Purpose

Infobox used for skill pages.

Usage

Any unused parameters will not be displayed.

Parameter Description
image The skill's image or screenshot. <gallery></gallery> 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

{{Infobox Skill
|image=<gallery>
</gallery>
|seoimage=
|jpname=
|names=
|type=
|effect=
}}


This is the template documentation page for Template:Infobox Skill. It should be transcluded onto the template page.