|
|
| (32 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>
| |
| <title source="stand_name">
| |
| <default>{{PAGENAME}}</default>
| |
| </title>
| |
|
| |
| <image source="image">
| |
| <caption source="caption"/>
| |
| </image>
| |
| | |
| <group>
| |
| <header>Stand Statistics</header>
| |
| <data source="power">
| |
| <label>Power</label>
| |
| </data>
| |
| <data source="speed">
| |
| <label>Speed</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>
| |
| </infobox>
| |
| </includeonly>
| |
| <noinclude>
| |
| <templatedata>
| |
| { | |
| "params": {
| |
| "stand_name": { "label": "Stand Name", "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": "Core Stand Statistics chart using Power, Speed, Range, Durability, Precision, and Potential.",
| |
| "format": "block"
| |
| } | |
| </templatedata> | |
| </noinclude> | |