模块:Citation/CS1:修订间差异
imported>Liangent 无编辑摘要 |
imported>Liangent 无编辑摘要 |
||
| 第1,729行: | 第1,729行: | ||
Chapter = Chapter .. TransError; | Chapter = Chapter .. TransError; | ||
end | end | ||
Chapter = Chapter .. sepc .. " " -- with end-space | if is_set(Title) and is_zh(Title) then -- LOCAL | ||
Chapter = Chapter .. '//' -- LOCAL | |||
else -- LOCAL | |||
Chapter = Chapter .. sepc .. " " -- with end-space | |||
end -- LOCAL | |||
elseif is_set(ChapterURL) then | elseif is_set(ChapterURL) then | ||
Chapter = " " .. externallink( ChapterURL, nil, ChapterURLorigin ) .. sepc .. " "; | Chapter = " " .. externallink( ChapterURL, nil, ChapterURLorigin ) .. sepc .. " "; | ||