Bureaucrats, emailconfirmed, Interface administrators, staff, Administrators, translation-admin, translator, Widget editors
154
edits
(Add inline support) |
(Remove sprite level inline support) |
||
Line 96: | Line 96: | ||
end | end | ||
function Sprite:GenerateHTML (html | function Sprite:GenerateHTML (html) | ||
local sprite | local sprite | ||
if html then | if html then | ||
sprite = html:tag( | sprite = html:tag("div") | ||
else | else | ||
sprite = mw.html.create( | sprite = mw.html.create("div") | ||
end | end | ||
edits