Module:Citation/CS1: திருத்தங்களுக்கு இடையிலான வேறுபாடு
உள்ளடக்கம் நீக்கப்பட்டது உள்ளடக்கம் சேர்க்கப்பட்டது
for config.CitationClass "citation" reset order as: Volume, Issue, Publisher |
fixed extra dot in "]." for TransTitle (etc.); set Bad-DOI warning. |
||
வரிசை 57:
end
if ( string.sub(id,1,3) ~= "10." ) then
cat = cat .. "[[Category:Pages with DOI errors]]" .. '<span class=strong>Bad DOI (expected "10." prefix)</span>'
end
if ( nocat and nocat ~= "" ) then cat = "" end
வரிசை 509:
end
end
if ( TransTitle and "" < TransTitle ) then TransTitle = " [" .. TransTitle .. "]
if ( TransChapter and "" < TransChapter ) then TransChapter = " [" .. TransChapter .. "]
if ( Chapter and "" < Chapter ) then
if ( ChapterLink and "" < ChapterLink ) then Chapter = "[[" .. ChapterLink .. "|" .. Chapter .. "]]" end
வரிசை 614:
Edition = " (" .. Edition .. " edition)" else Edition = "" end
if ( Volume ~= nil and Volume ~="" ) then
then Volume = " <b>" .. Volume .. "</b>"
else Volume = sepc .." " .. Volume
end
end
if ( Issue ~= nil and Issue ~="" ) then
Issue = " (" .. Issue .. ")" else Issue = "" end
வரி 1,092 ⟶ 1,096:
--21Feb2013 Changed to omit double-dot before date when already dot.
--21Feb2013 Order config.CitationClass "citation": Volume, Issue, Publisher.
--21Feb2013 Automatically unbolded volume+comma when > 4 long.
--21Feb2013 Put warning "Bad DOI (expected "10."..)" in DOI result.
--
--End
| |||