User:Sur: Difference between revisions

From Deadlock Wiki
Jump to navigation Jump to search
Sur (talk | contribs)
m example call changed
Sur (talk | contribs)
m weapon values called in
Line 23: Line 23:
     <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>
     <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>
   <tr>
   {{#invoke: TableGenerator | generateHtmlTable | cols=2 | onlyBody=true | cell_values={{{weapon_values}}} }}
    <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]]|{{{ClipBonus}}}}}</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]]|{{{RoundsPerSecond}}}}}</td>
  </tr>
  <tr>
    <th style="color: #999999; background-color: #2F2F2F;">Reload Time</th>
    <td>{{Icon/Grey|[[File:Reload Time.png|20px|link=Reload Speed]]|{{{ReloadTime}}}}}</td>
  </tr>
   <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>
     <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>

Revision as of 18:07, 21 September 2024


Example
The invoke will yield


Abrams
[[File:{{{Name}}} card.png|200px|alt={{{BASEPAGENAME}}}]]
Summarized Base Stats
Weapon
"Gun Name"
DPS Icon 7.79
Ammo Icon 14
Rounds per Second Icon 1.167
Reload Time Icon 0.353s
Vitality Health

{{{MaxHealth}}}

Bullet Resist

{{{BulletResist}}}%

Spirit Resist

{{{SpiritResist}}}%

Move Speed

{{{MaxMoveSpeed}}} m/s

Charges into close combat
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.



Example2