[create]
The documentation for this module is missing. Click here to create it.
local p = {}
function p.renderEquipmentCard(frame)
local imageUrl = 'https://static.wikia.nocookie.net/dev/images/8/8e/Fandom_Dev_HydraRevived_3.png/revision/latest?cb=20240910220812'
local body = mw.html.create( 'span' )
body:css( 'background-image', 'url(https://static.wikia.nocookie.net/dev/images/8/8e/Fandom_Dev_HydraRevived_3.png/revision/latest?cb=20240910220812)')
-- local divStyle = string.format("background-image:url(%s);width:688px;height:628px;", imageUrl)
return tostring(body)
-- return frame:expandTemplate{ title = 'FileUrl', args = { '1', '2', '.png' } }
end
return p