|
|
| (28 intermediate revisions by the same user not shown) |
| Line 1: |
Line 1: |
| <includeonly> | | <div class="stand-chart-box"><div class="stand-mask" style="--p:{{#switch:{{{power|Ø}}}|A=75px|B=60px|C=45px|D=30px|E=15px|0px}}; --s:{{#switch:{{{speed|Ø}}}|A=75px|B=60px|C=45px|D=30px|E=15px|0px}}; --r:{{#switch:{{{range|Ø}}}|A=75px|B=60px|C=45px|D=30px|E=15px|0px}}; --d:{{#switch:{{{durability|Ø}}}|A=75px|B=60px|C=45px|D=30px|E=15px|0px}}; --pr:{{#switch:{{{precision|Ø}}}|A=75px|B=60px|C=45px|D=30px|E=15px|0px}}; --po:{{#switch:{{{potential|Ø}}}|A=75px|B=60px|C=45px|D=30px|E=15px|0px}};"></div><div class="stand-rank rank-power rank-{{{power|Ø}}}">{{{power|Ø}}}</div><div class="stand-rank rank-speed rank-{{{speed|Ø}}}">{{{speed|Ø}}}</div><div class="stand-rank rank-range rank-{{{range|Ø}}}">{{{range|Ø}}}</div><div class="stand-rank rank-durability rank-{{{durability|Ø}}}">{{{durability|Ø}}}</div><div class="stand-rank rank-precision rank-{{{precision|Ø}}}">{{{precision|Ø}}}</div><div class="stand-rank rank-potential rank-{{{potential|Ø}}}">{{{potential|Ø}}}</div></div> |
| <infobox type="stand">
| |
| <title source="stand_name">
| |
| <default>{{PAGENAME}}</default>
| |
| </title>
| |
|
| |
| <image source="image">
| |
| <caption source="caption"/>
| |
| </image>
| |
| | |
| <group>
| |
| <header>General Information</header>
| |
| <data source="stand_user">
| |
| <label>Stand User</label>
| |
| </data>
| |
| </group>
| |
| | |
| <group>
| |
| <header>Stand Statistics</header>
| |
| <div class="stat-wheel-container">
| |
| <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 range"><div class="rank-value">{{{range|?}}}</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 potential"><div class="rank-value">{{{potential|?}}}</div></div>
| |
| </div>
| |
| </group>
| |
| </infobox>
| |
| </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> | |