Module:Citation/CS1: திருத்தங்களுக்கு இடையிலான வேறுபாடு

உள்ளடக்கம் நீக்கப்பட்டது உள்ளடக்கம் சேர்க்கப்பட்டது
sanity check the italics for other single quotes
Use empty spans rather than spaces
வரிசை 563:
and config.CitationClass ~= "encyclopaedia"
) then
if Chapter:sub(1,1) == "'" then Chapter = "<span />" .. Chapter; end
if Chapter:sub(-1,-1) == "'" then Chapter = Chapter .. "<span />"; end
Chapter = "''" .. Chapter .. "''"
else
வரிசை 591:
Title = "\"" .. Title .. "\""
else
if Title:sub(1,1) == "'" then Title = "<span />" .. Title; end
if Title:sub(-1,-1) == "'" then Title = Title .. "<span />"; end
Title = "''" .. Title .. "''"
வரிசை 773:
if ( LayDate ~= nil ) then LayDate = " (" .. LayDate .. ")" else LayDate = "" end
if ( LaySource ~= nil ) then
if LaySource:sub(1,1) == "'" then LaySource = "<span />" .. LaySource; end
if LaySource:sub(-1,-1) == "'" then LaySource = LaySource .. "<span />"; end
 
LaySource = " &ndash; ''" .. LaySource .. "''"
வரிசை 815:
-- Several of the above rely upon detecting this as nil, so do it last.
if ( Periodical ~= nil and Periodical ~="" ) then
if Periodical:sub(1,1) == "'" then Periodical = "<span />" .. Periodical; end
if Periodical:sub(-1,-1) == "'" then Periodical = Periodical .. "<span />"; end
 
if ( Title and Title ~= "") then
"https://tamilar.wiki/w/Module:Citation/CS1" இலிருந்து மீள்விக்கப்பட்டது