ഘടകം:Break

വിക്കിഗ്രന്ഥശാല സംരംഭത്തിൽ നിന്ന്

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

-- This module implements {{break}}

local p = {}

function p.main( frame )
    local num = frame.args[1] or ''
    num = tonumber( num )
    if not num or num < 1 or math.floor( num ) ~= num or num == math.huge then
        num = 1
    end
    return mw.ustring.rep( '<br />', num )
end

return p
"https://ml.wikisource.org/w/index.php?title=ഘടകം:Break&oldid=105686" എന്ന താളിൽനിന്ന് ശേഖരിച്ചത്