Changes
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