Open main menu

Changes

Module:Citation

223 bytes added, 22:07, 25 August 2012
Added function for DOIs.
end
return text
end
 
-- This is used by {{doi}} to create DOI links in the style used in citatoins.
function p.doi(frame)
local pframe = frame:getParent()
local id = pframe.args.id or pframe.args[1] or ""
return doi(frame, id)
end
Anonymous user