Module:T-TLD: Difference between revisions
// via Wikitext Extension for VSCode Tag: Manual revert |
// via Wikitext Extension for VSCode |
||
| Line 110: | Line 110: | ||
-- PROCESSORS | -- PROCESSORS | ||
template.config.processors = template.config.processors or {} | template.config.processors = template.config.processors or {} | ||
-- PIC/RVC link processor | -- REVIEW: PIC/RVC link processor | ||
template.config.processors.RVC = function(value, args) | template.config.processors.RVC = function(value, args) | ||
local val = tostring(value) | local val = tostring(value) | ||
| Line 122: | Line 122: | ||
template.config.processors.PIC = template.config.processors.RVC | template.config.processors.PIC = template.config.processors.RVC | ||
-- Override singular | -- Override singular 'language' field to skip normalization | ||
template.config.processors.language = function(value, args) | template.config.processors.language = function(value, args) | ||
return value | return value | ||