Idi na sadržaj

Modul:Citation/CS1/Suggestions

S Wikipedije, slobodne enciklopedije
Datum izmjene: 14 februar 2015 u 16:24; autor: Edinwiki (razgovor | doprinosi)

Dokumentaciju za ovaj modul možete napraviti na stranici Modul:Citation/CS1/Suggestions/dok

--Please insert new suggestions in alphabetical order
--The form is ['incorrect'] = 'correct',

suggestions = {
    ['access date'] = 'accessdate',
    ['accesdate'] = 'accessdate',
    ['accessed'] = 'accessdate',
    ['acessdate'] = 'accessdate',
    ['access-date'] = 'accessdate',  --deprecated parameter
    ['address'] = 'location',
    ['auther'] = 'author',
    ['autthor'] = 'author',
    ['distributor'] = 'publisher', 
    ['editorial'] = 'publisher',  -- "editorial" is Spanish for "publisher"
    ['loaction'] = 'location',    
    ['locatoin'] = 'location',
    ['name'] = 'author',
    ['newpaper'] = 'newspaper',
    ['news'] = 'newspaper',
    ['origdate'] = 'origyear',
    ['other'] = 'others',
    ['pagees'] = 'pages',
    ['pulbisher'] = 'publisher',
    ['pulbication-place'] = 'publication-place',
    ['retrieved'] = 'accessdate',
    ['transchapter'] = 'trans-chapter',
    ['translator'] = 'others',
    ['transtitle'] = 'trans-title',
    -- bs.wiki
    ['naslov'] = 'title',
    ['autor'] = 'author',
    ['datum'] = 'date',
    ['pristupdatum'] = 'accessdate',
    ['jezik'] = 'languange'
}
return suggestions;