Editing User:SurGive feedback
Jump to navigation
Jump to search
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="background-color: #d5903f; font-weight: bold; font-size: | <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> | |||
<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}}}|<b><i>{{{weapon_name|}}}</i></b>}}</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_description}}}|<i>{{{weapon_description|}}}</i>}}</th> | |||
</tr> | </tr> | ||
{{#invoke: TableGenerator | generateHtmlTable | cols=2 | only_body=true | cell_values={{{weapon_values}}} }} | {{#invoke: TableGenerator | generateHtmlTable | cols=2 | only_body=true | cell_values={{{weapon_values}}} }} | ||
<tr> | <tr> | ||
<th colspan="2" style="background-color: #74b01c; font-weight: bold; font-size: | <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> | ||
{{#invoke: TableGenerator | generateHtmlTable | cols=2 | only_body=true | cell_values={{{vitality_values}}} }} | {{#invoke: TableGenerator | generateHtmlTable | cols=2 | only_body=true | cell_values={{{vitality_values}}} }} | ||
</table> | </table> | ||
</div></includeonly><noinclude> | </div> | ||
{{ | {{Quotation||<b>{{{role}}}</b><br>{{{playstyle}}}}}<noinclude>{{Documentation}}</noinclude> | ||
</includeonly><noinclude> | |||
Example<br> | |||
The invoke will yield<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. | |||
| weapon_name = Gun Name | |||
| weapon_description = Gun Description | |||
| weapon_values = DPS, Icon 7.79, Ammo, Icon 14, Rounds per Second, Icon 1.167, Reload Time, Icon 0.353s | |||
| vitality_values = Health, Icon 600, Bullet Resist, Icon 0%, Spirit Resist, Icon 0%, Move Speed, Icon 6.5m/s | |||
}} | |||
<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> | |||
Example2<br> | |||
{{#invoke:HeroData|write_infobox|Abrams}} | |||
</noinclude> | </noinclude> | ||