Modul:Citation/i18n: Unterschied zwischen den Versionen
db..., params...
(+geplante Parameter) |
(db..., params...) |
||
| Zeile 79: | Zeile 79: | ||
-- identifiers | -- identifiers | ||
isbn = { 'ISBN', types = { 'book', 'bookitem', 'map', 'journal' }, COinS = 'rft.isbn' }, | isbn = { 'ISBN', 'isbn', types = { 'book', 'bookitem', 'map', 'journal' }, COinS = 'rft.isbn' }, | ||
issn = { 'ISSN', COinS = 'rft.issn' }, | issn = { 'ISSN', 'issn', COinS = 'rft.issn' }, | ||
eissn = { 'EISSN', COinS = 'rft.eissn' }, | eissn = { 'EISSN', 'eissn', COinS = 'rft.eissn' }, | ||
ignoreError = { 'ignoreError' }, | ignoreError = { 'ignoreError' }, | ||
asin = { 'ASIN', 'asin' }, | |||
doi = { 'DOI', COinS = 'info:doi' }, | doi = { 'DOI', 'doi', COinS = 'info:doi' }, | ||
-- hdl = { 'HDL', COinS = 'info:hdl' }, | -- hdl = { 'HDL', 'hdl', COinS = 'info:hdl' }, | ||
jstor = { 'JSTOR', types = { 'journal', 'newspaper' } }, | jstor = { 'JSTOR', 'jstor', types = { 'journal', 'newspaper' } }, | ||
-- ol = { 'OL', COinS = 'url' }, | -- ol = { 'OL', 'ol', COinS = 'url' }, | ||
pmid = { 'PMID', types = { 'journal' }, COinS = 'info:pmid' }, | pmid = { 'PMID', 'pmid', types = { 'journal' }, COinS = 'info:pmid' }, | ||
dnb = { 'DNB', types = { 'book', 'bookitem', 'map' } }, | dnb = { 'DNB', 'dnb', types = { 'book', 'bookitem', 'map' } }, | ||
oclc = { 'OCLC', types = { 'book', 'bookitem', 'map' }, COinS = 'info:oclcnum' }, | oclc = { 'OCLC', 'oclc', types = { 'book', 'bookitem', 'map' }, COinS = 'info:oclcnum' }, | ||
-- archive | -- archive | ||
| Zeile 165: | Zeile 165: | ||
-- database ids | -- database ids | ||
dbAsin = '[[w:Amazon Standard Identification Number|ASIN]] [//www.amazon.de/%s %s]', | |||
dbDnb = '[[w:Deutsche Nationalbibliothek|DNB]] [//d-nb.info/%s %s]', | dbDnb = '[[w:Deutsche Nationalbibliothek|DNB]] [//d-nb.info/%s %s]', | ||
dbDoi = '[[w:Digital Object Identifier|doi]]:%s', | dbDoi = '[[w:Digital Object Identifier|doi]]:[//doi.org/%s %s]', | ||
dbHdl = '[[w:Handle-System|hdl]]:[//hdl.handle.net/%s %s]', | |||
dbIssn = '[[w:Internationale Standardnummer für fortlaufende Sammelwerke|ISSN]] [//zdb-katalog.de/list.xhtml?t=iss%3D%22xx1xx%22&key=cql xx1xx]', | dbIssn = '[[w:Internationale Standardnummer für fortlaufende Sammelwerke|ISSN]] [//zdb-katalog.de/list.xhtml?t=iss%3D%22xx1xx%22&key=cql xx1xx]', | ||
dbJstor = '[[w:JSTOR|JSTOR]] [//www.jstor.org/stable/%s %s]', | dbJstor = '[[w:JSTOR|JSTOR]] [//www.jstor.org/stable/%s %s]', | ||
dbOclc = '[[w:Online Computer Library Center|OCLC]] [//worldcat.org/oclc/%s %s]', | dbOclc = '[[w:Online Computer Library Center|OCLC]] [//worldcat.org/oclc/%s %s]', | ||
dbOl = '[[w:Open Library|OL]] [//openlibrary.org/%s %s]', | |||
dbPmid = '[[w:PubMed|PubMed]] [//pubmed.ncbi.nlm.nih.gov/%s %s]', | dbPmid = '[[w:PubMed|PubMed]] [//pubmed.ncbi.nlm.nih.gov/%s %s]', | ||