local p = {}
function p.cite(frame)
-- Parent frame to get parameters from template calls instead of from {{#invoke: ...
local parentFrame = frame:getParent()
local link = pframe.args.link
local author = pframe.args.author
local work = pframe.args.work
error("error message")
end
return p