From Afropedia.world
Jump to: navigation, search
Djehuti
Djehuti (talk | contribs) (1 revision imported)
m
Djehuti
Djehuti (talk | contribs) (Created Module:Citation/CS1/Suggestions)
Line 1: Line 1:
--Please insert new suggestions in alphabetical order
-- Module:Citation/CS1/Suggestions
--The form is ['incorrect'] = 'correct',
-- Provides parameter suggestions for CS1/CS2 citation templates


suggestions = {
local suggestions = {}
    ['acccessdate'] = 'accessdate',
 
     ['accesdate'] = 'accessdate',
-- Common parameter misspellings and alternatives
    ['access date'] = 'accessdate',
suggestions.suggestions = {
    ['access-date'] = 'accessdate',
     ['accessdate'] = 'access-date',
     ['accessate'] = 'accessdate',
     ['accessyear'] = 'access-date',
    ['accessdare'] = 'accessdate',
     ['autor'] = 'author',
    ['accessdatte'] = 'accessdate',
     ['autore'] = 'author',
    ['accessddate'] = 'accessdate',
     ['coauthor'] = 'author',
    ['accessdte'] = 'accessdate',
     ['coauthors'] = 'author',
    ['accessed'] = 'accessdate',
     ['began'] = 'date',
    ['accessedate'] = 'accessdate',
     ['created'] = 'date',
    ['accesssdate'] = 'accessdate',
     ['dateformat'] = 'df',
    ['accssdate'] = 'accessdate',
     ['dead-url'] = 'url-status',
    ['acessdate'] = 'accessdate',
     ['deadurl'] = 'url-status',
    ['address'] = 'location',
     ['ended'] = 'date',
    ['année'] = 'year', -- French
     ['embargo'] = 'pmc-embargo-date',
    ['añoacceso'] = 'accessyear', -- Spanish, Italian
     ['in'] = 'language',
    ['apellido'] = 'last', -- Spanish, Italian
     ['isbn13'] = 'isbn',
    ['archive date'] = 'archivedate',
     ['lastauthoramp'] = 'name-list-style',
     ['archive url'] = 'archiveurl', -- Spanish, Italian
     ['lay-date'] = 'lay-date',
     ['auteur'] = 'author', -- French
     ['laysource'] = 'lay-source',
     ['auther'] = 'author',
     ['laysummary'] = 'lay-url',
     ['author link'] = 'authorlink',
     ['layurl'] = 'lay-url',
    ['autor'] = 'author', -- Spanish, Italian
     ['mailinglist'] = 'mailing-list',
     ['autor2'] = 'author2', -- Spanish, Italian
     ['no-pp'] = 'no-tracking',
     ['autthor'] = 'author',
     ['nopp'] = 'no-tracking',
     ['cita'] = 'quote', -- Spanish, Italian
     ['notracking'] = 'no-tracking',
     ['coautores'] = 'coauthors', -- Spanish, Italian
     ['publicationdate'] = 'publication-date',
    ['consulté le'] = 'accessdate', -- French
     ['publisherid'] = 'publisher',
    ['distributor'] = 'publisher',
     ['registration'] = 'url-access',
     ['éditeur'] = 'editor', -- French
     ['retrieved'] = 'access-date',
    ['editon'] = 'edition',
     ['separator'] = 'mode',
     ['editoin'] = 'edition',
     ['subscription'] = 'url-access',
     ['editorial'] = 'publisher',
     ['template doc demo'] = 'no-tracking',
    ['en ligne le'] = 'archivedate', -- French
     ['trans_chapter'] = 'trans-chapter',
    ['enlaceautor'] = 'authorlink', -- Spanish, Italian
     ['trans_title'] = 'trans-title',
    ['fecha'] = 'date', -- Spanish, Italian
    ['fechaacceso'] = 'accessdate', -- Spanish, Italian
    ['fechaarchivo'] = 'archivedate', -- Spanish, Italian
    ['filetype'] = 'format',
    ['first 1'] = 'first1',
    ['foramt'] = 'format',
    ['formato'] = 'format', -- Spanish, Italian
     ['frist'] = 'first',
    ['idioma'] = 'language', -- Spanish, Italian
     ['isnb'] = 'isbn',
     ['lang'] = 'language',
    ['langauge'] = 'language',
    ['langue'] = 'language', -- French
    ['last 1'] = 'last1',
     ['lieu'] = 'location', -- French
    ['lire en ligne'] = 'url', -- French
    ['loaction'] = 'location',
     ['locatoin'] = 'location',
     ['mois'] = 'month', -- French
--    ['name'] = 'author', -- 'name' is often erroneously used for 'title' and 'work' as well, so no suggestion is better than a wrong suggestion
     ['nespaper'] = 'newspaper',
    ['newpaper'] = 'newspaper',
    ['news'] = 'newspaper',
    ['nom'] = 'last', -- French
    ['nom1'] = 'last1', -- French
     ['nombre'] = 'first', -- Spanish, Italian
    ['obra'] = 'work', -- Spanish, Italian
     ['origdate'] = 'origyear',
    ['other'] = 'others',
    ['pagees'] = 'pages',
    ['página'] = 'page', -- Spanish, Italian
    ['páginas'] = 'pages', -- Spanish, Italian
    ['passage'] = 'pages', -- French
     ['périodique'] = 'publisher', -- French
    ['plublisher'] = 'publisher',
     ['pmcid'] = 'pmc',
    ['prénom'] = 'first', -- French
    ['prénom1'] = 'first1', -- French
    ['pub'] = 'publisher',
    ['pubisher'] = 'publisher',
     ['publiser'] = 'publisher',
    ['publishers'] = 'publisher',
    ['publsher'] = 'publisher',
    ['publsiher'] = 'publisher',
    ['pulbication-place'] = 'publication-place',
     ['pulbisher'] = 'publisher',
     ['retrieved'] = 'accessdate',
    ['série'] = 'work', -- French
    ['service'] = 'agency',
     ['suscripción'] = 'subscription', -- Spanish, Italian
    ['tile'] = 'title',
     ['tite'] = 'title',
     ['titolo'] = 'title', -- Spanish, Italian
     ['titre'] = 'title', -- French
    ['título'] = 'title', -- Spanish, Italian
     ['transchapter'] = 'trans-chapter',
     ['translator'] = 'others',
    ['transtitle'] = 'trans-title',
    ['ubicación'] = 'location', -- Spanish, Italian
    ['urlarchivo'] = 'archiveurl', -- Spanish, Italian
    ['vol'] = 'volume',  
}
}
return suggestions;
 
return suggestions

Revision as of 17:47, 19 January 2026

-- Module:Citation/CS1/Suggestions -- Provides parameter suggestions for CS1/CS2 citation templates

local suggestions = {}

-- Common parameter misspellings and alternatives suggestions.suggestions = {

   ['accessdate'] = 'access-date',
   ['accessyear'] = 'access-date',
   ['autor'] = 'author',
   ['autore'] = 'author',
   ['coauthor'] = 'author',
   ['coauthors'] = 'author',
   ['began'] = 'date',
   ['created'] = 'date',
   ['dateformat'] = 'df',
   ['dead-url'] = 'url-status',
   ['deadurl'] = 'url-status',
   ['ended'] = 'date',
   ['embargo'] = 'pmc-embargo-date',
   ['in'] = 'language',
   ['isbn13'] = 'isbn',
   ['lastauthoramp'] = 'name-list-style',
   ['lay-date'] = 'lay-date',
   ['laysource'] = 'lay-source',
   ['laysummary'] = 'lay-url',
   ['layurl'] = 'lay-url',
   ['mailinglist'] = 'mailing-list',
   ['no-pp'] = 'no-tracking',
   ['nopp'] = 'no-tracking',
   ['notracking'] = 'no-tracking',
   ['publicationdate'] = 'publication-date',
   ['publisherid'] = 'publisher',
   ['registration'] = 'url-access',
   ['retrieved'] = 'access-date',
   ['separator'] = 'mode',
   ['subscription'] = 'url-access',
   ['template doc demo'] = 'no-tracking',
   ['trans_chapter'] = 'trans-chapter',
   ['trans_title'] = 'trans-title',

}

return suggestions