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