Modul:Citation/i18n: Unterschied zwischen den Versionen
formatters, unwantedUrls, error messages
(+hdl) |
(formatters, unwantedUrls, error messages) |
||
| Zeile 5: | Zeile 5: | ||
suite = 'Citation', | suite = 'Citation', | ||
sub = 'i18n', | sub = 'i18n', | ||
serial = '2022-08- | serial = '2022-08-12' | ||
} | } | ||
| Zeile 80: | Zeile 80: | ||
-- identifiers | -- identifiers | ||
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]' }, | |||
eissn = { 'EISSN', 'eissn', COinS = 'rft.eissn' }, | eissn = { 'EISSN', 'eissn', COinS = 'rft.eissn' }, | ||
ignoreError = { 'ignoreError' }, | ignoreError = { 'ignoreError' }, | ||
asin = { 'ASIN', 'asin' }, | asin = { 'ASIN', 'asin', | ||
doi = { 'DOI', 'doi', COinS = 'info:doi' }, | format = '[[w:Amazon Standard Identification Number|ASIN]] [//www.amazon.de/gp/product/%s %s]' }, | ||
hdl = { 'HDL', 'hdl', COinS = 'info:hdl' }, | dnb = { 'DNB', 'dnb', types = { 'book', 'bookitem', 'map' }, | ||
jstor = { 'JSTOR', 'jstor', types = { 'journal', 'newspaper' | format = '[[w:Deutsche Nationalbibliothek|DNB]] [//d-nb.info/%s %s]' }, | ||
doi = { 'DOI', 'doi', COinS = 'info:doi', | |||
format = '[[w:Digital Object Identifier|doi]]:[//doi.org/%s %s]' }, | |||
hdl = { 'HDL', 'hdl', COinS = 'info:hdl', | |||
format = '[[w:Handle-System|hdl]]:[//hdl.handle.net/%s %s]' }, | |||
jstor = { 'JSTOR', 'jstor', types = { 'journal', 'newspaper' }, | |||
format = '[[w:JSTOR|JSTOR]] [//www.jstor.org/stable/%s %s]' }, | |||
oclc = { 'OCLC', 'oclc', types = { 'book', 'bookitem', 'map' }, COinS = 'info:oclcnum', | |||
format = '[[w:Online Computer Library Center|OCLC]] [//worldcat.org/oclc/%s %s]' }, | |||
ol = { 'OL', 'ol', | |||
format = '[[w:Open Library|OL]] [//openlibrary.org/%s %s]' }, | |||
pmid = { 'PMID', 'pmid', types = { 'journal' }, COinS = 'info:pmid', | |||
format = '[[w:PubMed|PubMed]] [//pubmed.ncbi.nlm.nih.gov/%s %s]' }, | |||
-- archive | -- archive | ||
| Zeile 163: | Zeile 172: | ||
-- newspaper | -- newspaper | ||
nsVolume = 'Jg. <span class="voy-cite-volume">%s</span>', | nsVolume = 'Jg. <span class="voy-cite-volume">%s</span>', | ||
-- web | -- web | ||
| Zeile 204: | Zeile 202: | ||
noTitleUrl = '<span class="error">Titel und URL fehlen</span>[[Category:Literatur: Titel und URL fehlen]]', | noTitleUrl = '<span class="error">Titel und URL fehlen</span>[[Category:Literatur: Titel und URL fehlen]]', | ||
noURL = '<span class="error">Ungültige URL</span>[[Category:Literatur: ungültige URL]]', | noURL = '<span class="error">Ungültige URL</span>[[Category:Literatur: ungültige URL]]', | ||
unwantedURL = '[[Category:Literatur: unerwünschte URL]]', | |||
unknownParam = '<span class="error">Ungültiger Parameter: %s</span>[[Category:Literatur: ungültige Parameter]]', | unknownParam = '<span class="error">Ungültiger Parameter: %s</span>[[Category:Literatur: ungültige Parameter]]', | ||
unknownParams = '<span class="error">Ungültige Parameter: %s</span>[[Category:Literatur: ungültige Parameter]]', | unknownParams = '<span class="error">Ungültige Parameter: %s</span>[[Category:Literatur: ungültige Parameter]]', | ||
unknownTitle = '[[Category:Literatur: fehlender Titel]]', | unknownTitle = '[[Category:Literatur: fehlender Titel]]', | ||
unknownPeriodical = '[[Category:Literatur: fehlender Titel eines Periodikums]]', | unknownPeriodical = '[[Category:Literatur: fehlender Titel eines Periodikums]]', | ||
redundantParams = '[[Category:Literatur: redundante Parameter]]', | |||
wrongChars = '<span class="error">Ungültige Steuerzeichen</span>[[Category:Literatur: ungültige Steuerzeichen]]', | wrongChars = '<span class="error">Ungültige Steuerzeichen</span>[[Category:Literatur: ungültige Steuerzeichen]]', | ||
wrongDate = '<span class="error">Ungültiges Datum</span>[[Category:Literatur: ungültiges Datum]]', | wrongDate = '<span class="error">Ungültiges Datum</span>[[Category:Literatur: ungültiges Datum]]', | ||
| Zeile 237: | Zeile 237: | ||
{ s = '%s+([.:,;!?/›»])', r = ' %1' }, | { s = '%s+([.:,;!?/›»])', r = ' %1' }, | ||
{ s = '([‹«])%s+', r = '%1 ' } | { s = '([‹«])%s+', r = '%1 ' } | ||
}, | |||
unwantedUrls = { | |||
'doi.org/', 'hdl.handle.net/', 'jstor.org/', 'openlibrary.org/' | |||
} | } | ||
} | } | ||