Module:Citation/CS1: Difference between revisions
used ] for "]" to allow URL link
m>Wikid77 (for class "journal" omitted enddot) |
m>Wikid77 (used ] for "]" to allow URL link) |
||
Line 490: | Line 490: | ||
URL = ArchiveURL | URL = ArchiveURL | ||
end | end | ||
if ( TransTitle and "" < TransTitle ) then TransTitle = " [" .. TransTitle .. " | if ( TransTitle and "" < TransTitle ) then TransTitle = " [" .. TransTitle .. "]." else TransTitle = "" end | ||
if ( TransChapter and "" < TransChapter ) then TransChapter = " [" .. TransChapter .. " | if ( TransChapter and "" < TransChapter ) then TransChapter = " [" .. TransChapter .. "]." else TransChapter = "" end | ||
if ( Chapter and "" < Chapter ) then | if ( Chapter and "" < Chapter ) then | ||
if ( ChapterLink and "" < ChapterLink ) then Chapter = "[[" .. ChapterLink .. "|" .. Chapter .. "]]" end | if ( ChapterLink and "" < ChapterLink ) then Chapter = "[[" .. ChapterLink .. "|" .. Chapter .. "]]" end |