This is the unit-testing module for Module:User:Awesomemeeos/farsiexperimental2. 1 of 0 tests failed. (refresh)...
Module error: No such module "User:Awesomemeeos/testcases"....
-- See [[User:Awesomemeeos/mongolian]] local export = {} local m_IPA = require("Module:IPA") local consonants = { ["б"] = { "b", "bʲ" }, ["в"] = {...
= require('Module:UnitTests') local fa_translit = require('Module:User:Awesomemeeos/farsiexperimental2') local m_links = require('Module:links') function...
--[[ Author: the one and only Awesomemeeos! This is Khalkha Mongolian, as spoken in Ulaanbaatar, the capital city of Mongolia ]] --[[ consonants: b...
local export = {} -- local symbols= { -- used to map more than one letter -- ["لا"]="ﻻ", -- ["الله"]="ﷲ", -- } local mapping = { ["ا"]='â', ["ب"]='b'...
--[=[ local initials = { ['ၵ'] = 'k', ['ၶ'] = 'kʰ', ['ၷ'] = 'g', ['င'] = 'ng', ['ၸ'] = 'ts', ['ၹ'] = 'z', ['ၺ'] = 'ny', ['တ'] = 't', ['ထ'] = 'th',...
--[[ -- the first set is broad, and the second set is narrow -- munster is the primary set local cons_munster = { ["b"] = { "bˠ", "bʲ" }, ["bh"] = {...
local p = {} function p.test( frame ) return "Sluta vara en idiot och göra det!" end return p...
local export = {} function export.pronunciation(word, accent) if type(word) == "table" then word, accent = word.args[1] or word:getParent().args[1]...