Bước tới nội dung

Mô đun:Leading zeros

Bách khoa toàn thư mở Wikipedia
Tài liệu mô đun[tạo]
p = {}
p.stripzeros = function(frame)
	x = tonumber(frame.args[1])
	if x then
		return x
	else
		return "Không_đúng"
	end
end
return p