Modul:Citation/i18n: Unterschied zwischen den Versionen

cleanup nicht mehr nötig
KKeine Bearbeitungszusammenfassung
(cleanup nicht mehr nötig)
Zeile 36: Zeile 36:
-- cleanup = true: complete cleanup
-- cleanup = true: complete cleanup
params = {
params = {
type        = { 'type', 'Typ', cleanup = true },
type        = { 'type', 'Typ' },
author      = { 'Autor', COinS = 'rft.au', cleanup = true },
author      = { 'Autor', COinS = 'rft.au' },
editor      = { 'Herausgeber', 'Hrsg', cleanup = true },
editor      = { 'Herausgeber', 'Hrsg' },
title      = { 'Titel', COinS = 'rft.title', cleanup = true },
title      = { 'Titel', COinS = 'rft.title' },
titleAddition = { 'TitelErg', cleanup = true },
titleAddition = { 'TitelErg' },
chapter    = { 'Kapitel', types = 'book', COinS = 'rft.atitle', cleanup = true },
chapter    = { 'Kapitel', types = 'book', COinS = 'rft.atitle' },
scale      = { 'Maßstab', types = 'map', cleanup = true },
scale      = { 'Maßstab', types = 'map' },


collection  = { 'Sammelwerk', types = 'collection', cleanup = true },
collection  = { 'Sammelwerk', types = 'collection' },
journal    = { 'Zeitschrift', 'Sammelwerk', types = 'journal', COinS = 'rft.jtitle', cleanup = true },
journal    = { 'Zeitschrift', 'Sammelwerk', types = 'journal', COinS = 'rft.jtitle' },
newspaper  = { 'Zeitung', 'Sammelwerk', types = 'newspaper', COinS = 'rft.jtitle', cleanup = true },
newspaper  = { 'Zeitung', 'Sammelwerk', types = 'newspaper', COinS = 'rft.jtitle' },
website    = { 'Website', 'Internet', 'Sammelwerk', types = 'web', cleanup = true },
website    = { 'Website', 'Internet', 'Sammelwerk', types = 'web' },
abbr        = { 'Abk', types = { 'collection', 'journal', 'newspaper' }, cleanup = true },
abbr        = { 'Abk', types = { 'collection', 'journal', 'newspaper' } },


place      = { 'Ort', COinS = 'rft.place', cleanup = true },
place      = { 'Ort', COinS = 'rft.place' },
publisher  = { 'Verlag', 'Verleger', types = { 'book', 'map', 'collection', 'web' }, COinS = 'rft.pub', cleanup = true },
publisher  = { 'Verlag', 'Verleger', types = { 'book', 'map', 'collection', 'web' }, COinS = 'rft.pub' },
date        = { 'Datum', 'Jahr', COinS = 'rft.date', cleanup = true },
date        = { 'Datum', 'Jahr', COinS = 'rft.date' },
edition    = { 'Auflage', types = { 'book', 'map', 'collection' }, COinS = 'rft.edition', cleanup = true },
edition    = { 'Auflage', types = { 'book', 'map', 'collection' }, COinS = 'rft.edition' },
volume      = { 'Band', types = { 'book', 'map', 'collection', 'journal', 'newspaper' }, COinS = 'rft.volume', cleanup = true },
volume      = { 'Band', types = { 'book', 'map', 'collection', 'journal', 'newspaper' }, COinS = 'rft.volume' },
issue      = { 'Ausgabe', 'Nummer', 'Heft', types = { 'journal', 'newspaper' }, COinS = 'rft.issue', cleanup = true },
issue      = { 'Ausgabe', 'Nummer', 'Heft', types = { 'journal', 'newspaper' }, COinS = 'rft.issue' },
pages      = { 'Seite', 'Seiten', types = { 'book', 'collection', 'journal', 'newspaper', 'web' }, COinS = 'rft.pages', cleanup = true },
pages      = { 'Seite', 'Seiten', types = { 'book', 'collection', 'journal', 'newspaper', 'web' }, COinS = 'rft.pages' },
columns    = { 'Spalte', 'Spalten', types = { 'book', 'collection', 'journal', 'newspaper', 'web' }, cleanup = true },
columns    = { 'Spalte', 'Spalten', types = { 'book', 'collection', 'journal', 'newspaper', 'web' } },
extent      = { 'Umfang', 'Seitenanzahl', types = { 'book', 'collection', 'map' } },
extent      = { 'Umfang', 'Seitenanzahl', types = { 'book', 'collection', 'map' } },


series      = { 'Serie', 'Reihe', types = { 'book', 'collection', 'map' }, COinS = 'rft.series', cleanup = true },
series      = { 'Serie', 'Reihe', types = { 'book', 'collection', 'map' }, COinS = 'rft.series' },
series2    = { 'Serie2', 'Reihe2', types = { 'book', 'collection', 'map' }, cleanup = true },
series2    = { 'Serie2', 'Reihe2', types = { 'book', 'collection', 'map' } },
series3    = { 'Serie3', 'Reihe3', types = { 'book', 'collection', 'map' }, cleanup = true },
series3    = { 'Serie3', 'Reihe3', types = { 'book', 'collection', 'map' } },


url        = { 'Online', 'URL', cleanup = true },
url        = { 'Online', 'URL' },
siteUrl    = { 'Site-URL', 'Website-URL', types = { 'collection', 'journal', 'newspaper', 'web' }, cleanup = true },
siteUrl    = { 'Site-URL', 'Website-URL', types = { 'collection', 'journal', 'newspaper', 'web' } },
archiveUrl  = { 'Archiv-URL', cleanup = true },
archiveUrl  = { 'Archiv-URL' },
urlStatus  = { 'URL-Status', cleanup = true },
urlStatus  = { 'URL-Status' },
archiveDate = { 'Archiv-Datum', 'Archivdatum', cleanup = true },
archiveDate = { 'Archiv-Datum', 'Archivdatum' },
format      = { 'Format', cleanup = true },
format      = { 'Format' },
KBytes      = { 'KBytes', 'kBytes', 'kbytes', cleanup = true },
KBytes      = { 'KBytes', 'kBytes', 'kbytes' },
MBytes      = { 'MBytes', 'Mbytes', cleanup = true },
MBytes      = { 'MBytes', 'Mbytes' },
accessDate  = { 'Zugriff', 'Abruf', cleanup = true },
accessDate  = { 'Zugriff', 'Abruf' },


isbn        = { 'ISBN', types = { 'book', 'collection', 'map', 'journal' }, COinS = 'rft.isbn', cleanup = true },
isbn        = { 'ISBN', types = { 'book', 'collection', 'map', 'journal' }, COinS = 'rft.isbn' },
issn        = { 'ISSN', COinS = 'rft.issn', cleanup = true },
issn        = { 'ISSN', COinS = 'rft.issn' },
eissn      = { 'EISSN', COinS = 'rft.eissn', cleanup = true },
eissn      = { 'EISSN', COinS = 'rft.eissn' },
doi        = { 'DOI', COinS_id = 'info:doi', cleanup = true },
doi        = { 'DOI', COinS_id = 'info:doi' },
ignoreError = { 'ignoreError', 'ignoreErrors', 'keinFehler', 'kein Fehler', cleanup = true },
ignoreError = { 'ignoreError', 'ignoreErrors', 'keinFehler', 'kein Fehler' },


jstor      = { 'JSTOR', types = { 'journal', 'newspaper' }, cleanup = true },
jstor      = { 'JSTOR', types = { 'journal', 'newspaper' } },
dnb        = { 'DNB', types = { 'book', 'collection', 'map' }, cleanup = true },
dnb        = { 'DNB', types = { 'book', 'collection', 'map' } },
oclc        = { 'OCLC', types = { 'book', 'collection', 'map' }, COinS_id = 'info:oclcnum', cleanup = true },
oclc        = { 'OCLC', types = { 'book', 'collection', 'map' }, COinS_id = 'info:oclcnum' },


language    = { 'Sprache' },
language    = { 'Sprache' },
Anonymer Benutzer