Content deleted Content added
Sync from sandbox: rewriting to convert to Lua |
catch formatting issue for the journal parameter |
||
Line 213:
citeq_args[name] = getValue( {data.id, ps = 1, qid = citeq_args.qid, maxvals=data.maxvals, linked=data.linked, citeq_args[name] } )
end
citeq_args.journal = citeq_args.journal and citeq_args.journal:gsub("^''", ""):gsub("''$", "")
citeq_args.ol = (getValue( {"P648", ps = 1, qid = citeq_args.qid, maxvals=1, citeq_args.ol } ) or ''):gsub("^OL(.+)$", "%1")
if citeq_args.biorxiv then
|