Module:Citation/CS1: Difference between revisions
special case of italic plus dot
m>Dragons flight (and newline to url filter) |
m>Dragons flight (special case of italic plus dot) |
||
Line 828: | Line 828: | ||
if (Quote ~= "") then enddot = "" end | if (Quote ~= "") then enddot = "" end | ||
if ( string.sub(idcommon,-1,-1) == sepc) then enddot = "" end | if ( string.sub(idcommon,-1,-1) == sepc) then enddot = "" end | ||
if ( string.sub(idcommon,-3,-1) == sepc .. "''" ) then enddot = "" end | |||
if ( config.CitationClass == "citation") then enddot = "" end | if ( config.CitationClass == "citation") then enddot = "" end | ||
idcommon = idcommon .. enddot | idcommon = idcommon .. enddot |