Open main menu

Changes

Module:Citation

32 bytes added, 19:19, 27 August 2012
Inverted the sense of a test.
if ( Chapter ~= nil ) then
if ( Periodical ~= nil ) then
Chapter = "''" .. Chapter .. "''"
else
Chapter = "\"" .. Chapter .. "\""
else
Chapter = "''" .. Chapter .. "''"
end
if ( ChapterURL ~= nil ) then
end
if ( Periodical ~= nil ) then
Title = " ''\"" .. Title .. "''.\""
else
Title = " \"''" .. Title .. "\".''"
end
Title = " " .. Title .. "."
else
Title = ""
Anonymous user