Module:Cozio
Appearance
Documentation for this module may be created at Module:Cozio/doc
local p = {}
function p.link(arg)
return '[http://www.cozio.com/Instrument.aspx?id=' .. arg.args[1] .. ' ' .. arg.args[2] .. '] su Cozio.com'
end
function p.cita(frame)
return frame:expandTemplate{ title = 'Cite web', args = { url = 'http://www.cozio.com/Instrument.aspx?id=' .. frame.args[1] , title = frame.args[2], publisher = 'Cozio.com', accessdate = frame.args[3] } }
--return citazione
end
return p