"ഘടകം:String" എന്ന താളിന്റെ പതിപ്പുകൾ തമ്മിലുള്ള വ്യത്യാസം

Content deleted Content added
+ substr variant that takes a length instead of an ending position
Oh, the existing code is 0-based
വരി 10:
 
function str.sublength( frame )
local i = tonumber( frame.args.i ) or 10
local len = tonumber( frame.args.len )
return mw.ustring.sub( frame.args.s, i + 1, len and ( i + len - 1 ) )
end
 
"https://ml.wikipedia.org/wiki/ഘടകം:String" എന്ന താളിൽനിന്ന് ശേഖരിച്ചത്