Module:Infobox Item: Difference between revisions

Jump to navigation Jump to search
255 bytes added ,  08:42, 3 April 2022
no edit summary
No edit summary
No edit summary
Line 66: Line 66:


{ name = 'damage', func = 'has_content' },
{ name = 'damage', func = 'has_content' },
{ name = 'weapon_effect', func = 'has_content' },
-- Tool Params --
-- Tool Params --
Line 316: Line 317:
{ tag = 'argd', content = 'damage', colspan = '13' },
{ tag = 'argd', content = 'damage', colspan = '13' },
}
}
if ret:paramDefined('weapon_effect') then
ret:pad(20)
:addRow{
{ tag = 'th', content = 'Effect', colspan = '7' },
{ tag = 'argd', content = 'weapon_effect', colspan = '13' },
}
end
end
end

Navigation menu