User:Sur: Difference between revisions

From Deadlock Wiki
Jump to navigation Jump to search
Sur (talk | contribs)
m removed space
Sur (talk | contribs)
m placeholder voice actor, update history, last updated
 
(46 intermediate revisions by the same user not shown)
Line 1: Line 1:
test
<includeonly>
 
<div style="margin-left: 2em;">
{{StatBox
<table class="wikitable infobox" style="color: #FFEFD7; background-color: #2F2F2F; font-weight: bold;">
|box_name=Weapon
  <tr>
|box_color=#d5903f
    <th colspan="2" style="color: #FFEFD7; background-color: #2F2F2F; font-size: 25px; font-family: 'PT Serif','Palatino','Georgia',serif; font-weight: bold; text-shadow: 0px 0px 4px black, 0px 0px 0px black, 0px 0px 0px black;">
|stat_name1=WeaponDPS
      <div style="display: flex; justify-content: space-between;">
|stat_value1=7.79
        <div style="width: 50px;"></div>
|stat_name2=BulletDamage
        <div class="infobox-hero-name">{{{name_localized}}}</div>
|stat_value2=4.675
        <div style="padding-left: 10px;">[[Image:{{{name_english}}}_MM.png|frameless|center|40px]]</div>
|stat_name3=ClipSize
      </div>
|stat_value3=9
    </th>
|stat_name4=RoundsPerSecond
  </tr>
|stat_value4=1.67
  <tr>
|stat_name5=LightMeleeDamage
    <th colspan="2" style="padding:0px; background-color:#a79986;">[[File:{{{name_english}}} card.png|200px|alt={{{BASEPAGENAME}}}]]</th>
|stat_value5=63
  </tr>
|stat_name6=HeavyMeleeDamage
  <tr><td>Voice Actor</td><td>IDK</td></tr>
|stat_value6=116
  <tr><td>Release Date</td><td>IDK</td></tr>
|stat_name7=BaseWeaponDamageIncrease
  <tr><td>Last Updated</td><td>IDK</td></tr>
|stat_value7=0
  <tr>
|stat_name8=FireRate
    <th colspan="2" style="background-color: #d5903f; font-weight: bold; font-size: 17px; font-family: 'Retail Demo', 'PT Serif','Palatino','Georgia',serif; font-weight: bold; text-shadow: 0px 2px 4px black, 1px 1px 2px black, 0px 0px 1px black; color:#FFEFD7; border-bottom: none">{{#invoke:AttributeData|localize_category|Weapon}}</th>
|stat_value8=0
  </tr>
|stat_name9=ClipSizeIncrease
  {{#invoke: TableGenerator | generateHtmlTable | cols=2 | only_body=true | cell_values={{{weapon_values}}} }}
|stat_value9=0
  <tr>
|stat_name10=ReloadTime
    <th colspan="2" style="background-color: #74b01c; font-weight: bold; font-size: 17px; font-family: 'Retail Demo', 'PT Serif','Palatino','Georgia',serif; font-weight: bold; text-shadow: 0px 2px 4px black, 1px 1px 2px black, 0px 0px 1px black; color:#FFEFD7; border-bottom: none">{{#invoke:AttributeData|localize_category|Vitality}}</th>
|stat_value10=.3525
  </tr>
|stat_name11=ReloadSpeed
  {{#invoke: TableGenerator | generateHtmlTable | cols=2 | only_body=true | cell_values={{{vitality_values}}} }}
|stat_value11=1
</table>
|stat_name12=BulletSpeed
</div></includeonly><noinclude>
|stat_value12=?
{{Documentation}}
|stat_name13=BulletSpeedIncrease
</noinclude>
|stat_value13=0
|stat_name14=BulletLifesteal
|stat_value14=0
}}
{{StatBox
|box_name=Vitality
|box_color=#74b01c
}}
{{StatBox
|box_name=Spirit
|box_color=#c288f0
}}
 
<span class="spirit-purple"> text </span>
<span class="vitality-green"> text </span>
<span class="weapon-orange"> text </span>

Latest revision as of 23:06, 23 October 2024

Documentation [view] [edit] [history] [purge]

Overview[edit | edit source]

Creates a summarized infobox for a given hero.

Example[edit | edit source]

Recommended to use Module:HeroData's write_infobox function to generate this dynamically, for example

{{#invoke:HeroData|write_infobox|Abrams}}


Outputs


Abrams
{{{BASEPAGENAME}}}
Voice ActorIDK
Release DateIDK
Last UpdatedIDK
Weapon
DPS 70.1
Ammo 9
Bullets per sec 1.67
Reload Time 0.353s
Vitality
Max Health 570
Bullet Resist 0%
Spirit Resist 0%
Move Speed 6.8m/s

Parameters[edit | edit source]

Parameters are passed from Module:HeroData, see there for more documentation