2,875
edits
(Add expansion icon as dlc column to pet table) |
No edit summary |
||
Line 178: | Line 178: | ||
:tag('td'):wikitext('[[' .. pet.name .. ']]') | :tag('td'):wikitext('[[' .. pet.name .. ']]') | ||
:tag('td'):wikitext(Icons.getExpansionIcon(pet.id)) | :tag('td'):wikitext(Icons.getExpansionIcon(pet.id)) | ||
:css('text-align', 'center') | |||
:tag('td'):wikitext(p._getPetEffect(pet)) | :tag('td'):wikitext(p._getPetEffect(pet)) | ||
end | end |
edits