Module:Extra Effect: Difference between revisions

Kuhlau (talk | contribs)
No edit summary
Kuhlau (talk | contribs)
No edit summary
Line 18: Line 18:
if lib.trim(mw.ustring.lower(k)) == effect then
if lib.trim(mw.ustring.lower(k)) == effect then
entry = v
entry = v
header = k
break
break
end
end
Line 27: Line 28:
end
end


return tt._main({ displaytext, entry.effect, header = entry.header, class = "hnaw-ee" })
return tt._main({ displaytext, entry.effect, header, class = "hnaw-ee" })
end
end


return p
return p