Template:StandChart: Difference between revisions
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 | <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"> | <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.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| Stand Name | stand_name | no description | String | suggested |
| Stand User | stand_user | no description | String | suggested |
| Image | image | no description | File | suggested |
| Image Caption | caption | no description | String | optional |
| Power | power | Rank A-E | String | suggested |
| Speed | speed | Rank A-E | String | suggested |
| Range | range | Rank A-E | String | suggested |
| Durability | durability | Rank A-E | String | suggested |
| Precision | precision | Rank A-E | String | suggested |
| Potential | potential | Rank A-E | String | suggested |