Modul:Citation/i18n: Unterschied zwischen den Versionen
keine Bearbeitungszusammenfassung
Keine Bearbeitungszusammenfassung |
Keine Bearbeitungszusammenfassung |
||
| Zeile 47: | Zeile 47: | ||
params = { | params = { | ||
-- type, author and title | -- type, author and title | ||
type | type = { 'type', 'Typ' }, | ||
author | author = { 'Autor', COinS = 'rft.au' }, | ||
title | title = { 'Titel', COinS = 'rft.title' }, | ||
titleAddition = { 'TitelErg' }, | titleAddition = { 'TitelErg' }, | ||
scale | scale = { 'Maßstab', types = 'map' }, | ||
url | url = { 'Online', 'URL' }, | ||
access | access = { 'Zugriff' }, | ||
-- edited collections | -- edited collections | ||
editor = { 'Herausgeber', 'Hrsg' }, | editor = { 'Herausgeber', 'Hrsg' }, | ||
collection = { 'Sammelwerk', types = ' | collection = { 'Sammelwerk', types = 'bookitem' }, | ||
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 = { ' | abbr = { 'Abk', types = { 'bookitem', 'journal', 'newspaper' } }, | ||
website = { 'Website', 'Internet', 'Sammelwerk', types = 'web' }, | website = { 'Website', 'Internet', 'Sammelwerk', types = 'web' }, | ||
siteUrl = { 'Site-URL', 'Website-URL', types = { ' | siteUrl = { 'Site-URL', 'Website-URL', types = { 'bookitem', 'journal', 'newspaper', 'web' } }, | ||
-- published | -- published | ||
place = { 'Ort', COinS = 'rft.place' }, | place = { 'Ort', COinS = 'rft.place' }, | ||
publisher = { 'Verlag', types = { 'book', 'map', ' | publisher = { 'Verlag', types = { 'book', 'map', 'bookitem', 'web' }, COinS = 'rft.pub' }, | ||
date = { 'Datum', 'Jahr', COinS = 'rft.date' }, | date = { 'Datum', 'Jahr', COinS = 'rft.date' }, | ||
edition = { 'Auflage', types = { 'book', 'map', ' | edition = { 'Auflage', types = { 'book', 'map', 'bookitem' }, COinS = 'rft.edition' }, | ||
series = { 'Reihe', 'Serie', types = { 'book', ' | series = { 'Reihe', 'Serie', types = { 'book', 'bookitem', 'map' }, COinS = 'rft.series' }, | ||
-- source | -- source | ||
volume = { 'Band', types = { 'book', 'map', ' | volume = { 'Band', types = { 'book', 'map', 'bookitem', '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' }, | chapter = { 'Kapitel', types = 'book', COinS = 'rft.atitle' }, | ||
pages = { 'Seiten', types = { 'book', ' | pages = { 'Seiten', types = { 'book', 'bookitem', 'journal', 'newspaper', 'web' }, COinS = 'rft.pages' }, | ||
columns = { 'Spalten', types = { 'book', ' | columns = { 'Spalten', types = { 'book', 'bookitem', 'journal', 'newspaper', 'web' } }, | ||
-- key numbers | -- key numbers | ||
isbn = { 'ISBN', types = { 'book', ' | isbn = { 'ISBN', types = { 'book', 'bookitem', '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' }, | ||
| Zeile 86: | Zeile 86: | ||
doi = { 'DOI', COinS_id = 'info:doi' }, | doi = { 'DOI', COinS_id = 'info:doi' }, | ||
jstor = { 'JSTOR', types = { 'journal', 'newspaper' } }, | jstor = { 'JSTOR', types = { 'journal', 'newspaper' } }, | ||
dnb = { 'DNB', types = { 'book', ' | dnb = { 'DNB', types = { 'book', 'bookitem', 'map' } }, | ||
oclc = { 'OCLC', types = { 'book', ' | oclc = { 'OCLC', types = { 'book', 'bookitem', 'map' }, COinS_id = 'info:oclcnum' }, | ||
-- archive | -- archive | ||
| Zeile 99: | Zeile 99: | ||
-- additional statesments | -- additional statesments | ||
extent = { 'Umfang', 'Seitenanzahl', types = { 'book', ' | extent = { 'Umfang', 'Seitenanzahl', types = { 'book', 'bookitem', 'map' } }, | ||
language = { 'Sprache' }, | language = { 'Sprache' }, | ||
comment = { 'Kommentar' }, | comment = { 'Kommentar' }, | ||