Module:Extra Effect: Difference between revisions
this is kinda a wip cause tt is still Like That |
No edit summary |
||
| Line 27: | Line 27: | ||
end | end | ||
local tooltiptext = entry.header .. ': ' .. entry.effect | local tooltiptext = (lib.isNotEntry(entry.header) and entry.header .. ': ' or '') .. entry.effect | ||
return tt._main({ displaytext, tooltiptext }) | return tt._main({ displaytext, tooltiptext }) | ||