יחידה:Citation/CS1: הבדלים בין גרסאות בדף
אין תקציר עריכה |
בדיקה |
||
| שורה 1,946: | שורה 1,946: | ||
Authors = listpeople(control, a) | Authors = listpeople(control, a) | ||
end | end | ||
-- our code start | |||
if is_set(Coauthors) then | |||
table.insert( z.message_tail, { seterror('deprecated_coauthors', {}, true) } ); | |||
end | |||
if is_set(ChapterLink) then | |||
table.insert( z.message_tail, { seterror('deprecated_chapterlink', {}, true) } ); | |||
end | |||
-- our code end | |||
if not is_set(Authors) and is_set(Coauthors) then -- coauthors aren't displayed if one of authors=, authorn=, or lastn= isn't specified | if not is_set(Authors) and is_set(Coauthors) then -- coauthors aren't displayed if one of authors=, authorn=, or lastn= isn't specified | ||