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-12'
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',
                format = '[[w:Internationale Standardnummer für fortlaufende Sammelwerke|ISSN]] [//zdb-katalog.de/list.xhtml?t=iss%3D%22xx1xx%22&key=cql xx1xx]' },
                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',
                format = '[[w:Amazon Standard Identification Number|ASIN]] [//www.amazon.de/gp/product/%s %s]' },
                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' },
                format = '[[w:Deutsche Nationalbibliothek|DNB]] [//d-nb.info/%s %s]' },
                prefix = '[[w:Deutsche Nationalbibliothek|DNB]] ',
                url = '//d-nb.info/%s' },
doi        = { 'DOI', 'doi', COinS = 'info:doi',
doi        = { 'DOI', 'doi', COinS = 'info:doi',
                format = '[[w:Digital Object Identifier|doi]]:[//doi.org/%s %s]' },
                prefix = '[[w:Digital Object Identifier|doi]]:',
                url = '//doi.org/%s' },
hdl        = { 'HDL', 'hdl', COinS = 'info:hdl',
hdl        = { 'HDL', 'hdl', COinS = 'info:hdl',
                format = '[[w:Handle-System|hdl]]:[//hdl.handle.net/%s %s]' },
                prefix = '[[w:Handle-System|hdl]]:',
                url = '//hdl.handle.net/%s' },
jstor      = { 'JSTOR', 'jstor', types = { 'journal', 'newspaper' },
jstor      = { 'JSTOR', 'jstor', types = { 'journal', 'newspaper' },
                format = '[[w:JSTOR|JSTOR]] [//www.jstor.org/stable/%s %s]' },
                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',
                format = '[[w:Online Computer Library Center|OCLC]] [//worldcat.org/oclc/%s %s]' },
                prefix = '[[w:Online Computer Library Center|OCLC]] ',
                url = '//worldcat.org/oclc/%s' },
ol          = { 'OL', 'ol',
ol          = { 'OL', 'ol',
                format = '[[w:Open Library|OL]] [//openlibrary.org/%s %s]' },
                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',
                format = '[[w:PubMed|PubMed]] [//pubmed.ncbi.nlm.nih.gov/%s %s]' },
                prefix = '[[w:PubMed|PubMed]] ',
                url = '//pubmed.ncbi.nlm.nih.gov/%s' },


-- archive
-- archive
Anonymer Benutzer