ഘടകം:Tmpl

Schoolwiki സംരംഭത്തിൽ നിന്ന്
19:46, 30 ജൂലൈ 2024-നു ഉണ്ടായിരുന്ന രൂപം സൃഷ്ടിച്ചത്:- Ranjithsiji (സംവാദം | സംഭാവനകൾ) (ഒരു പതിപ്പ് ഇറക്കുമതി ചെയ്തു)
(മാറ്റം) ←പഴയ രൂപം | ഇപ്പോഴുള്ള രൂപം (മാറ്റം) | പുതിയ രൂപം→ (മാറ്റം)

ഈ ഘടകത്തിന്റെ വിവരണം ഘടകം:Tmpl/വിവരണം എന്ന താളിൽ നിർമ്മിക്കാവുന്നതാണ്

-- This is a helper module for Template:tmpl
local this = {}

function this.renderTmpl(frame)
    local args = frame.args
    local pargs = (frame:getParent() or {}).args
    local result = pargs[0] or ''
    for k, v in pairs(pargs) do
        local n = tonumber(k) or -1
        if (n >= 1 and n <= 9) then
            result = mw.ustring.gsub( result, '$' .. n, mw.text.trim(v) )
        end
    end
    return result
end

return this
"https://schoolwiki.in/index.php?title=ഘടകം:Tmpl&oldid=2540053" എന്ന താളിൽനിന്ന് ശേഖരിച്ചത്