--2 translator module. Likely usable for other-language wikis that use some form of Module:Citation/CS1.
To use this tool: copy the
returns a table of non-English parameter names mapped to their non-English metaparameter names; enumeratedparameters at the end. When the non-English implementation of Module:Citation/CS1/Configuration uses non-English metaparameter names, this tool may not be as useful because the non-English metaparameter names won'tmatch the en.wiki metaparameter names in Module:Citation/CS1/Whitelist
require('strict');
local lang_code = 'pt';
local aliases =
local whitelist = mw.loadData ('Module:Citation/CS1/Whitelist');
local out_t = ;local enum_out_t = ;
local function map_non_en_params for meta_param, params_t in pairs (aliases) do if 'string'
table.insert (out_t, 1, '\t' .. lang_code .. ' =,'); return table.concat (out_t, '\n\t\t');end
return