Module:Extra Effect: Difference between revisions

Kuhlau (talk | contribs)
No edit summary
Kuhlau (talk | contribs)
head = dropped on as child
Line 27: Line 27:
end
end
   
   
local tooltiptext = (lib.isNotEntry(entry.header) and entry.header .. ': ' or '') .. entry.effect
local tooltiptext = (lib.isNotEmpty(entry.header) and entry.header .. ': ' or '') .. entry.effect


return tt._main({ displaytext, tooltiptext })
return tt._main({ displaytext, tooltiptext })