Content deleted Content added
m Trappist the monk moved page Module:Sandbox/trappist the monk/CS1 param translations to Module:CS1 translator/data without leaving a redirect |
+ca; |
||
Line 14:
local params_main_t = {
ca = { -- Catalan from :ca:Plantilla:Ref-web by [[Module:Sandbox/trappist_the_monk/wikisource_param_fetch]]
['any'] = nil, -- year
-- ['archive-date'] = '',
['arxiudata'] = 'nil', -- archive-date
['arxiuurl'] = 'archive-url',
['autorenllaç'] = 'author-link', -- not enumerated; first author only
['citació'] = 'quote',
['coautors'] = nil, -- no cs1|2 equivalent: |coauthors=
['consulta'] = nil, -- access-date
['darrer'] = nil, -- no cs1|2 equivalent: alias of |last= used only to create CITEREF id
['data'] = nil, -- date
-- ['doi'] = '',
['doietiqueta'] = 'doi', -- alias of |doi= apparently manually percent encoded (as of 2022-12-26 no examples of its use at ca.wiki)
['editor'] = 'publisher',
-- ['format'] = '',
['idioma'] = 'language',
['inactiu'] = nil, -- no cs1|2 equivalent; more-or-less same as {{dead link}}
['llengua'] = 'language',
['lloc'] = '___location',
['mes'] = nil, -- month
['obra'] = 'website',
['pàgina'] = 'page',
['pàgines'] = 'pages',
-- ['ref'] = '',
['títol'] = 'title',
-- ['url'] = '',
-- ['year'] = '',
-- enumerated parameters; non-enumerated forms of these parameters created by build_params_main_t()
['autor#'] = 'author#',
['cognom#'] = 'last#',
['enllaçautor#'] = 'author-link#',
-- ['last#'] = '',
['nom#'] = 'first#',
},
da = { -- Danish from :da:Modul:Citation/CS1/Whitelist
['hentningsdato'] = nil, -- access-date
Line 1,662 ⟶ 1,698:
local params_dates_t = {
ca = { -- Catalan
date_t = {'data'},
year_t = {'any'},
month_t = {'mes'}
},
da = { -- Danish
date_t = {'dato', 'datum', 'dag', 'date'},
Line 1,762 ⟶ 1,804:
local params_misc_dates_t = {
ca = { -- Catalan
['arxiudata'] = 'archive-date',
['consulta'] = 'access-date',
},
da = { -- Danish
['accessdate'] = 'access-date',
|