local p = {} local CS1 = require('Module:Citation/CS1') p[''] = function(frame) frame:getParent().args = frame.args frame.args = {CitationClass='web'} return CS1.citation(frame) end