Editing Module:InfoboxHero

Jump to navigation Jump to search
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 190: Line 190:
link    = 'Health Regen',
link    = 'Health Regen',
icon    = 'Health regen.png',
icon    = 'Health regen.png',
sig_figs = 3,
sig_figs = 2,
},
},
{
{
Line 329: Line 329:
local CATEGORIES = {
local CATEGORIES = {
     {
     {
         name = function(ctx) return ctx.is_disabled and 'Unused Heroes' or 'Heroes' end,
         name = function(ctx) return ctx.is_disabled and 'Unused heroes' or 'Heroes' end,
         always = true,
         always = true,
     },
     },
{
{
name = function(ctx) return (ctx.args.name ~= '' and ctx.args.name) or ctx.hero_en end,
name = function(ctx) return ctx.hero_en end,
-- Silver (Transformed) is documented on Silver's page and shares her category.
-- Silver (Transformed) is documented on Silver's page and shares her category.
when = function(ctx) return ctx.hero_en ~= 'Silver (Transformed)' end,
when = function(ctx) return ctx.hero_en ~= 'Silver (Transformed)' end,
Line 681: Line 681:
end
end


     local is_disabled = get_stat(ctx.hero, 'Name') == 'TargetDummy' or get_stat(ctx.hero, 'IsDisabled')
     local is_disabled = get_stat(ctx.hero, 'IsDisabled')
    if is_disabled == nil then return '' end
     ctx.is_disabled = is_disabled
     ctx.is_disabled = is_disabled


Please note that all contributions to The Deadlock Wiki are considered to be released under the Creative Commons Attribution-NonCommercial-ShareAlike (see Deadlock:Copyrights for details). If you do not want your writing to be edited mercilessly and redistributed at will, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource. Do not submit copyrighted work without permission!
Cancel Editing help (opens in new window)
Preview page with this template

Page included on this page: