Module:Citation/CS1/Configuration: Difference between revisions
update
m>Dragons flight (Because of the way the list is constructed, the code | = /code part need to be in the Module itself) |
m>Dragons flight (update) |
||
Line 166: | Line 166: | ||
COinS = 'info:asin', | COinS = 'info:asin', | ||
separator = ' ', | separator = ' ', | ||
encode = false; | |||
}, | }, | ||
['DOI'] = { | ['DOI'] = { | ||
Line 172: | Line 173: | ||
label = 'doi', | label = 'doi', | ||
mode = 'manual', | mode = 'manual', | ||
prefix = 'http://dx.doi.org/', | |||
COinS = 'info:doi', | COinS = 'info:doi', | ||
separator = ':', | separator = ':', | ||
encode = true, | |||
}, | }, | ||
['OL'] = { | ['OL'] = { | ||
Line 182: | Line 185: | ||
COinS = 'info:olnum', | COinS = 'info:olnum', | ||
separator = ' ', | separator = ' ', | ||
endode = true, | |||
}, | }, | ||
['ARXIV'] = { | ['ARXIV'] = { |