local p = {} function p.cite( frame ) local pframe = frame:getParent() Author = pframe.args.author Title = pframe.args.title Year = pframe.args.year return Author .. ". " .. "(" .. Year .. ")" .. "''" .. Title .. "''" end return p