Modul:Citation/i18n: Unterschied zwischen den Versionen
Sortierung Parameter
(+quote) |
(Sortierung Parameter) |
||
| Zeile 36: | Zeile 36: | ||
-- cleanup = true: complete cleanup | -- cleanup = true: complete cleanup | ||
params = { | params = { | ||
-- type, author and title | |||
type = { 'type', 'Typ' }, | type = { 'type', 'Typ' }, | ||
author = { 'Autor', COinS = 'rft.au' }, | author = { 'Autor', COinS = 'rft.au' }, | ||
title = { 'Titel', COinS = 'rft.title' }, | title = { 'Titel', COinS = 'rft.title' }, | ||
titleAddition = { 'TitelErg' }, | titleAddition = { 'TitelErg' }, | ||
scale = { 'Maßstab', types = 'map' }, | scale = { 'Maßstab', types = 'map' }, | ||
url = { 'Online', 'URL' }, | |||
-- edited collections | |||
editor = { 'Herausgeber', 'Hrsg' }, | |||
collection = { 'Sammelwerk', types = 'collection' }, | collection = { 'Sammelwerk', types = 'collection' }, | ||
journal = { 'Zeitschrift', 'Sammelwerk', types = 'journal', COinS = 'rft.jtitle' }, | journal = { 'Zeitschrift', 'Sammelwerk', types = 'journal', COinS = 'rft.jtitle' }, | ||
newspaper = { 'Zeitung', 'Sammelwerk', types = 'newspaper', COinS = 'rft.jtitle' }, | newspaper = { 'Zeitung', 'Sammelwerk', types = 'newspaper', COinS = 'rft.jtitle' }, | ||
abbr = { 'Abk', types = { 'collection', 'journal', 'newspaper' } }, | |||
website = { 'Website', 'Internet', 'Sammelwerk', types = 'web' }, | website = { 'Website', 'Internet', 'Sammelwerk', types = 'web' }, | ||
siteUrl = { 'Site-URL', 'Website-URL', types = { 'collection', 'journal', 'newspaper', 'web' } }, | |||
-- published | |||
place = { 'Ort', COinS = 'rft.place' }, | place = { 'Ort', COinS = 'rft.place' }, | ||
publisher = { 'Verlag', types = { 'book', 'map', 'collection', 'web' }, COinS = 'rft.pub' }, | publisher = { 'Verlag', types = { 'book', 'map', 'collection', 'web' }, COinS = 'rft.pub' }, | ||
date = { 'Datum', 'Jahr', COinS = 'rft.date' }, | date = { 'Datum', 'Jahr', COinS = 'rft.date' }, | ||
edition = { 'Auflage', types = { 'book', 'map', 'collection' }, COinS = 'rft.edition' }, | edition = { 'Auflage', types = { 'book', 'map', 'collection' }, COinS = 'rft.edition' }, | ||
series = { 'Serie', 'Reihe', types = { 'book', 'collection', 'map' }, COinS = 'rft.series' }, | |||
-- source | |||
volume = { 'Band', types = { 'book', 'map', 'collection', 'journal', 'newspaper' }, COinS = 'rft.volume' }, | volume = { 'Band', types = { 'book', 'map', 'collection', 'journal', 'newspaper' }, COinS = 'rft.volume' }, | ||
issue = { 'Nummer', types = { 'journal', 'newspaper' }, COinS = 'rft.issue' }, | issue = { 'Nummer', types = { 'journal', 'newspaper' }, COinS = 'rft.issue' }, | ||
chapter = { 'Kapitel', types = 'book', COinS = 'rft.atitle' }, | |||
pages = { 'Seiten', types = { 'book', 'collection', 'journal', 'newspaper', 'web' }, COinS = 'rft.pages' }, | pages = { 'Seiten', types = { 'book', 'collection', 'journal', 'newspaper', 'web' }, COinS = 'rft.pages' }, | ||
columns = { 'Spalten', types = { 'book', 'collection', 'journal', 'newspaper', 'web' } }, | columns = { 'Spalten', types = { 'book', 'collection', 'journal', 'newspaper', 'web' } }, | ||
-- key numbers | |||
isbn = { 'ISBN', types = { 'book', 'collection', 'map', 'journal' }, COinS = 'rft.isbn' }, | isbn = { 'ISBN', types = { 'book', 'collection', 'map', 'journal' }, COinS = 'rft.isbn' }, | ||
issn = { 'ISSN', COinS = 'rft.issn' }, | issn = { 'ISSN', COinS = 'rft.issn' }, | ||
eissn = { 'EISSN', COinS = 'rft.eissn' }, | eissn = { 'EISSN', COinS = 'rft.eissn' }, | ||
ignoreError = { 'ignoreError' }, | ignoreError = { 'ignoreError' }, | ||
doi = { 'DOI', COinS_id = 'info:doi' }, | |||
jstor = { 'JSTOR', types = { 'journal', 'newspaper' } }, | jstor = { 'JSTOR', types = { 'journal', 'newspaper' } }, | ||
dnb = { 'DNB', types = { 'book', 'collection', 'map' } }, | dnb = { 'DNB', types = { 'book', 'collection', 'map' } }, | ||
oclc = { 'OCLC', types = { 'book', 'collection', 'map' }, COinS_id = 'info:oclcnum' }, | oclc = { 'OCLC', types = { 'book', 'collection', 'map' }, COinS_id = 'info:oclcnum' }, | ||
-- archive | |||
urlStatus = { 'URL-Status' }, | |||
accessDate = { 'Abruf' }, | |||
archiveUrl = { 'Archiv-URL' }, | |||
archiveDate = { 'Archiv-Datum' }, | |||
format = { 'Format' }, | |||
KBytes = { 'KBytes' }, | |||
MBytes = { 'MBytes' }, | |||
-- additional statesments | |||
extent = { 'Umfang', 'Seitenanzahl', types = { 'book', 'collection', 'map' } }, | |||
language = { 'Sprache' }, | language = { 'Sprache' }, | ||
comment = { 'Kommentar' }, | comment = { 'Kommentar' }, | ||