Open main menu

Changes

Module:Citation

27 bytes added, 20:47, 30 March 2013
no edit summary
end
function refid(label, args)
local p = args.p or ""
local pp = args.pp or ""
local loc = args.loc or ""
return anchorid(label, args) .. p .. pp .. loc
end
local pframe = frame:getParent()
local content = crossref(frame, 'FOOTNOTE', pframe.args)
local args = { name = refid('FOOTNOTE', pframe.args) }
return createTag({name = "ref", contents = content, params = args}, frame)
end
Anonymous user