Zum Inhalt springen

Modul:Citation/i18n: Unterschied zwischen den Versionen

+additionalTitleUrls
(+chapterUrl)
(+additionalTitleUrls)
Zeile 5: Zeile 5:
suite  = 'Citation',
suite  = 'Citation',
sub    = 'i18n',
sub    = 'i18n',
serial = '2022-08-17'
serial = '2022-08-18'
}
}


Zeile 108: Zeile 108:
hdl        = { 'HDL', 'hdl', COinS = 'info:hdl',
hdl        = { 'HDL', 'hdl', COinS = 'info:hdl',
                prefix = '[[w:Handle-System|hdl]]:',
                prefix = '[[w:Handle-System|hdl]]:',
                url = 'https://hdl.handle.net/%s' }, -- https for COinS usage
                url = '//hdl.handle.net/%s' },
jstor      = { 'JSTOR', 'jstor', types = { 'journal', 'newspaper' }, COinS = 'jstor',
jstor      = { 'JSTOR', 'jstor', types = { 'journal', 'newspaper' }, COinS = 'jstor',
                prefix = '[[w:JSTOR|JSTOR]] ',
                prefix = '[[w:JSTOR|JSTOR]] ',
                url = 'https://www.jstor.org/stable/%s', -- https for COinS usage
                url = '//www.jstor.org/stable/%s',
                doi = '10.2307/%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',
Zeile 124: Zeile 124:
urn        = { 'URN', 'urn', types = { 'book', 'map' },
urn        = { 'URN', 'urn', types = { 'book', 'map' },
                prefix = '[[w:Uniform Resource Name|urn]]:',
                prefix = '[[w:Uniform Resource Name|urn]]:',
                url = 'https://nbn-resolving.org/urn:%s' }, -- https for COinS usage
                url = '//nbn-resolving.org/urn:%s' },


-- archive
-- archive
Zeile 141: Zeile 141:
quote      = { 'Zitat' }
quote      = { 'Zitat' }
},
},
-- use following urls if args.url is not specified
additionalTitleUrls = { 'urn', 'doi', 'hdl', 'jstor' },


-- list of formatter strings
-- list of formatter strings
Anonymer Benutzer