|
|
| (30 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 class="jojo-stats-grid">
| |
| <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="precision"><label>Precision</label></data>
| |
| <data source="durability"><label>Durability</label></data>
| |
| <data source="potential"><label>Potential</label></data>
| |
| </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", "type": "string", "suggested": true },
| |
| "speed": { "label": "Speed", "type": "string", "suggested": true },
| |
| "range": { "label": "Range", "type": "string", "suggested": true },
| |
| "precision": { "label": "Precision", "type": "string", "suggested": true },
| |
| "durability": { "label": "Durability", "type": "string", "suggested": true },
| |
| "potential": { "label": "Potential", "type": "string", "suggested": true }
| |
| },
| |
| "description": "Stand Statistics chart with User and core A-E ranks.",
| |
| "format": "block"
| |
| } | |
| </templatedata> | |
| </noinclude> | |