Module:Citation/CS1/Configuration: Difference between revisions

Jump to navigation Jump to search
Content deleted Content added
Because of the way the list is constructed, the code | = /code part need to be in the Module itself
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'] = {