Modul:Citation/i18n: Unterschied zwischen den Versionen
+TitelErg
K (articleUrl -> url) |
(+TitelErg) |
||
| Zeile 30: | Zeile 30: | ||
editor = { 'Herausgeber', 'Hrsg', cleanup = true }, | editor = { 'Herausgeber', 'Hrsg', cleanup = true }, | ||
title = { 'Titel', COinS = 'rft.title', cleanup = true }, | title = { 'Titel', COinS = 'rft.title', cleanup = true }, | ||
chapter = { 'Kapitel | titleAddition = { 'TitelErg', types = { 'book', 'map', 'collection' }, cleanup = true }, | ||
chapter = { 'Kapitel', types = 'book', COinS = 'rft.atitle', cleanup = true }, | |||
scale = { 'Maßstab', types = 'map', cleanup = true }, | scale = { 'Maßstab', types = 'map', cleanup = true }, | ||
| Zeile 78: | Zeile 79: | ||
-- list of formatter strings | -- list of formatter strings | ||
-- formatting is geared to DIN 690 = ISO 690, and DIN 1505-2 | |||
formatters = { | formatters = { | ||
-- author | -- author | ||
| Zeile 85: | Zeile 87: | ||
-- title | -- title | ||
tiAll = | tiAll = '%s. ', | ||
tiAddition = '%s / %s', | |||
tiChapter = "Kapitel ''%s''", | tiChapter = "Kapitel ''%s''", | ||
tiIn = 'In: ', | tiIn = 'In: ', | ||