Template:StandChart: Difference between revisions

From JCraft Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 10: Line 10:


   <group>
   <group>
     <header>Stand User</header>
     <header>General Information</header>
     <data source="stand_user"/>
     <data source="stand_user">
      <label>Stand User</label>
    </data>
   </group>
   </group>


   <group layout="horizontal" class="stand-stats-grid">
   <group class="jojo-stats-grid">
     <header>Stand Statistics</header>
     <header>Stand Statistics</header>
     <data source="power"><label>Power</label></data>
     <data source="power"><label>Power</label></data>
     <data source="speed"><label>Speed</label></data>
     <data source="speed"><label>Speed</label></data>
     <data source="range"><label>Range</label></data>
     <data source="range"><label>Range</label></data>
    <data source="precision"><label>Precision</label></data>
     <data source="durability"><label>Durability</label></data>
     <data source="durability"><label>Durability</label></data>
    <data source="precision"><label>Precision</label></data>
     <data source="potential"><label>Potential</label></data>
     <data source="potential"><label>Potential</label></data>
   </group>
   </group>
Line 29: Line 31:
{
{
"params": {
"params": {
"stand_name": { "label": "Stand Name", "suggested": true },
"stand_name": { "label": "Stand Name", "type": "string", "suggested": true },
"stand_user": { "label": "Stand User", "suggested": true },
"stand_user": { "label": "Stand User", "type": "string", "suggested": true },
"image": { "label": "Image", "type": "wiki-file-name" },
"image": { "label": "Image", "type": "wiki-file-name", "suggested": true },
"power": { "label": "Power", "description": "A-E", "suggested": true },
"caption": { "label": "Image Caption", "type": "string" },
"speed": { "label": "Speed", "description": "A-E", "suggested": true },
"power": { "label": "Power", "type": "string", "suggested": true },
"range": { "label": "Range", "description": "A-E", "suggested": true },
"speed": { "label": "Speed", "type": "string", "suggested": true },
"durability": { "label": "Durability", "description": "A-E", "suggested": true },
"range": { "label": "Range", "type": "string", "suggested": true },
"precision": { "label": "Precision", "description": "A-E", "suggested": true },
"precision": { "label": "Precision", "type": "string", "suggested": true },
"potential": { "label": "Potential", "description": "A-E", "suggested": true }
"durability": { "label": "Durability", "type": "string", "suggested": true },
}
"potential": { "label": "Potential", "type": "string", "suggested": true }
},
"description": "Stand Statistics chart with User and core A-E ranks.",
"format": "block"
}
}
</templatedata>
</templatedata>
</noinclude>
</noinclude>

Revision as of 02:46, 26 April 2026


Stand Statistics chart with User and core A-E ranks.

Template parameters

This template prefers block formatting of parameters.

ParameterDescriptionTypeStatus
Stand Namestand_name

no description

Stringsuggested
Stand Userstand_user

no description

Stringsuggested
Imageimage

no description

Filesuggested
Image Captioncaption

no description

Stringoptional
Powerpower

no description

Stringsuggested
Speedspeed

no description

Stringsuggested
Rangerange

no description

Stringsuggested
Precisionprecision

no description

Stringsuggested
Durabilitydurability

no description

Stringsuggested
Potentialpotential

no description

Stringsuggested