Module:Citation/CS1: திருத்தங்களுக்கு இடையிலான வேறுபாடு
உள்ளடக்கம் நீக்கப்பட்டது உள்ளடக்கம் சேர்க்கப்பட்டது
fixed author's editor for "in" or "In" and put space after sepc. |
changed to omit dot in "et al." when sepc is "." separator; quickened other sepc text by moving inside gated-if structures |
||
வரிசை 106:
local one
if ( maximum ~= nil and i == maximum + 1 ) then
one = etal_text
elseif ( maximum ~= nil and i > maximum + 1 ) then
break
வரி 637 ⟶ 639:
if ( Via ~= nil and Via ~="" ) then
Via = " — via " .. Via else Via = "" end
▲ if (sepc == ".") then retrv_text = ' Retrieved ' end
if ( AccessDate ~= nil and AccessDate ~="" )
then
if (sepc == ".") then retrv_text = " Retrieved " end
AccessDate = '<span class="reference-accessdate">'
.. sepc .. retrv_text .. AccessDate .. '</span>'
else AccessDate = "" end
வரி 1,126 ⟶ 1,128:
--22Feb2013 Capitalized "Archived/Retrieved" only when sepc is dot ".".
--23Feb2013 Fixed author editor for "in" or "In" and put space after sepc.
--23Feb2013 Changed to omit dot in "et al." when sepc is "." separator.
--
--End
| |||