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"><default>{{PAGENAME}}</default></title>
   <title source="stand_name">
   <image source="image"><caption source="caption"/></image>
    <default>{{PAGENAME}}</default>
  </title>
 
   <image source="image">
    <caption source="caption"/>
  </image>


   <group class="stand-wheel-wrapper">
   <group>
    <header>General Information</header>
    <data source="stand_user">
      <label>Stand User</label>
    </data>
  </group>
 
  <group>
     <header>Stand Statistics</header>
     <header>Stand Statistics</header>
     <div class="stat-wheel-container">
     <div class="stat-wheel-container">
       <div class="stat-point power">[[File:StandChart_Background.png|200px|link=]]<div class="rank-value"> { { {power|?} } } </div></div>
       <div class="stat-point power"><div class="rank-value">{{{power|?}}}</div></div>
       <div class="stat-point speed"><div class="rank-value"> { { {speed|?} } } </div></div>
       <div class="stat-point speed"><div class="rank-value">{{{speed|?}}}</div></div>
       <div class="stat-point range"><div class="rank-value"> { { {range|?} } } </div></div>
       <div class="stat-point range"><div class="rank-value">{{{range|?}}}</div></div>
       <div class="stat-point durability"><div class="rank-value"> { { {durability|?} } } </div></div>
       <div class="stat-point durability"><div class="rank-value">{{{durability|?}}}</div></div>
       <div class="stat-point precision"><div class="rank-value"> { { {precision|?} } } </div></div>
       <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 class="stat-point potential"><div class="rank-value">{{{potential|?}}}</div></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", "description": "Rank A-E", "type": "string", "suggested": true },
"speed": { "label": "Speed", "description": "Rank A-E", "type": "string", "suggested": true },
"range": { "label": "Range", "description": "Rank A-E", "type": "string", "suggested": true },
"durability": { "label": "Durability", "description": "Rank A-E", "type": "string", "suggested": true },
"precision": { "label": "Precision", "description": "Rank A-E", "type": "string", "suggested": true },
"potential": { "label": "Potential", "description": "Rank A-E", "type": "string", "suggested": true }
},
"description": "Hexagonal Stand Statistics chart.",
"format": "block"
}
</templatedata>
</noinclude>

Revision as of 02:51, 26 April 2026


Hexagonal Stand Statistics chart.

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

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