เอกสารการใช้งานสำหรับมอดูลนี้อาจสร้างขึ้นที่ มอดูล:Ar-notashkil/doc
local export = {}
function export.convert(frame)
local args = frame:getParent().args
local text = frame.args[1]
text = mw.ustring.gsub(text, '[ـًٌٍَُِّْٰ]', '')
return text
end
return export