Template:Infobox hero/doc: Difference between revisions
No edit summary |
Gammaton32 (talk | contribs) Quotes parameter |
||
(38 intermediate revisions by 4 users not shown) | |||
Line 4: | Line 4: | ||
| weapon_name = Case Closed | | weapon_name = Case Closed | ||
| card = Abrams card.png | | card = Abrams card.png | ||
|no_spirit_resist=true | |||
|no_bullet_resist=true | |||
|no_sprint=true | |||
|max_health = {{#invoke:HeroData|get_hero_var|{{#var:hero_key_or_en}}|MaxHealth|3}}{{PI|34}} | |max_health = {{#invoke:HeroData|get_hero_var|{{#var:hero_key_or_en}}|MaxHealth|3}}{{PI|34}} | ||
|bullet_damage= {{#invoke:HeroData|get_hero_var|{{#var:hero_key_or_en}}|BulletDamage|3}}{{PI|0.25}} | |bullet_damage= {{#invoke:HeroData|get_hero_var|{{#var:hero_key_or_en}}|BulletDamage|3}}{{PI|0.25}} | ||
|light_melee= {{#invoke:HeroData|get_hero_var|{{#var:hero_key_or_en}}|LightMeleeDamage|3}}{{PI|2.67}} | |light_melee= {{#invoke:HeroData|get_hero_var|{{#var:hero_key_or_en}}|LightMeleeDamage|3}}{{PI|2.67}} | ||
|heavy_melee= {{#invoke:HeroData|get_hero_var|{{#var:hero_key_or_en}}|HeavyMeleeDamage|3}}{{PI|4. | |heavy_melee= {{#invoke:HeroData|get_hero_var|{{#var:hero_key_or_en}}|HeavyMeleeDamage|3}}{{PI|4.91}} | ||
|voice_actor= Samoa Joe | |||
|release_date= April 16, 2024 | |||
}} | }} | ||
Template fills in most parameters in infobox automatically with data from [[Data:HeroData.json]]. | Template fills in most parameters in infobox automatically with data from [[Data:HeroData.json]]. | ||
Line 18: | Line 21: | ||
or | or | ||
<pre>|key = Ivy</pre> | <pre>|key = Ivy</pre> | ||
<templatedata> | <templatedata> | ||
{ | { | ||
"params": { | "params": { | ||
"name": {}, | "name": {}, | ||
"card": { | |||
"required": true, | |||
"description": "Adds hero's portrait ", | |||
"example": "Abrams card.png" | |||
}, | |||
"weapon_name": {}, | "weapon_name": {}, | ||
"dps": {}, | "dps": {}, | ||
Line 31: | Line 35: | ||
"ammo": {}, | "ammo": {}, | ||
"bullets_per_sec": {}, | "bullets_per_sec": {}, | ||
"reload_time": {}, | |||
"bullet_velocity": {}, | |||
"light_melee": {}, | "light_melee": {}, | ||
"heavy_melee": {}, | "heavy_melee": {}, | ||
"range": {}, | "range": {}, | ||
"max_range": { | |||
"description": "For Bebop" | |||
}, | |||
"max_health": {}, | "max_health": {}, | ||
"health_regen": {}, | "health_regen": {}, | ||
Line 42: | Line 49: | ||
"move_speed": {}, | "move_speed": {}, | ||
"sprint_speed": {}, | "sprint_speed": {}, | ||
"stamina": {}, | "stamina": {}, | ||
"voice_actor": {}, | |||
" | "release_date": {}, | ||
" | "quotes": {}, | ||
" | "no_spirit_resist": { | ||
" | "suggestedvalues": [ | ||
" | "true" | ||
" | ], | ||
" | "description": "Removes spirit resist from the table", | ||
" | "suggested": true | ||
" | }, | ||
"no_bullet_resist": { | |||
"suggestedvalues": [ | |||
"true" | |||
], | |||
"description": "Removes bullet resist from the table", | |||
"suggested": true | |||
}, | |||
"no_sprint": { | |||
"suggestedvalues": [ | |||
"true" | |||
], | |||
"description": "Removes sprint speed from the table", | |||
"suggested": true | |||
}, | |||
"has_max_range": { | |||
"suggestedvalues": [ | |||
"true" | |||
], | |||
"description": "Adds max range parameter (for Bebop)" | |||
}, | |||
"no_summary": { | |||
"suggestedvalues": [ | |||
"true" | |||
], | |||
"description": "Disables summary" | |||
}, | |||
"no_voice_actor": { | |||
"suggestedvalues": [ | |||
"true" | |||
], | |||
"description": "Removes voice actor from table", | |||
"suggested": true | |||
}, | |||
"no_quotes": { | |||
"suggestedvalues": [ | |||
"true" | |||
], | |||
"description": "Removes Quotes page link from table" | |||
}, | |||
"key": { | |||
"description": "Autofills table contents", | |||
"suggestedvalues": [ | |||
"hero_atlas", | |||
"hero_bebop", | |||
"hero_dynamo", | |||
"hero_orion", | |||
"hero_haze", | |||
"hero_inferno", | |||
"hero_tengu", | |||
"hero_kelvin", | |||
"hero_ghost", | |||
"hero_lash", | |||
"hero_forge", | |||
"hero_mirage", | |||
"hero_krill", | |||
"hero_chrono", | |||
"hero_synth", | |||
"hero_gigawatt", | |||
"hero_shiv", | |||
"hero_hornet", | |||
"hero_viscous", | |||
"hero_warden", | |||
"hero_wraith", | |||
"hero_yamato", | |||
"hero_astro", | |||
"hero_nano", | |||
"hero_wrecker", | |||
"hero_kali", | |||
"hero_cadence" | |||
], | |||
"required": true, | |||
"type": "string" | |||
}, | |||
"icon": {} | |||
}, | }, | ||
"description": "Infobox for heroes.", | "description": "Infobox for heroes.", | ||
"format": "block" | "format": "block", | ||
"paramOrder": [ | |||
"key", | |||
"card", | |||
"icon", | |||
"name", | |||
"weapon_name", | |||
"dps", | |||
"bullet_damage", | |||
"ammo", | |||
"bullets_per_sec", | |||
"reload_time", | |||
"bullet_velocity", | |||
"light_melee", | |||
"heavy_melee", | |||
"range", | |||
"max_range", | |||
"max_health", | |||
"health_regen", | |||
"bullet_resist", | |||
"spirit_resist", | |||
"move_speed", | |||
"sprint_speed", | |||
"stamina", | |||
"voice_actor", | |||
"release_date", | |||
"quotes", | |||
"no_spirit_resist", | |||
"no_bullet_resist", | |||
"no_sprint", | |||
"has_max_range", | |||
"no_summary", | |||
"no_voice_actor", | |||
"no_quotes" | |||
] | |||
} | } | ||
</templatedata>[[Category:Infobox templates|Hero]]</includeonly><noinclude>[[Category:Template documentation]]</noinclude> | </templatedata><includeonly>[[Category:Infobox templates|Hero]]</includeonly><noinclude>[[Category:Template documentation]]</noinclude> |
Latest revision as of 22:55, 22 January 2025
Abrams
| |
---|---|
Weapon: "Case Closed"
| |
Weapon Stats | |
DPS: | 61 |
Bullet Damage: | 4.05+0.25 |
Ammo: | |
Bullets per sec: | |
Reload Time: | |
Bullet Velocity: | |
Light Melee: | 63+2.67 |
Heavy Melee: | 116+4.91 |
Falloff Range: | 20m → 46m |
Vitality Stats | |
Health: |
570+34 |
Health Regen: | |
Move Speed: | |
Stamina: | |
INFORMATION | |
Voice Actor: | Samoa Joe |
Release Date: | April 16, 2024 |
Voice Lines: | Abrams/Quotes |
“Charges into close combatAbrams 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 backline teammates can lay out damage with impunity.
Template fills in most parameters in infobox automatically with data from Data:HeroData.json. You need to put hero's code name or their capitalized name in English in "key" parameter first.
For example this "key" fills infobox with data for Ivy
|key = hero_tengu
or
|key = Ivy
Infobox for heroes.
Parameter | Description | Type | Status | |
---|---|---|---|---|
key | key | Autofills table contents
| String | required |
card | card | Adds hero's portrait
| Unknown | required |
icon | icon | no description | Unknown | optional |
name | name | no description | Unknown | optional |
weapon_name | weapon_name | no description | Unknown | optional |
dps | dps | no description | Unknown | optional |
bullet_damage | bullet_damage | no description | Unknown | optional |
ammo | ammo | no description | Unknown | optional |
bullets_per_sec | bullets_per_sec | no description | Unknown | optional |
reload_time | reload_time | no description | Unknown | optional |
bullet_velocity | bullet_velocity | no description | Unknown | optional |
light_melee | light_melee | no description | Unknown | optional |
heavy_melee | heavy_melee | no description | Unknown | optional |
range | range | no description | Unknown | optional |
max_range | max_range | For Bebop | Unknown | optional |
max_health | max_health | no description | Unknown | optional |
health_regen | health_regen | no description | Unknown | optional |
bullet_resist | bullet_resist | no description | Unknown | optional |
spirit_resist | spirit_resist | no description | Unknown | optional |
move_speed | move_speed | no description | Unknown | optional |
sprint_speed | sprint_speed | no description | Unknown | optional |
stamina | stamina | no description | Unknown | optional |
voice_actor | voice_actor | no description | Unknown | optional |
release_date | release_date | no description | Unknown | optional |
quotes | quotes | no description | Unknown | optional |
no_spirit_resist | no_spirit_resist | Removes spirit resist from the table
| Unknown | suggested |
no_bullet_resist | no_bullet_resist | Removes bullet resist from the table
| Unknown | suggested |
no_sprint | no_sprint | Removes sprint speed from the table
| Unknown | suggested |
has_max_range | has_max_range | Adds max range parameter (for Bebop)
| Unknown | optional |
no_summary | no_summary | Disables summary
| Unknown | optional |
no_voice_actor | no_voice_actor | Removes voice actor from table
| Unknown | suggested |
no_quotes | no_quotes | Removes Quotes page link from table
| Unknown | optional |