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"> | <title source="stand_name"><default>{{PAGENAME}}</default></title> | ||
<image source="image"><caption source="caption"/></image> | |||
<image source="image"> | |||
<group class="stand-wheel-wrapper"> | |||
<group class=" | |||
<header>Stand Statistics</header> | <header>Stand Statistics</header> | ||
< | <div class="stat-wheel-container"> | ||
<div class="stat-point power">[[File:StandChart_Background.png|200px|link=]]<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> | </group> | ||
</infobox> | </infobox> | ||
</includeonly> | </includeonly> | ||