יחידה:Citation/CS1: הבדלים בין גרסאות בדף
אין תקציר עריכה |
אין תקציר עריכה |
||
| שורה 809: | שורה 809: | ||
if "AV-media-notes" == cite_class or "DVD-notes" == cite_class then -- if this citation is cite AV media notes or cite DVD notes | if "AV-media-notes" == cite_class or "DVD-notes" == cite_class then -- if this citation is cite AV media notes or cite DVD notes | ||
return "Media notes"; -- display AV media notes / DVD media notes annotation | return "Media notes"; -- display AV media notes / DVD media notes annotation | ||
elseif "mailinglist" == cite_class then -- if this citation is cite mailing list | |||
return "Mailing list"; -- display mailing list annotation | |||
elseif "podcast" == cite_class then -- if this citation is cite podcast | elseif "podcast" == cite_class then -- if this citation is cite podcast | ||
| שורה 1,794: | שורה 1,797: | ||
Others = '(Interview)'; | Others = '(Interview)'; | ||
end | end | ||
end | |||
-- special case for cite mailing list | |||
if (config.CitationClass == "mailinglist") then | |||
Periodical = A ['MailingList']; | |||
end | end | ||