Module:T-TLD: Difference between revisions
// via Wikitext Extension for VSCode |
// via Wikitext Extension for VSCode |
||
| Line 135: | Line 135: | ||
template.config.processors.introduced = function(value, args) | template.config.processors.introduced = function(value, args) | ||
return | return require('Module:NormalizationDate').formatDate(value) | ||
end | end | ||
template.config.processors.implemented = function(value, args) | template.config.processors.implemented = function(value, args) | ||
return | return require('Module:NormalizationDate').formatDate(value) | ||
end | end | ||