Module:Citation/CS1: திருத்தங்களுக்கு இடையிலான வேறுபாடு
உள்ளடக்கம் நீக்கப்பட்டது உள்ளடக்கம் சேர்க்கப்பட்டது
again, put Bad-DOI warning & see if causes another "Script error" |
again, set to automatically unbold volume+comma when > 4 long. |
||
வரிசை 613:
if ( Edition ~= nil and Edition ~="" ) then
Edition = " (" .. Edition .. " edition)" else Edition = "" end
if ( Volume ~= nil and Volume ~="" )
then
Volume = " <b>" .. Volume .. "</b>" else Volume = "" end▼
if ( string.len(Volume) > 4 )
then Volume = sepc .." " .. Volume
end
else Volume = "" end
if ( Issue ~= nil and Issue ~="" ) then
Issue = " (" .. Issue .. ")" else Issue = "" end
வரி 1,093 ⟶ 1,098:
--21Feb2013 Order config.CitationClass "citation": Volume, Issue, Publisher.
--21Feb2013 Put warning "Bad DOI (expected "10."..)" in DOI result.
--21Feb2013 Automatically unbolded volume+comma when > 4 long.
--
--End
| |||