模块:Citation/CS1:修订间差异

imported>Liangent
无编辑摘要
imported>Liangent
无编辑摘要
第1,275行: 第1,275行:
     At = is_set(At) and (sepc .. " " .. At) or "";
     At = is_set(At) and (sepc .. " " .. At) or "";
     Others = is_set(Others) and (sepc .. " " .. Others) or "";
     Others = is_set(Others) and (sepc .. " " .. Others) or "";
     TitleType = is_set(TitleType) and (" (" .. TitleType .. ")") or "";
     TitleType = is_set(TitleType) and (", " .. TitleType) or ""; -- LOCAL
     TitleNote = is_set(TitleNote) and (sepc .. " " .. TitleNote) or "";
     TitleNote = is_set(TitleNote) and (sepc .. " " .. TitleNote) or "";
     -- LOCAL
     -- LOCAL