Module:Citation/CS1: Difference between revisions
fixed for empty Periodical ~= ""
m>Wikid77 (changed to omit double-dot before date when already dot.) |
m>Wikid77 (fixed for empty Periodical ~= "") |
||
Line 729: | Line 729: | ||
end | end | ||
-- Several of the above rely upon detecting this as nil, so do it last. | -- Several of the above rely upon detecting this as nil, so do it last. | ||
if ( Periodical ~= nil ) then | if ( Periodical ~= nil and Periodical ~="" ) then | ||
Periodical = sepc .. " <i>" .. Periodical .. "</i>" | Periodical = sepc .. " <i>" .. Periodical .. "</i>" | ||
else Periodical = "" end | else Periodical = "" end |