Module:Citation/CS1/Configuration: Difference between revisions
reorder
m>Dragons flight (plus other archiveurl case) |
m>Dragons flight (reorder) |
||
Line 49: | Line 49: | ||
['help page link'] = 'Module talk:Citation/CS1/Help', | ['help page link'] = 'Module talk:Citation/CS1/Help', | ||
['help page label'] = 'help' | ['help page label'] = 'help' | ||
} | } | ||
Line 213: | Line 166: | ||
hidden = true }, | hidden = true }, | ||
} | } | ||
data.id_handlers = { | |||
['ASIN'] = { | |||
parameters = { 'asin', 'ASIN' }, | |||
link = 'Amazon Standard Identification Number', | |||
label = 'ASIN', | |||
mode = 'special', | |||
COinS = 'info:asin', | |||
separator = ' ', | |||
}, | |||
['DOI'] = { | |||
parameters = { 'doi', 'DOI' }, | |||
link = 'Digital object identifier', | |||
label = 'doi', | |||
mode = 'special', | |||
COinS = 'info:doi', | |||
separator = ':', | |||
}, | |||
['OL'] = { | |||
parameters = { 'ol', 'OL' }, | |||
link = 'Open Library', | |||
label = 'OL', | |||
mode = 'special', | |||
COinS = 'info:olnum', | |||
separator = ' ', | |||
}, | |||
['ARXIV'] = { | |||
parameters = {'arxiv', 'ARXIV'}, | |||
link = 'arXiv', | |||
label = 'arXiv', | |||
mode = 'external', | |||
prefix = 'http://arxiv.org/abs/', | |||
encode = false, | |||
COinS = 'info:arxiv', | |||
separator = ':', | |||
}, | |||
['BIBCODE'] = { | |||
parameters = {'bibcode', 'BIBCODE'}, | |||
link = 'Bibcode', | |||
label = 'Bibcode', | |||
mode = 'external', | |||
prefix = 'http://adsabs.harvard.edu/abs/', | |||
encode = false, | |||
COinS = 'info:bibcode', | |||
separator = ':', | |||
} | |||
} | |||
return data; | return data; |