Jump to content

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 = sepc .." " .. url(frame, URL)
       URL = " " .. url(frame, URL)
     else
     else
       if (PMC ~= nil and PMC ~="")
       URL = ""
        then URL = "http://www.ncbi.nlm.nih.gov/pmc/articles/PMC" .. PMC .. "/?tool=pmcentrez"
        else URL = ""
      end
     end
     end
     if ( ZBL ~= nil and ZBL ~="") then
     if ( ZBL ~= nil and ZBL ~="") then
Anonymous user
Cookies help us deliver our services. By using our services, you agree to our use of cookies.