Module:Citation/CS1/Suggestions/sandbox: Difference between revisions

Content deleted Content added
reset changes list;
Added hints for removed parameters
Line 1:
--[[
History of changes since last sync: 2020-10-10
 
2020-10-13: Add hints for removed parameter |editors=; see Help_talk:Citation_Style_1#support_for_%7Ceditors%3D_withdrawn
2020-10-13: Add hints for removed parameters |displayauthors=, |ignore-isbn-error=, |last-author-amp=, |lastauthoramp=, |authormask=, |authormask#=, |author#mask=, |editorlink=, |editorlink#=, |editor#link=, |subjectlink=, |subjectlink#=, |subject#link=; see Help_talk:Citation_Style_1#support_for_various_deprecated_parameters_withdrawn
 
]]
Line 39 ⟶ 42:
['authorlast'] = 'author-last', -- old parameter name
['author link'] = 'author-link', -- Polish
['authormask'] = 'author-mask', -- old parameter name
['authorsurname'] = 'author-surname', -- old parameter name
['autor'] = 'author', -- Spanish, German (singular and plural)
Line 68 ⟶ 72:
['dead-url'] = 'url-status', -- old parameter name
['distributor'] = 'publisher',
['displayauthors'] = 'display-authors', -- old parameter name
['displayeditors'] = 'display-editors', -- old parameter name
['dnb'] = 'id', -- German (as 'id={{DNB-IDN|...}}')
Line 77 ⟶ 82:
['doi-inactive-date'] = 'doi-broken-date', -- former parameter alias
['doi_inactivedate'] = 'doi-inactive-date',
-- ['ed'] = 'edition', avoid suggestion as in English this could be short for editor or edition
['éditeur'] = 'editor', -- French
['editon'] = 'edition', -- misspelling
Line 83 ⟶ 88:
-- ['editora'] = 'publisher', -- can be either editor or publisher
-- ['editore'] = 'agency', -- can be either publisher or agency
-- ['editori'] = 'editor', -- can be either editor or publisher
-- ['editorial'] = 'publisher', -- can be either publisher or work
['editorfirst'] = 'editor-first', -- old parameter name
['editorgiven'] = 'editor-given', -- old parameter name
-- ['editori'] = 'editor', -- can be either editor or publisher
-- ['editorial'] = 'publisher', -- can be either publisher or work
['editorlast'] = 'editor-last', -- old parameter name
['editorlink'] = 'editor-link', -- old parameter name
['editormask'] = 'editor-mask', -- old parameter name
['editors'] = 'editor', -- old parameter name (can be emulated using multiple singular |editor= params)
['editorsurname'] = 'editor-surname', -- old parameter name
['edizione'] = 'edition', -- Italian
Line 114 ⟶ 121:
['idioma'] = 'language', -- Spanish
['ignoreisbnerror'] = 'isbn', -- former parameter alias (suggest |isbn as |ignore-isbn-error is deprecated), not a direct replacement, but can be fully emulated using ((syntax))
['ignore-isbn-error'] = 'isbn', -- old parameter (can be fully emulated using ((syntax)))
['imię'] = 'first', -- Polish
['in-set'] = 'inset', -- misspelling
Line 122 ⟶ 130:
['isbnistformalfalsch'] = 'ignore-isbn-error', -- German
['isnb'] = 'isbn', -- misspelling
['issnformalfalsch'] = 'ignore-issn-error', -- German (can be fully emulated using ((syntax)))
['jahr'] = 'date', -- German
['jahrea'] = 'orig-date', -- German (not a direct replacement, but can be emulated)
Line 128 ⟶ 136:
['langauge'] = 'language', -- misspelling
['langue'] = 'language', -- French
['lastauthoramp'] = 'name-list-style', -- old parameter name (as |name-list-style=amp)
['last-author-amp'] = 'name-list-style', -- old parameter name (as |name-list-style=amp)
['laysummary'] = 'lay-url', -- old parameter
['lay-summary'] = 'lay-url', -- old parameter
Line 213 ⟶ 223:
['spalten'] = 'at', -- German (not a direct replacement, but can be emulated)
['sprache'] = 'language', -- German
['subjectlink'] = 'subject-link', -- old parameter name
['sur-name'] = 'surname', -- misspelling
['suscripción'] = 'url-access', -- Spanish, Polish (as |url-access=subscription)
Line 297 ⟶ 308:
['^authorlast(%d+)$'] = 'author-last$1', -- old parameter name, enumerated
['^author(%d+)last$'] = 'author-last$1', -- old parameter name, enumerated
['^authormask(%d+)$'] = 'author-mask$1', -- old parameter name, enumerated
['^author(%d+)mask$'] = 'author-mask$1', -- old parameter name, enumerated
['^authorsurname(%d+)$'] = 'author-surname$1', -- old parameter name, enumerated
['^author(%d+)surname$'] = 'author-surname$1', -- old parameter name, enumerated
Line 306 ⟶ 319:
['^editorlast(%d+)$'] = 'editor-last$1', -- old parameter name, enumerated
['^editor(%d+)last$'] = 'editor-last$1', -- old parameter name, enumerated
['^editorlink(%d+)$'] = 'editor-link$1', -- old parameter name, enumerated
['^editor(%d+)link$'] = 'editor-link$1', -- old parameter name, enumerated
['^editormask(%d+)$'] = 'editor-mask$1', -- old parameter name, enumerated
['^editor(%d+)mask$'] = 'editor-mask$1', -- old parameter name, enumerated
Line 317 ⟶ 332:
['^primero(%d+)$'] = 'first$1', -- Spanish, enumerated
['^pu[blish]+ers?$'] = 'publisher', -- misspelling
['^subjectlink(%d+)$'] = 'subject-link$1', -- old parameter name, enumerated
['^subject(%d+)link$'] = 'subject-link$1', -- old parameter name, enumerated
['^wkautore(%d+)$'] = 'author-link$1', -- Italian, enumerated
}