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>
<infobox type="stand">
   <title source="stand_name">
   <title source="stand_name">
     <default>{{PAGENAME}}</default>
     <default>{{PAGENAME}}</default>
Line 10: Line 10:


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

Revision as of 02:44, 26 April 2026


No description.

Template parameters

ParameterDescriptionTypeStatus
Stand Namestand_name

no description

Unknownsuggested
Stand Userstand_user

no description

Unknownsuggested
Imageimage

no description

Fileoptional
Powerpower

A-E

Unknownsuggested
Speedspeed

A-E

Unknownsuggested
Rangerange

A-E

Unknownsuggested
Durabilitydurability

A-E

Unknownsuggested
Precisionprecision

A-E

Unknownsuggested
Potentialpotential

A-E

Unknownsuggested