Editing Template:WeaponCardGive feedback
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 1: | Line 1: | ||
<includeonly><!-- | <includeonly><!-- | ||
-->{{#if: {{{key|}}} |<!-- If key is provided | -->{{#if: {{{key|}}} |<!-- If key is provided, localize it | ||
-->{{#vardefine: | -->{{#vardefine:hero_name|{{#invoke:Lang|get_string|{{{key}}}}}}}<!-- | ||
-->|<!-- If key is not provided, use {{{1}}} and assume its in english where it will be re-localized to current language | |||
-->|<!-- If key is not provided, use {{{1}}} and assume its in english where it will be re-localized to current language | -->{{#vardefine:hero_name|{{{1}}}}}<!-- | ||
-->{{#vardefine: | -->}}<!-- | ||
--> | --><div style="display:inline-block; margin: 15px 10px 15px 0px; width:650px; max-width:100%;"> | ||
--> | {|- style="text-align:center; background-image: linear-gradient(#180E02, #30220C); border-collapse:collapse; font-size: 16px; font-family: 'PT Serif','Palatino','Georgia',serif;" | ||
<div | | style="width:350px; color:#CDBFAB; font-family: 'Retail Demo';" | {{#invoke:Lang|get_string|CitadelHeroStats_Weapon}} | ||
| rowspan="3" style="bottom:50px;" | <div style="display:inline-block; position:relative;">{{#ifeq:{{{ph|}}}|true|[[File:Placeholder Weapon.png|320x200px|link=]]|[[File:{{#var:hero_name}} Weapon.png|320x200px|link=]]}} <div style="position:absolute; bottom:0px; right:0px;><div style="position:relative; color:#FFEFD7;"> | |||
{|- style="background-color:rgba(0, 0, 0, 0.4); width:120px" | |||
|colspan="2" style="font-family:'Retail Demo'; |{{#invoke:Lang|get_string|CitadelHeroStats_Weapon_Falloff}} | |||
|- | |||
{{# | |style="font-family:'Retail Demo'; font-weight:bold; font-size:14px;"|{{#invoke:HeroData|get_hero_var|{{#var:hero_name}}|FalloffStartRange|2}}{{#invoke:Lang|get_string|StatDesc_WeaponRangeFalloffMin_postfix}} - {{#invoke:HeroData|get_hero_var|{{#var:hero_name}}|FalloffEndRange|2}}{{#invoke:Lang|get_string|StatDesc_WeaponRangeFalloffMax_postfix}} | ||
|} | |||
| | |||
| | |||
-- | |||
|}} | |||
</div> | </div> | ||
</div> | </div> | ||
<div | <div style="position:absolute; top:0px; right:5px; ><div style="position:relative; color:#FFEFD7; font-family:'Retail Demo'; font-weight:bold; font-size:14px;">{{Icon/Brown|[[File:Damage.png|20px|link=Damage per second]]|{{#invoke:HeroData|get_hero_var|{{#var:hero_name}}|DPS|2}} {{#invoke:Lang|get_string|DPS_label}}}}</div> </div> | ||
</div> | </div> | ||
</ | |- | ||
</ | | style="text-align:center; font-family: 'Retail Demo'; font-weight:bold; color:#FFEFD7; height:20px; font-size:25px; line-height:8px;" | {{#invoke:HeroData|get_hero_var|{{#var:hero_name}}|WeaponName|true}} | ||
< | |- | ||
</div></includeonly | | | ||
{| style="text-align:center; color:#FFEFD7; font-family:'Retail Demo'; font-weight:bold; font-size:15px; background-color:#1B160C; border-radius:15px; margin:auto;" | |||
| <span style="margin-left:5px">{{#invoke:HeroData|get_list_elem|{{#var:hero_name}}|WeaponTypes|1|true}}</span> | |||
| style="background-color:rgba(0, 0, 0, 0); width:20px;"| | |||
| {{#invoke:HeroData|get_list_elem|{{#var:hero_name}}|WeaponTypes|2|true}} | |||
{{#if:{{#invoke:HeroData|get_list_elem|{{#var:hero_name}}|WeaponTypes|3|true}} | |||
|<td style="background-color:rgba(0, 0, 0, 0); width:20px;"></td> | |||
<td> <span style="margin-right:5px">{{#invoke:HeroData|get_list_elem|{{#var:hero_name}}|WeaponTypes|3|true}}</span></td> | |||
|}} | |||
|} | |||
|- | |||
| colspan="2" style="background-color:#4A3617; color:#FFEFD7; height:40px; font-family:'Retail Demo'; font-size:14px; text-align:left;"> |<span style="margin-left:10px;">{{#invoke:HeroData|get_hero_var|{{#var:hero_name}}|WeaponDescription|true}}</span> | |||
|} | |||
</div></includeonly><noinclude>{{Documentation}}</noinclude> | |||