Modul:Citation: Unterschied zwischen den Versionen
+titles
(+span-Tags) |
(+titles) |
||
| Zeile 478: | Zeile 478: | ||
else | else | ||
title = title:gsub( "''+", '' ) -- remove multiple apostrophes | title = title:gsub( "''+", '' ) -- remove multiple apostrophes | ||
title = cu.formatItem( title, ci.formatters.tiJournalTitle ) | if args.type == 'journal' then | ||
title = cu.formatItem( title, ci.formatters.tiJournalTitle ) | |||
elseif args.type == 'newspaper' then | |||
title = cu.formatItem( title, ci.formatters.tiNewspaperTitle ) | |||
else | |||
title = cu.formatItem( title, ci.formatters.tiWebsiteTitle ) | |||
end | |||
if cu.isSet( args.siteUrl ) then | if cu.isSet( args.siteUrl ) then | ||
title = cu.makeLink( args.siteUrl, title:gsub( '[%[%]]', '' ) ) | title = cu.makeLink( args.siteUrl, title:gsub( '[%[%]]', '' ) ) | ||
| Zeile 527: | Zeile 533: | ||
end | end | ||
day = cu.formatItem( day, ci.formatters.puDate ) | |||
cu.insertItem( tab, args.publisher ) | cu.insertItem( tab, args.publisher ) | ||
cu.insertItem( tab, args.volume, ci.formatters.nsVolume ) | cu.insertItem( tab, args.volume, ci.formatters.nsVolume ) | ||