Module:T-TLD: Difference between revisions

// via Wikitext Extension for VSCode
// via Wikitext Extension for VSCode
Line 151: Line 151:
template.config.processors.PIC = template.config.processors.RVC
template.config.processors.PIC = template.config.processors.RVC


template.config.processors.script = function(value, args)
    if not value or value == "" then return nil end
    local s = tostring(value)
    if s:lower() == 'script' then return nil end
    return s
end


-- IDN property provider
-- IDN property provider