Template:WeaponCard: Difference between revisions
Jump to navigation
Jump to search
m was accidentally using localized name instead of key to pass to subsequent functions, breaking it for langs that use different alphabets. now fixed |
No edit summary |
||
Line 8: | Line 8: | ||
-->}}<!-- | -->}}<!-- | ||
--><div style="display:inline-block; margin: 15px 10px 15px 0px; width:650px; max-width:100%;"> | --><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;" | {|- style="border-radius:10px;text-align:center; background-image: linear-gradient(#180E02, #30220C); border-collapse:collapse; font-size: 16px; font-family: 'PT Serif','Palatino','Georgia',serif;" | ||
| style="width:350px; color:#CDBFAB; font-family: 'Retail Demo';" | {{#invoke:Lang|get_string|CitadelHeroStats_Weapon}} | | 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_en}} Weapon.png|320x200px|link=]]}} <div style="position:absolute; bottom:0px; right:0px;><div style="position:relative; color:#FFEFD7;"> | | rowspan="3" style="bottom:50px;" | <div style="display:inline-block; position:relative;">{{#ifeq:{{{ph|}}}|true|[[File:Placeholder Weapon.png|320x200px|link=]]|[[File:{{#var:hero_en}} Weapon.png|320x200px|link=]]}} <div style="position:absolute; bottom:0px; right:0px;><div style="position:relative; color:#FFEFD7;"> | ||
Line 34: | Line 34: | ||
|} | |} | ||
|- | |- | ||
| 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_key_or_en}}|WeaponDescription|true}}</span> | | colspan="2" style="border-radius: 0px 0px 10px 10px;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_key_or_en}}|WeaponDescription|true}}</span> | ||
|} | |} | ||
</div></includeonly><noinclude>{{Documentation}}</noinclude> | </div></includeonly><noinclude>{{Documentation}}</noinclude> |
Revision as of 22:32, 19 October 2024
Usage
This template displays weapon stats.
Recommended to use key
parameter for hero key instead of an unnamed 1st parameter of the english hero name. This allows localizing it to the current language in O(1) time complexity, as opposed to O(N).
Examples
{{WeaponCard|Dynamo}} {{WeaponCard|key=hero_forge}}
Weapon Stats | |||
Services Rendered | |||
| |||
Increases fire rate as the guns spins up |
No description.
Parameter | Description | Type | Status | |
---|---|---|---|---|
1 | 1 | no description | Unknown | optional |
key | key | no description | Unknown | optional |
ph | ph | no description | Unknown | optional |