Template:StandChart: Difference between revisions

From JCraft Wiki
Jump to navigation Jump to search
Created page with "<includeonly> <infobox> <title source="stand_name"> <default>{{PAGENAME}}</default> </title> <image source="image"> <caption source="caption"/> </image> <group> <header>User Information</header> <data source="user"> <label>User</label> </data> <data source="method"> <label>Obtainment</label> </data> </group> <group> <header>Stand Stats</header> <data source="power"> <label>Destructive Power</label>..."
 
No edit summary
Line 10: Line 10:


   <group>
   <group>
    <header>User Information</header>
     <header>Stand Statistics</header>
    <data source="user">
      <label>User</label>
    </data>
    <data source="method">
      <label>Obtainment</label>
    </data>
  </group>
 
  <group>
     <header>Stand Stats</header>
     <data source="power">
     <data source="power">
       <label>Destructive Power</label>
       <label>Power</label>
     </data>
     </data>
     <data source="speed">
     <data source="speed">
Line 30: Line 20:
       <label>Range</label>
       <label>Range</label>
     </data>
     </data>
     <data source="persistence">
     <data source="durability">
       <label>Durability</label>
       <label>Durability</label>
     </data>
     </data>
Line 37: Line 27:
     </data>
     </data>
     <data source="potential">
     <data source="potential">
       <label>Developmental Potential</label>
       <label>Potential</label>
    </data>
  </group>
 
  <group>
    <header>Abilities</header>
    <data source="special_1">
      <label>Ability 1</label>
    </data>
    <data source="special_2">
      <label>Ability 2</label>
    </data>
    <data source="utility">
      <label>Utility</label>
    </data>
  </group>
 
  <group>
    <header>Passives</header>
    <data source="passive">
      <label>Passive</label>
     </data>
     </data>
   </group>
   </group>
Line 67: Line 37:
"params": {
"params": {
"stand_name": { "label": "Stand Name", "type": "string", "suggested": true },
"stand_name": { "label": "Stand Name", "type": "string", "suggested": true },
"user": { "label": "Stand User", "type": "string", "suggested": true },
"image": { "label": "Image", "type": "wiki-file-name", "suggested": true },
"image": { "label": "Stand Image", "type": "wiki-file-name", "suggested": true },
"caption": { "label": "Image Caption", "type": "string" },
"method": { "label": "Obtainment", "type": "string", "suggested": true },
"power": { "label": "Power", "description": "Rank A-E", "type": "string", "suggested": true },
"power": { "label": "Power (A-E)", "type": "string", "suggested": true },
"speed": { "label": "Speed", "description": "Rank A-E", "type": "string", "suggested": true },
"speed": { "label": "Speed (A-E)", "type": "string", "suggested": true },
"range": { "label": "Range", "description": "Rank A-E", "type": "string", "suggested": true },
"range": { "label": "Range (A-E)", "type": "string", "suggested": true },
"durability": { "label": "Durability", "description": "Rank A-E", "type": "string", "suggested": true },
"persistence": { "label": "Durability (A-E)", "type": "string", "suggested": true },
"precision": { "label": "Precision", "description": "Rank A-E", "type": "string", "suggested": true },
"precision": { "label": "Precision (A-E)", "type": "string", "suggested": true },
"potential": { "label": "Potential", "description": "Rank A-E", "type": "string", "suggested": true }
"potential": { "label": "Potential (A-E)", "type": "string", "suggested": true },
"special_1": { "label": "Ability 1", "type": "string" },
"special_2": { "label": "Ability 2", "type": "string" },
"utility": { "label": "Utility", "type": "string" },
"passive": { "label": "Passive", "type": "string" }
},
},
"description": "Standmaker style infobox for JoJo stands.",
"description": "Core Stand Statistics chart using Power, Speed, Range, Durability, Precision, and Potential.",
"format": "block"
"format": "block"
}
}
</templatedata>
</templatedata>
</noinclude>
</noinclude>

Revision as of 02:42, 26 April 2026


Core Stand Statistics chart using Power, Speed, Range, Durability, Precision, and Potential.

Template parameters

This template prefers block formatting of parameters.

ParameterDescriptionTypeStatus
Stand Namestand_name

no description

Stringsuggested
Imageimage

no description

Filesuggested
Image Captioncaption

no description

Stringoptional
Powerpower

Rank A-E

Stringsuggested
Speedspeed

Rank A-E

Stringsuggested
Rangerange

Rank A-E

Stringsuggested
Durabilitydurability

Rank A-E

Stringsuggested
Precisionprecision

Rank A-E

Stringsuggested
Potentialpotential

Rank A-E

Stringsuggested