Module:Citation

From ProleWiki, the proletarian encyclopedia
Revision as of 17:55, 26 October 2021 by Forte (talk | contribs)
local p = {}

function p.cite( frame )
	local pframe = frame:getParent()
	Author = pframe.args.author
	return Author
end
return p