Документация
local str = {}

function str.sub( frame )
	return mw.ustring.sub( "abcde", 2, 4 )
end

return str