Module:Infobox Monster: Difference between revisions

Jump to navigation Jump to search
Content added Content deleted
No edit summary
mNo edit summary
Line 20: Line 20:
return 'None'
return 'None'
else
else
return '[[File:'..attack_style..'_damage_icon.png|18px|link='..attack_style..']] [['..attack_style..']]'
return '[[File:'..attack_style..' damage icon.png|18px|link='..attack_style..']] [['..attack_style..']]'
end
end
end
end
Line 115: Line 115:
}
}
:add_row{
:add_row{
{tag='th', content='[[File:Aggressive activity icon.png|3px]] [[Aggressive]]', colspan="6"},
{tag='th', content='[[File:Aggressive activity icon.png|3px|link=Aggressive]] [[Aggressive]]', colspan="6"},
{tag='td', content=Infobox.param('aggressive'), colspan="14"},
{tag='td', content=Infobox.param('aggressive'), colspan="14"},
}
}