SurGive feedback
Joined 28 August 2024
The edit can be undone.
Please check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.
| Latest revision | Your text | ||
| Line 6: | Line 6: | ||
<div style="display: flex; justify-content: space-between;"> | <div style="display: flex; justify-content: space-between;"> | ||
<div style="width: 50px;"></div> | <div style="width: 50px;"></div> | ||
<div class="infobox-hero-name">{{{ | <div class="infobox-hero-name">{{{name|Abrams}}}</div> | ||
<div style="padding-left: 10px;">[[Image:{{{ | <div style="padding-left: 10px;">[[Image:{{{name|Abrams}}}_MM.png|frameless|center|40px]]</div> | ||
</div> | </div> | ||
</th> | </th> | ||
</tr> | </tr> | ||
<tr> | <tr> | ||
<th colspan="2" style="padding:0px; background-color:#a79986;">[[File:{{{ | <th colspan="2" style="padding:0px; background-color:#a79986;">[[File:{{{name}}} card.png|200px|alt={{{BASEPAGENAME}}}]]</th> | ||
</tr> | </tr> | ||
<tr> | <tr> | ||
<th colspan="2" style=" | <th colspan="2" style="color: #FFEFD7; background-color: #2F2F2F; font-size: 14px; font-family: 'PT Serif','Palatino','Georgia',serif; font-style: italic; text-shadow: 0px 0px 4px black, 0px 0px 0px black, 0px 0px 0px black;"><b>Summarized Base Stats</b></th> | ||
</tr> | </tr> | ||
<tr> | <tr> | ||
<th colspan="2" style="background-color: # | <th colspan="2" style="background-color: #d5903f; font-weight: bold; font-size: 16px; font-family: 'PT Serif','Palatino','Georgia',serif; font-weight: bold; text-shadow: 0px 0px 4px black, 0px 0px 0px black, 0px 0px 0px black; color:#FFEFD7; border-bottom: none;">Weapon</th> | ||
</tr> | |||
<tr> | |||
<th colspan="2" style="background-color: #d5903f; font-weight: bold; font-size: 12px; font-family: 'PT Serif','Palatino','Georgia',serif; font-weight: bold; text-shadow: 0px 0px 3px black, 0px 0px 0px black, 0px 0px 0px black; color:#FFEFD7; border-top: none;">{{#if:{{{weapon_name}}}|''"{{{weapon_name|}}}"''}}</th> | |||
</tr> | |||
<tr> | |||
<th style="color: #999999; background-color: #2F2F2F;">DPS</th> | |||
<td>{{Icon/Brown|[[File:Damage.png|20px|link=Damage per second]]|{{{dps}}}}}</td> | |||
</tr> | |||
<tr> | |||
<th style="color: #999999; background-color: #2F2F2F;">Ammo</th> | |||
<td>{{Icon/Grey|[[File:Clip size icon.png|20px|link=Ammo]]|{{{ammo}}}}}</td> | |||
</tr> | |||
<tr> | |||
<th style="color: #999999; background-color: #2F2F2F;">Bullets per sec</th> | |||
<td>{{Icon/Grey|[[File:Bullets per sec icon.png|20px|link=Fire Rate]]|{{{bullets_per_sec}}}}}</td> | |||
</tr> | |||
<tr> | |||
<th style="color: #999999; background-color: #2F2F2F;">Reload Time</th> | |||
<td>{{Icon/Grey|[[File:Reload Time.png|20px|link=Reload Speed]]|{{{reload_time}}}}}</td> | |||
</tr> | |||
<tr> | |||
<th colspan="2" style="background-color: #74b01c; font-weight: bold; font-size: 16px; font-family: 'PT Serif','Palatino','Georgia',serif; font-weight: bold; text-shadow: 0px 0px 4px black, 0px 0px 0px black, 0px 0px 0px black; color:#FFEFD7;">Vitality</th> | |||
</tr> | |||
<tr> | |||
<th style="color: #999999; background-color: #2F2F2F;">Health</th> | |||
<td>{{Icon/Grey|[[File:Extra Health.png|20px|link=Health]]|{{{max_health}}}}}</td> | |||
</tr> | |||
<tr> | |||
<th style="color: #999999; background-color: #2F2F2F;">Bullet Resist</th> | |||
<td>{{Icon/Grey|[[File:Bullet Armor.png|20px|link=Bullet Resist]]|{{{bullet_resist}}}%}}</td> | |||
</tr> | |||
<tr> | |||
<th style="color: #999999; background-color: #2F2F2F;">Spirit Resist</th> | |||
<td>{{Icon/Grey|[[File:Spirit Armor.png|20px|link=Spirit Resist]]|{{{spirit_resist}}}%}}</td> | |||
</tr> | |||
<tr> | |||
<th style="color: #999999; background-color: #2F2F2F;">Move Speed</th> | |||
<td>{{Icon/Grey|[[File:Move speed.png|20px|link=Move Speed]]|{{{move_speed}}} m/s}}</td> | |||
</tr> | </tr> | ||
</table> | </table> | ||
</div></includeonly><noinclude> | </div> | ||
{{ | {{Quotation||<b>{{{role}}}</b><br>{{{playstyle}}}}}<noinclude>{{Documentation}}</noinclude> | ||
</includeonly><noinclude> | |||
Example<br> | |||
{{User:Sur | |||
| name = Abrams | |||
| role = Charges into close combat | |||
| playstyle = Abrams has the bulk and sustain to lead from the front, often running into the middle of his foes and watching them scatter. If his enemies waste their fire on him, his back-line teammates can lay out damage with impunity. | |||
| dps = 63 | |||
| bullet_damage = 4.68 | |||
| ammo = 9 | |||
| bullets_per_sec = 1.67 | |||
| max_health = 600 | |||
| bullet_resist = 0 | |||
| spirit_resist = 0 | |||
| move_speed = 6.5 | |||
| weapon_name = Case Closed | |||
}} | |||
Example2<br> | |||
{{#invoke:HeroData|write_infobox|HERO_NAME}} | |||
</noinclude> | </noinclude> | ||