Module:as-pronun
Jump to navigation
Jump to search
- This module lacks a documentation subpage. Please create it.
- Useful links: subpage list • links • transclusions • testcases • sandbox
local export = {}
local gsub = mw.ustring.gsub
local sub = mw.ustring.sub
local match = mw.ustring.match
local find = mw.ustring.find
local failed_cat = "[[Category:Entries with failed Assamese transliterations]]"
local namespace = mw.title.getCurrentTitle().nsText
local thai_range = "[ঁ-ঃঅ-ঌএঐও-নপ-যশ-হ়-ৄেৈো-ৎৗড়ঢ়য়়ৠ-ৣ০-ৱ]"
local categories = {}
local systems = {
["IAST"] = 1,
["phonetic"] = 2,
["ipa"] = 3,
["file"] = 4
}