Module:Citation/CS1: Difference between revisions
removed PMC url when empty URL.
m>Wikid77 (fixed for empty Periodical ~= "") |
m>Wikid77 (removed PMC url when empty URL.) |
||
Line 666: | Line 666: | ||
SSRN = sepc .." " .. externallinkid(frame, {label="SSRN",link="Social Science Research Network",prefix="http://ssrn.com/abstract=",id=SSRN}) else SSRN = "" end | SSRN = sepc .." " .. externallinkid(frame, {label="SSRN",link="Social Science Research Network",prefix="http://ssrn.com/abstract=",id=SSRN}) else SSRN = "" end | ||
if ( URL ~= nil and URL ~="") then | if ( URL ~= nil and URL ~="") then | ||
URL = | URL = " " .. url(frame, URL) | ||
else | else | ||
URL = "" | |||
end | end | ||
if ( ZBL ~= nil and ZBL ~="") then | if ( ZBL ~= nil and ZBL ~="") then |