Module:Citation: Difference between revisions

From ProleWiki, the proletarian encyclopedia
mNo edit summary
mNo edit summary
Line 1: Line 1:
local p = {}
local p = {}


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

Revision as of 17:55, 26 October 2021

local p = {}

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