Module:Citation/CS1/Suggestions: Difference between revisions
Created page with "-- Please insert new suggestions in alphabetical order -- The form is ['incorrect'] = 'correct', suggestions = { ['ASIN-TLD'] = 'asin-tld', -- old parameter name ['abruf'] = 'access-date', -- German ['abruf-verborgen'] = 'access-date', -- German ['accessmonth'] = 'access-date', ['accesso'] = 'access-date', -- Italian ['accessyear'] = 'access-date', ['acessodata'] = 'access-date', -- Brazilian Portuguese ['ad..." |
No edit summary |
||
| (One intermediate revision by the same user not shown) | |||
| Line 52: | Line 52: | ||
['başlık'] = 'title', -- Turkish | ['başlık'] = 'title', -- Turkish | ||
['began'] = 'date', -- old parameter name (cite serial only); or orig-date= | ['began'] = 'date', -- old parameter name (cite serial only); or orig-date= | ||
['제목'] = 'title', | |||
['booktitle'] = 'book-title', -- old parameter name | ['booktitle'] = 'book-title', -- old parameter name | ||
['ch'] = 'language', -- German (as 'language=de-CH') | ['ch'] = 'language', -- German (as 'language=de-CH') | ||
| Line 62: | Line 63: | ||
['città'] = 'location', -- Italian | ['città'] = 'location', -- Italian | ||
['city'] = 'location', -- old parameter name (cite serial only) | ['city'] = 'location', -- old parameter name (cite serial only) | ||
['coauthor'] = 'author', | ['coauthor'] = 'author', '저자', | ||
['coauthors'] = 'author', | ['coauthors'] = 'author', | ||
['coautores'] = 'author', -- Spanish | ['coautores'] = 'author', -- Spanish | ||
| Line 171: | Line 172: | ||
['monat'] = 'date', -- German | ['monat'] = 'date', -- German | ||
-- ['name'] = 'author', -- 'name' is often erroneously used for 'title' and 'work' as well, so no suggestion is better than a wrong suggestion | -- ['name'] = 'author', -- 'name' is often erroneously used for 'title' and 'work' as well, so no suggestion is better than a wrong suggestion | ||
['저자'] = 'author', | |||
['name-list-format'] = 'name-list-style', -- old parameter name (as |name-list-style=amp) | ['name-list-format'] = 'name-list-style', -- old parameter name (as |name-list-style=amp) | ||
['nazwisko'] = 'last', -- Polish | ['nazwisko'] = 'last', -- Polish | ||
| Line 347: | Line 349: | ||
['^apellido[s]?(%d+)$'] = 'last$1', -- Spanish, enumerated | ['^apellido[s]?(%d+)$'] = 'last$1', -- Spanish, enumerated | ||
['^a[utho]+r$'] = 'author', -- misspelling | ['^a[utho]+r$'] = 'author', -- misspelling | ||
['저자'] = 'author', | |||
['^a[utho]+r(%d+)$'] = 'author$1', -- misspelling, enumerated | ['^a[utho]+r(%d+)$'] = 'author$1', -- misspelling, enumerated | ||
['^author link(%d+)$'] = 'author-link$1', -- Polish, enumerated | ['^author link(%d+)$'] = 'author-link$1', -- Polish, enumerated | ||