Warning: You are not logged in. Once you make an edit, a temporary account will be created for you.
Learn more.
Log in or
create an account to continue receiving notifications after this account expires, and to access other features.
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: |
| ==Help with extracting LevelScaling data== | | ==Help with extracting LevelScaling data== |
| Can someone smart make this thing get data from things that are a part of other category,like LevelScaling and SpiritScaling. Really need it for Template:Infobox hero | | Can someone smart make this thing get data from things that are a part of other category,like LevelScaling and SpiritScaling. Really need it for Template:Infobox hero --[[User:Dragon Installman|Dragon Installman]] ([[User talk:Dragon Installman|talk]]) 03:58, 19 October 2024 (UTC) |
| | |
| I need to auto fill this fields
| |
| <pre>
| |
| | increase1_value = 0.50 ⬅️
| |
| | increase1_stat = Base Bullet Damage
| |
| | increase2_value = 3.4 ⬅️
| |
| | increase2_stat = Base Melee Damage
| |
| | increase3_value = 35 ⬅️
| |
| | increase3_stat = Base Health
| |
| </pre>
| |
| <pre>
| |
| | ammo = {{#invoke:HeroData|get_hero_var|hero_haze|ClipSize|3}} ➡️{{ss|0.5}}⬅️
| |
| </pre> --[[User:Dragon Installman|Dragon Installman]] ([[User talk:Dragon Installman|talk]]) 03:58, 19 October 2024 (UTC)
| |
| | |
| Hi, we could definitely add functionality for this, however, see the current progress for a reworked hero infobox template ([[User:Sur]]), its used on [[User:Sur/Abrams/es]]. The remaining data thats useful is added to a Stat infobox ([[Template:Infobox stat]]) which is also added to [[User:Sur/Abrams/es]]. I haven't pushed it to mainspace pages yet because were in the process of getting language subdomains set up which will impact this pipeline.
| |