More languages
More actions
mNo edit summary |
mNo edit summary |
||
Line 2: | Line 2: | ||
function p.cite() | function p.cite() | ||
return | local pframe = frame:getParent() | ||
Author = pframe.args.author | |||
return Author | |||
end | end | ||
return p | return p |
mNo edit summary |
mNo edit summary |
||
Line 2: | Line 2: | ||
function p.cite() | function p.cite() | ||
return | local pframe = frame:getParent() | ||
Author = pframe.args.author | |||
return Author | |||
end | end | ||
return p | return p |
local p = {}
function p.cite()
local pframe = frame:getParent()
Author = pframe.args.author
return Author
end
return p