Template:StandChart4: Difference between revisions

From JCraft Wiki
Jump to navigation Jump to search
No edit summary
Line 17: Line 17:
         <div class="stand-chart4-label label4-pot">{{uc:{{{potential|}}}}}</div>
         <div class="stand-chart4-label label4-pot">{{uc:{{{potential|}}}}}</div>
     </div>
     </div>
</div></includeonly><noinclude>
<includeonly><div class="stand-chart4-wrapper">
   
    <div class="stand-chart4-inner" style="
        --pow: {{#switch:{{uc:{{{power|}}}}}|A|A.=42.8|B|B.=34|C|C.=25.5|D|D.=16.8|E|E.=8.7|0}};
        --spd: {{#switch:{{uc:{{{speed|}}}}}|A|A.=42.8|B|B.=34|C|C.=25.5|D|D.=16.8|E|E.=8.7|0}};
        --rng: {{#switch:{{uc:{{{range|}}}}}|A|A.=42.8|B|B.=34|C|C.=25.5|D|D.=16.8|E|E.=8.7|0}};
        --dur: {{#switch:{{uc:{{{durability|}}}}}|A|A.=42.8|B|B.=34|C|C.=25.5|D|D.=16.8|E|E.=8.7|0}};
        --pre: {{#switch:{{uc:{{{precision|}}}}}|A|A.=42.8|B|B.=34|C|C.=25.5|D|D.=16.8|E|E.=8.7|0}};
        --pot: {{#switch:{{uc:{{{potential|}}}}}|A|A.=42.8|B|B.=34|C|C.=25.5|D|D.=16.8|E|E.=8.7|0}};
    ">
        <div class="stand-chart4-polygon"></div>
    </div>
    <div class="stand-chart4-label label4-pow" style="color: {{#switch:{{uc:{{{power|}}}}}|A|A.=#FFCC00|E|E.=#FF3333|#FFFFFF}};">{{uc:{{{power|}}}}}</div>
    <div class="stand-chart4-label label4-spd" style="color: {{#switch:{{uc:{{{speed|}}}}}|A|A.=#FFCC00|E|E.=#FF3333|#FFFFFF}};">{{uc:{{{speed|}}}}}</div>
    <div class="stand-chart4-label label4-rng" style="color: {{#switch:{{uc:{{{range|}}}}}|A|A.=#FFCC00|E|E.=#FF3333|#FFFFFF}};">{{uc:{{{range|}}}}}</div>
    <div class="stand-chart4-label label4-dur" style="color: {{#switch:{{uc:{{{durability|}}}}}|A|A.=#FFCC00|E|E.=#FF3333|#FFFFFF}};">{{uc:{{{durability|}}}}}</div>
    <div class="stand-chart4-label label4-pre" style="color: {{#switch:{{uc:{{{precision|}}}}}|A|A.=#FFCC00|E|E.=#FF3333|#FFFFFF}};">{{uc:{{{precision|}}}}}</div>
    <div class="stand-chart4-label label4-pot" style="color: {{#switch:{{uc:{{{potential|}}}}}|A|A.=#FFCC00|E|E.=#FF3333|#FFFFFF}};">{{uc:{{{potential|}}}}}</div>
</div></includeonly><noinclude>
</div></includeonly><noinclude>
== Usage ==
== Usage ==

Revision as of 16:33, 26 April 2026


Usage

{{StandChart4
|power=A
|speed=B
|range=C
|durability=D
|precision=E
|potential=A
}}