Module:Citation/CS1: Difference between revisions
re-added space at Date
m>Wikid77 (reworked to stop double-dots "..", put NOTES comments to explain module operation.) |
m>Wikid77 (re-added space at Date) |
||
Line 693: | Line 693: | ||
text = Editors .. Date .. Chapter .. tcommon .. Page .. Pages .. At .. idcommon | text = Editors .. Date .. Chapter .. tcommon .. Page .. Pages .. At .. idcommon | ||
else | else | ||
if ( "" ~= Date ) then Date = Date .. "." end | if ( "" ~= Date ) then Date = " " .. Date .. "." end | ||
text = Chapter .. tcommon .. Date .. Page .. Pages .. At .. idcommon | text = Chapter .. tcommon .. Date .. Page .. Pages .. At .. idcommon | ||
end | end |