Module:Citation/CS1/Configuration: Difference between revisions
Synch from sandbox;
m>Trappist the monk (Synch from sandbox;) |
m>Trappist the monk (Synch from sandbox;) |
||
Line 235: | Line 235: | ||
['TransTitle'] = {'trans-title', 'trans_title'}, | ['TransTitle'] = {'trans-title', 'trans_title'}, | ||
['URL'] = {'url', 'URL'}, | ['URL'] = {'url', 'URL'}, | ||
['Vauthors'] = 'vauthors', | |||
['Veditors'] = 'veditors', | |||
['Via'] = 'via', | ['Via'] = 'via', | ||
['Volume'] = 'volume', | ['Volume'] = 'volume', | ||
['Year'] = 'year', | ['Year'] = 'year', | ||
['AuthorList-First'] = {" | ['AuthorList-First'] = {"first#", "given#", "author-first#", "author#-first"}, | ||
['AuthorList-Last'] = {" | ['AuthorList-Last'] = {"last#", "author#", "surname#", "author-last#", "author#-last", "subject#", "Author#"}, | ||
['AuthorList-Link'] = {" | ['AuthorList-Link'] = {"authorlink#", "author-link#", "author#-link", "subjectlink#", "author#link", "subject-link#", "subject#-link", "subject#link"}, | ||
['AuthorList-Mask'] = {"author | ['AuthorList-Mask'] = {"author-mask#", "authormask#", "author#mask", "author#-mask"}, | ||
['EditorList-First'] = {"editor | ['EditorList-First'] = {"editor-first#", "editor#-first", "editor-given#", "editor#-given", "EditorGiven#"}, | ||
['EditorList-Last'] = {"editor# | ['EditorList-Last'] = {"editor#", "editor-last#", "editor#-last", "editor-surname#", "editor#-surname", "EditorSurname#", "Editor#"}, | ||
['EditorList-Link'] = {"editor | ['EditorList-Link'] = {"editor-link#", "editor#-link", "editorlink#", "editor#link"}, | ||
['EditorList-Mask'] = {"editor | ['EditorList-Mask'] = {"editor-mask#", "editor#-mask", "editormask#", "editor#mask"}, | ||
} | } | ||
Line 275: | Line 277: | ||
['english'] = 'CS1 maint: English language specified', | ['english'] = 'CS1 maint: English language specified', | ||
['etal'] = 'CS1 maint: Explicit use of et al.', | ['etal'] = 'CS1 maint: Explicit use of et al.', | ||
['extra_text'] = 'CS1 maint: Extra text', | |||
['unknown_lang'] = 'CS1 maint: Unrecognized language', | ['unknown_lang'] = 'CS1 maint: Unrecognized language', | ||
['untitled'] = 'CS1 maint: Untitled periodical', | ['untitled'] = 'CS1 maint: Untitled periodical', | ||
Line 378: | Line 381: | ||
anchor = 'bad_isbn', | anchor = 'bad_isbn', | ||
category = 'Pages with ISBN errors', | category = 'Pages with ISBN errors', | ||
hidden = false }, | |||
bad_ismn = { | |||
message = 'Check <code style="'..code_style..'">|ismn=</code> value', | |||
anchor = 'bad_ismn', | |||
category = 'CS1 errors: ISMN', | |||
hidden = false }, | hidden = false }, | ||
bad_issn = { | bad_issn = { | ||
Line 584: | Line 592: | ||
prefix = 'Special:BookSources/', | prefix = 'Special:BookSources/', | ||
COinS = 'rft.isbn', | COinS = 'rft.isbn', | ||
separator = ' ', | |||
}, | |||
['ISMN'] = { | |||
parameters = {'ismn', 'ISMN'}, | |||
link = 'International Standard Music Number', | |||
label = 'ISMN', | |||
mode = 'manual', | |||
prefix = '', -- not currently used; | |||
COinS = 'info:ismn', | |||
separator = ' ', | separator = ' ', | ||
}, | }, |