Module:Citation/CS1/Configuration: Difference between revisions
adding IDs
m>Dragons flight (reorder) |
m>Dragons flight (adding IDs) |
||
Line 172: | Line 172: | ||
link = 'Amazon Standard Identification Number', | link = 'Amazon Standard Identification Number', | ||
label = 'ASIN', | label = 'ASIN', | ||
mode = ' | mode = 'manual', | ||
COinS = 'info:asin', | COinS = 'info:asin', | ||
separator = ' ', | separator = ' ', | ||
Line 180: | Line 180: | ||
link = 'Digital object identifier', | link = 'Digital object identifier', | ||
label = 'doi', | label = 'doi', | ||
mode = ' | mode = 'manual', | ||
COinS = 'info:doi', | COinS = 'info:doi', | ||
separator = ':', | separator = ':', | ||
Line 188: | Line 188: | ||
link = 'Open Library', | link = 'Open Library', | ||
label = 'OL', | label = 'OL', | ||
mode = ' | mode = 'manual', | ||
COinS = 'info:olnum', | COinS = 'info:olnum', | ||
separator = ' ', | separator = ' ', | ||
Line 211: | Line 211: | ||
COinS = 'info:bibcode', | COinS = 'info:bibcode', | ||
separator = ':', | separator = ':', | ||
} | }, | ||
['ISBN'] = { | |||
parameters = {'isbn', 'ISBN', 'isbn13', 'ISBN13'}, | |||
link = 'International Standard Book Number', | |||
label = 'ISBN', | |||
mode = 'internal', | |||
prefix = 'Special:BookSources/', | |||
COinS = 'rft.isbn', | |||
separator = ' ', | |||
}, | |||
['ISSN'] = { | |||
parameters = {'issn', 'ISSN'}, | |||
link = 'International Standard Serial Number', | |||
label = 'ISSN', | |||
mode = 'external', | |||
prefix = '//www.worldcat.org/issn/', | |||
COinS = 'rft.issn', | |||
encode = false, | |||
separator = ' ', | |||
}, | |||
['JFM'] = { | |||
parameters = {'jfm', 'JFM'}, | |||
link = 'Jahrbuch über die Fortschritte der Mathematik', | |||
label = 'JFM', | |||
mode = 'external', | |||
prefix = 'http://www.zentralblatt-math.org/zmath/en/search/?format=complete&q=an:', | |||
COinS = 'rft.jfm', | |||
encode = true, | |||
separator = ' ', | |||
}, | |||
['JSTOR'] = { | |||
parameters = {'jstor', 'JSTOR'}, | |||
link = 'JSTOR', | |||
label = 'JSTOR', | |||
mode = 'external', | |||
prefix = 'http://www.jstor.org/stable/', | |||
COinS = 'rft.jstor', | |||
encode = true, | |||
separator = ' ', | |||
} | |||
} | } | ||
return data; | return data; |