Template:P3 Persona Stats: Difference between revisions

Jump to navigation Jump to search
No edit summary
mNo edit summary
 
(4 intermediate revisions by 3 users not shown)
Line 74: Line 74:
}}
}}
|-
|-
|colspan=2|
{{#if:{{{card|}}}|{{!}}colspan=2{{!}}
{| class="inner-table" style="width:100%;"
{{(!}} class="inner-table" style="width:100%;"
!style="width:30%"|Skill Card
!style="width:30%"{{!}}Skill Card
|{{{card|}}}
{{!}}{{{card|}}}
|}
{{!)}}}}
|-
|-
|colspan=2|
|colspan=2|
Line 91: Line 91:
{{{skills|}}}
{{{skills|}}}
|}
|}
|-
{{#if:{{{fusion|}}}|
{{!}}colspan=2{{!}}
{{(!}} class="inner-table" style="width:100%;"
!colspan=4{{!}}Fusion Skill
{{!}}-
!Skill
!Cost
!Description
!Persona
{{!}}-
{{{fusion|}}}
{{!)}}
}}
|}</includeonly><noinclude>
|}</includeonly><noinclude>
[[Category:Stat Table Templates]]
[[Category:P3 Templates]]
[[Category:P3 Stat Table Templates]]
[[Category:P3F Templates]]
[[Category:P3F Stat Table Templates]]
[[Category:Persona Stat Table Templates]]
{{Documentation}}
{{Documentation}}
</noinclude>
</noinclude>

Latest revision as of 03:40, 24 June 2024

Purpose

Table template used to document the stats of Persona from Persona 3, Persona 3 FES, and Persona 3 Portable.

Usage

This template is to be used in the ==Gameplay== section on Persona and Character pages. It can be used with <tabber></tabber> to catalog different versions of the persona, including versions from separate releases of the game. Duplicate tables cataloging the version of a persona from a specific version of the game are not needed if the persona features identical stats and information in another table. The original version of the game is treated as default.

{{P3 Persona Stats
|name= Name
|level= Level
|st= Strength
|ma= Magic
|en= Endurance
|ag= Agility
|lu= Luck
|loc= Location
|loc2= 2nd Location 
|arcana= Arcana
|shuffle= Shuffle Time Accessibility
|inherit= Skill Inheritance Preference
|slash= Slash Resistance
|strike= Strike Resistance
|pierce= Pierce Resistance
|fire= Fire Resistance
|ice= Ice Resistance
|elec= Elec Resistance
|wind= Wind Resistance
|light= Light Resistance
|darkness= Darkness Resistance
|heart= Heart Item
|card= Skill Card
|skills= Skill Information
|fusion= Fusion Skill
}}

The name of the template is set up so that it automatically calls the name of the page the template is being used on. By chance, if the name of the Persona is not shared with the page it's on use the parameter name= parameter to choose a specific one.

The loc2= parameter is conditional and only appears if the user goes out of their way to activate it. Only use if necessary.

The arcana= parameter is set up so that whatever is typed into it will automatically be a link in the chart.

The shuffle= parameter is used to show whether or not the persona is accessible through Shuffle Time. Simply enter an "y" if it can, or "n" if it can't.

The heart= parameter is used to detail whether or not a persona has a Heart Item.

The skills= parameter use Template:Skill for displaying information regarding any skills besides fusion skills.

The fusion= parameter is used for displaying information for fusion skills. It used identically to skills=, with the exception of using Template:SkillFusion instead of Template:Skill.


Code

{{P3 Persona Stats
|name=
|level=
|st=
|ma=
|en=
|ag=
|lu=
|loc=
|loc2=
|arcana=
|shuffle=
|inherit=
|slash=
|strike=
|pierce=
|fire=
|ice=
|elec=
|wind=
|light=
|darkness=
|heart= 
|card=
|skills= 
|fusion=
}}

Examples

{{P3 Persona Stats
|name=Orpheus
|level=1
|st=2
|ma=2
|en=2
|ag=2
|lu=2
|loc=—
|arcana=Fool
|shuffle=x
|inherit=Fire
|elec=Wk
|darkness=Wk
|skills= 
{{Skill|P3|bash}}
{{Skill|P3|agi}}
{{Skill|P3|tarunda}}
|fusion=
{{SkillFusion|P3|cadenza}}
}}