Template:P4 Persona Stats

Revision as of 23:43, 22 September 2024 by Mistiryshak (talk | contribs)
Jump to navigation Jump to search

Purpose

Stat table template used to document the stats of Personas in Persona 4.

For the stats of Shadows, use Template:P4 Shadow Stats instead.

For Persona 4 Golden, use Template:P4G Persona Stats.

Usage

Stat tables are used in the Gameplay section on subject pages, or in their respective Gameplay page if available. It can be used with tabs to catalog different stat tables of the subject. Refer to the Gameplay guidelines for full instruction on using stat tables and tabs.

Parameters that are non-applicable to the subject, such as element resistances, should be omitted from usage.

Parameter Explanation

{{P4 Persona Stats
|name= Name; defaults to article's name when omitted
|level= Level
|st= Strength
|ma= Magic
|en= Endurance
|ag= Agility
|lu= Luck
|location= How to obtain
|arcana= Arcana
|shuffle= Can the Persona be obtained from Shuffle Time? Use Y for yes, N for no
|fusioncondition= Condition criteria to unlock Persona in fusion
|inherit= Inheritance Type
|phys= Resistance to the Phys element
|fire= Resistance to the Fire element
|ice= Resistance to the Ice element
|elec= Resistance to the Elec element
|wind= Resistance to the Wind element
|light= Resistance to the Light element
|darkness= Resistance to the Darkness element
|physfrac= Fractional resistance to the Pierce element
|firefrac= Fractional resistance to the Fire element
|icefrac= Fractional resistance to the Ice element
|elecfrac= Fractional resistance to the Elec element
|windfrac= Fractional resistance to the Wind element
|lightfrac= Fractional resistance to the Light element
|darknessfrac= Fractional resistance to the Darkness element
|skills= Known and learnable skills; use {{Skill}} to add skills
|slskills= Social Link skills; use {{Skill}} to add skills
|bikeskills= Bike skills; use {{Skill}} to add skills
}}
Parameter Notes
name
Optional; not used when parameter is omitted. By default, the template will automatically render the Persona's name the same as the article name. Use the name parameter if the Persona's name differs in-game or if the article title has a discriminator in it.

If the stat table is to be transcluded onto another page, then the name parameter must be used.
location
Optional; does not display when parameter is omitted. Displays how the Persona can be obtained. See the Gameplay guidelines for full instruction on listing locations.
fusioncondition
Optional; does not display when parameter is omitted. Displays the conditional criteria needed to be able to fuse this Persona, such as reaching a certain Social Link Rank. This parameter should be kept concise; any complicated explanations or lengthier conditions should be explained outside of the stat table in its own paragraph. For Social Link Rank conditions, format as [[Arcana Name]] Rank #.
Resistances
Element resistance parameters have two sets of rows: the first is used for the in-game resistance UI, the second is used for precise fractional values.

The fraction parameters default to ×1 to indicate neutral resistance. Fractions are added by inputting the equivalent numerical value (i.e. "2" for ×2, "1.5" for ×1.5, etc). See the Gameplay guidelines for full instruction on documenting resistances.
skills
Use Template:Skill to add skills and the level they are learned at. E.g. {{Skill|P4|Agi|-}}. Adding a hyphen in the level parameter will automatically add "Innate" to indicate a skill known by default. This stat table will display the skill name, cost, description, and level learned at.

Skill information is called from Module:Data/Skill/p4.
slskills
Use Template:Skill to add Social Link skills and their rank. E.g. {{Skill|P4|Agi|1}}. Skill information is called from Module:Data/Skill/p4.
bikeskills
Use Template:Skill to add Bike skills and their rank. E.g. {{Skill|P4|Agi|1}}. Skill information is called from Module:Data/Skill/p4.

Code

All parameters
{{P4 Persona Stats
|name=
|level=
|st=
|ma=
|en=
|ag=
|lu=
|location=
|arcana=
|shuffle=
|inherit=
|phys=
|fire=
|ice=
|elec=
|wind=
|light=
|darkness=
|physfrac=
|firefrac=
|icefrac=
|elecfrac=
|windfrac=
|lightfrac=
|darknessfrac=
|skills=
|slskills=
|bikeskills=
}}