Modul:Citation/i18n: Unterschied zwischen den Versionen
format -> prefix, doi
(+rft.stitle) |
(format -> prefix, doi) |
||
| Zeile 5: | Zeile 5: | ||
suite = 'Citation', | suite = 'Citation', | ||
sub = 'i18n', | sub = 'i18n', | ||
serial = '2022-08- | serial = '2022-08-14' | ||
} | } | ||
| Zeile 45: | Zeile 45: | ||
-- types = : reference types for which parameter is valid | -- types = : reference types for which parameter is valid | ||
-- COinS = : COinS key | -- COinS = : COinS key | ||
-- prefix = : hint before indentifier | |||
-- url = : identifier url | |||
-- doi = : doi equivalent | |||
params = { | params = { | ||
-- type, author and title | -- type, author and title | ||
| Zeile 81: | Zeile 84: | ||
isbn = { 'ISBN', 'isbn', types = { 'book', 'bookitem', 'map', 'journal' }, COinS = 'rft.isbn' }, | isbn = { 'ISBN', 'isbn', types = { 'book', 'bookitem', 'map', 'journal' }, COinS = 'rft.isbn' }, | ||
issn = { 'ISSN', 'issn', COinS = 'rft.issn', | issn = { 'ISSN', 'issn', COinS = 'rft.issn', | ||
prefix = '[[w:Internationale Standardnummer für fortlaufende Sammelwerke|ISSN]] ', | |||
url = '//zdb-katalog.de/list.xhtml?t=iss%3D%22%s%22&key=cql' }, | |||
eissn = { 'EISSN', 'eissn', COinS = 'rft.eissn' }, | eissn = { 'EISSN', 'eissn', COinS = 'rft.eissn' }, | ||
ignoreError = { 'ignoreError' }, | ignoreError = { 'ignoreError' }, | ||
asin = { 'ASIN', 'asin', | asin = { 'ASIN', 'asin', | ||
prefix = '[[w:Amazon Standard Identification Number|ASIN]] ', | |||
url = '//www.amazon.de/gp/product/%s' }, | |||
dnb = { 'DNB', 'dnb', types = { 'book', 'bookitem', 'map' }, | dnb = { 'DNB', 'dnb', types = { 'book', 'bookitem', 'map' }, | ||
prefix = '[[w:Deutsche Nationalbibliothek|DNB]] ', | |||
url = '//d-nb.info/%s' }, | |||
doi = { 'DOI', 'doi', COinS = 'info:doi', | doi = { 'DOI', 'doi', COinS = 'info:doi', | ||
prefix = '[[w:Digital Object Identifier|doi]]:', | |||
url = '//doi.org/%s' }, | |||
hdl = { 'HDL', 'hdl', COinS = 'info:hdl', | hdl = { 'HDL', 'hdl', COinS = 'info:hdl', | ||
prefix = '[[w:Handle-System|hdl]]:', | |||
url = '//hdl.handle.net/%s' }, | |||
jstor = { 'JSTOR', 'jstor', types = { 'journal', 'newspaper' }, | jstor = { 'JSTOR', 'jstor', types = { 'journal', 'newspaper' }, | ||
prefix = '[[w:JSTOR|JSTOR]] ', | |||
url = '//www.jstor.org/stable/%s', | |||
doi = '10.2307/%s' }, | |||
oclc = { 'OCLC', 'oclc', types = { 'book', 'bookitem', 'map' }, COinS = 'info:oclcnum', | oclc = { 'OCLC', 'oclc', types = { 'book', 'bookitem', 'map' }, COinS = 'info:oclcnum', | ||
prefix = '[[w:Online Computer Library Center|OCLC]] ', | |||
url = '//worldcat.org/oclc/%s' }, | |||
ol = { 'OL', 'ol', | ol = { 'OL', 'ol', | ||
prefix = '[[w:Open Library|OL]] ', | |||
url = '//openlibrary.org/%s' }, | |||
pmid = { 'PMID', 'pmid', types = { 'journal' }, COinS = 'info:pmid', | pmid = { 'PMID', 'pmid', types = { 'journal' }, COinS = 'info:pmid', | ||
prefix = '[[w:PubMed|PubMed]] ', | |||
url = '//pubmed.ncbi.nlm.nih.gov/%s' }, | |||
-- archive | -- archive | ||