Template:P3P Shadow Stats/Documentation

Jump to navigation Jump to search

Purpose

Stat table template used to document the stats of Shadows in Persona 3 Portable. For the stats of Personas, use Template:P3P Persona Stats instead.

For the original version of Persona 3 and Persona 3 FES, use Template:P3 Shadow Stats. For Persona 3 Reload, use Template:P3R Shadow 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/ailment resistances or item drop slots, should be omitted from usage.

Parameter Explanation

{{P3P Shadow Stats
|name= Name; defaults to article's name when omitted
|level= Level
|hp= HP
|sp= SP
|st= Strength
|ma= Magic
|en= Endurance
|ag= Agility
|lu= Luck
|location= Encounter location
|arcana= Arcana
|exp= Base experience points
|randomencounter= Can the Shadow be randomly encountered? Use Y for yes, N for no
|drop1= First kind of item drop, if any
|droprate1= Percentage rate for first item dropping
|drop2= Second kind of item drop, if any
|droprate2= Percentage rate for second item
|drop3= Third kind of item drop, if any
|droprate3= Percentage rate for third item
|drop4= Fourth kind of item drop, if any
|droprate4= Percentage rate for fourth item
|drop5= Fifth kind of item drop, if any
|droprate5= Percentage rate for fifth item
|drop6= Sixth kind of item drop, if any
|droprate6= Percentage rate for sixth item
|drop7= Seventh kind of item drop, if any
|droprate7= Percentage rate for seventh item
|drop8= Eighth kind of item drop, if any
|droprate8= Percentage rate for eighth item
|drop9= Ninth kind of item drop, if any
|droprate9= Percentage rate for ninth item
|slash= Resistance to the Slash element
|strike= Resistance to the Strike element
|pierce= Resistance to the Pierce 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
|slashfrac= Fractional resistance to the Slash element
|strikefrac= Fractional resistance to the Strike element
|piercefrac= 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
|almifrac= Fractional resistance to the Almi element
|charm= Fractional resistance to the Charm ailment
|distress= Fractional resistance to the Distress ailment
|dizzy= Fractional resistance to the Dizzy ailment
|fear= Fractional resistance to the Fear ailment
|panic= Fractional resistance to the Panic ailment
|poison= Fractional resistance to the Poison ailment
|rage= Fractional resistance to the Rage ailment
|skills= Known skills; use {{Skill}} to add skills
}}
Parameter Notes
name
Optional; not used when parameter is omitted. By default, the template will automatically render the Shadow's name the same as the article name. Use the name parameter if the Shadow'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 where the Shadow can be encountered. See the Gameplay guidelines for full instruction on listing locations.
drop, droprate
Displays the Shadow's potential item drops and their percentage rate. Shadows can have up to nine potential item drops. If a Shadow carries fewer items, omit the unused drop parameters to automatically add an em dash.
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. Ailment resistance parameters use fractional values only.

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.

The Almi element does not have a resistance UI icon, however some Shadows have varying resistances to the Almi element regardless. almifrac= can be used to input its fractional resistance.
skills
Use Template:Skill to add skills. E.g. {{Skill|P3P|Agi}}. This stat table will display the skill name, cost, and description (if available for that skill).

Skill information is called from Module:Data/Skill/p3p.

Code

All parameters
{{P3P Shadow Stats
|name=
|level=
|hp=
|sp=
|st=
|ma=
|en=
|ag=
|lu=
|location=
|arcana=
|exp=
|randomencounter=
|drop1=
|droprate1=
|drop2=
|droprate2=
|drop3=
|droprate3=
|drop4=
|droprate4=
|drop5=
|droprate5=
|drop6=
|droprate6=
|drop7=
|droprate7=
|drop8=
|droprate8=
|drop9=
|droprate9=
|slash=
|strike=
|fire=
|ice=
|elec=
|wind=
|light=
|darkness=
|slashfrac=
|strikefrac=
|piercefrac=
|firefrac=
|icefrac=
|elecfrac=
|windfrac=
|lightfrac=
|darknessfrac=
|almifrac=
|charm=
|distress=
|dizzy=
|fear=
|panic=
|poison=
|rage=
|skills=
}}