Module:Sandbox/CAS222222221: Difference between revisions

Content deleted Content added
No edit summary
No edit summary
Line 1:
local a = ('Module:InfoboxImage').InfoboxImage
return function (a)
 
local div = mw.html.create('div')
p = {}
 
div
function p.main(frame)
:class('notice dablink')
return a
:css('font-size', 'small')
:wikitext('-{' .. (a or '') .. '}-')
return tostring(div)
end
 
return p