Template:StandChart: Difference between revisions

From JCraft Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
<includeonly>
<includeonly>
<infobox type="stand">
<infobox type="stand">
   <title source="stand_name">
   <title source="stand_name"><default>{{PAGENAME}}</default></title>
    <default>{{PAGENAME}}</default>
   <image source="image"><caption source="caption"/></image>
  </title>
 
   <image source="image">
    <caption source="caption"/>
  </image>


  <group>
   <group class="stand-wheel-wrapper">
    <header>General Information</header>
    <data source="stand_user">
      <label>Stand User</label>
    </data>
  </group>
 
   <group class="jojo-stats-grid">
     <header>Stand Statistics</header>
     <header>Stand Statistics</header>
     <data source="power"><label>Power</label></data>
     <div class="stat-wheel-container">
    <data source="speed"><label>Speed</label></data>
      <div class="stat-point power">[[File:StandChart_Background.png|200px|link=]]<div class="rank-value"> { { {power|?} } } </div></div>
    <data source="range"><label>Range</label></data>
      <div class="stat-point speed"><div class="rank-value"> { { {speed|?} } } </div></div>
    <data source="precision"><label>Precision</label></data>
      <div class="stat-point range"><div class="rank-value"> { { {range|?} } } </div></div>
    <data source="durability"><label>Durability</label></data>
      <div class="stat-point durability"><div class="rank-value"> { { {durability|?} } } </div></div>
    <data source="potential"><label>Potential</label></data>
      <div class="stat-point precision"><div class="rank-value"> { { {precision|?} } } </div></div>
      <div class="stat-point potential"><div class="rank-value"> { { {potential|?} } } </div></div>
    </div>
   </group>
   </group>
</infobox>
</infobox>
</includeonly>
</includeonly>
<noinclude>
<templatedata>
{
"params": {
"stand_name": { "label": "Stand Name", "type": "string", "suggested": true },
"stand_user": { "label": "Stand User", "type": "string", "suggested": true },
"image": { "label": "Image", "type": "wiki-file-name", "suggested": true },
"caption": { "label": "Image Caption", "type": "string" },
"power": { "label": "Power", "type": "string", "suggested": true },
"speed": { "label": "Speed", "type": "string", "suggested": true },
"range": { "label": "Range", "type": "string", "suggested": true },
"precision": { "label": "Precision", "type": "string", "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>
</noinclude>

Revision as of 02:50, 26 April 2026