Module:Infobox Item: Difference between revisions

Jump to navigation Jump to search
254 bytes added ,  13:10, 1 April 2022
no edit summary
No edit summary
No edit summary
Line 69: Line 69:
{ name = 'tool_type', func = 'has_content' },
{ name = 'tool_type', func = 'has_content' },
{ name = 'skill_level', func = 'has_content' },
{ name = 'skill_level', func = 'has_content' },
{ name = 'tool_effect', func = 'has_content' },
}
}


Line 315: Line 316:
{ tag = 'argd', content = 'skill_level', colspan = '13' },
{ tag = 'argd', content = 'skill_level', colspan = '13' },
}
}
if ret:paramDefined('tool_effect') then
ret:pad(20)
:addRow{
{ tag = 'th', content = 'Tool Effect', colspan = '7' },
{ tag = 'argd', content = 'tool_effect', colspan = '13' },
}
end
end
end



Navigation menu