Module:Citation/CS1: திருத்தங்களுக்கு இடையிலான வேறுபாடு
உள்ளடக்கம் நீக்கப்பட்டது உள்ளடக்கம் சேர்க்கப்பட்டது
checked to omit blank codes (asin= | doi= etc.); fixed prior "Script error" after edit-conflict. |
checked for more blank codes; cut dots after page-numbers. |
||
வரிசை 570:
Page = ""
elseif ( Periodical ~= nil ) then
Page = ": " .. Page
else
Page = sepc .." " .. PPrefix .. Page
end
if ( nil == Pages ) then
Pages = ""
elseif ( Periodical ~= nil ) then
Pages = ": " .. Pages
else
if ( tonumber(Pages) ~= nil ) then
Pages = sepc .." " .. PPrefix .. Pages
else Pages = sepc .." " .. PPPrefix .. Pages
end
end
if ( At ~= nil ) then At = sepc .. " " .. At
else At = "" end
if ( Coauthors ~= nil ) then
வரிசை 635:
if ( MR ~= nil and MR ~="" ) then
MR = sepc .." " .. externallinkid(frame, {label="MR",link="Mathematical Reviews",prefix="http://www.ams.org/mathscinet-getitem?mr=",id=MR}) else MR = "" end
if ( OCLC ~= nil
if ( OL ~= nil and OL ~="") then
if ( OSTI ~= nil ) then OSTI = " " .. externallinkid(frame, {label="OSTI",link="Office of Scientific and Technical Information",prefix="http://www.osti.gov/energycitations/product.biblio.jsp?osti_id=",id=OSTI}) else OSTI = "" end▼
if ( OSTI ~= nil and OSTI ~="") then
if ( PMID ~= nil ) then PMID = " " .. externallinkid(frame, {label="PMID",link="PubMed Identifier",prefix="//www.ncbi.nlm.nih.gov/pubmed/",id=PMID}) else PMID = "" end▼
if ( PMC ~= nil and PMC ~="") then
if ( SSRN ~= nil ) then SSRN = " " .. externallinkid(frame, {label="SSRN",link="Social Science Research Network",prefix="http://ssrn.com/abstract=",id=SSRN}) else SSRN = "" end▼
if ( PMID ~= nil and PMID ~="") then
if ( ZBL ~= nil ) then ZBL = " " .. externallinkid(frame, {label="ZBL",link="Zentralblatt MATH",prefix="http://www.zentralblatt-math.org/zmath/en/search/?format=complete&q=an:",id=ZBL}) else ZBL = "" end▼
▲
if ( RFC ~= nil and RFC ~="") then
▲
if ( SSRN ~= nil and RFC ~="") then
▲
if ( URL ~= nil and URL ~="") then
URL = sepc .." " .. url(frame, URL)
else
if (PMC ~= nil and PMC ~="")
then URL = "http://www.ncbi.nlm.nih.gov/pmc/articles/PMC" .. PMC .. "/?tool=pmcentrez"
else URL = ""
end
end
if ( ZBL ~= nil and ZBL ~="") then
▲
if ( Quote ~= nil ) then
Quote = sepc .." \"" .. Quote .. "\""
PostScript = ""
else
if ( PostScript ~= nil ) then PostScript =
Quote = ""
end
வரி 725 ⟶ 740:
text = Editors .. Date .. Chapter .. tcommon .. Page .. Pages .. At .. idcommon
else
if ( "" ~= Date ) then Date = " " .. Date
text = Chapter .. tcommon .. Date .. Page .. Pages .. At .. idcommon
end
| |||