ບັນທຶກສາທາລະນະທັງໝົດ

ການສະແດງຜົນຣວມບັນທຶກທີ່ມີທັງໝດຊອງ Wiktionary ທ່ານສາມາດຊອກຫາໃຫ້ລະອຽດຂຶ້ນໂດຍເລືອກປະເພດບິນທຶກ ຊື່ຜູ້ໃຊ້ ຫຼື ໜ້າທີ່ຕ້ອງການ (ໄວຕໍ່ອັກສອນໃຫຍ່ນ້ອຍ)

ບັນທຶກ
  • ໑໒:໑໖, ໒໗ ມິຖຸນາ ໒໐໒໓ 175.223.10.22 ສົນທະນາ created page Module:pl-IPA (ໜ້າໃໝ່: local export = {} local m_IPA = require("Module:IPA") local lang = require("Module:languages").getByCode("pl") local letters2phones = { ["a"] = { ["u"] = { "a", "w" }, [false] = "a", }, ["ą"] = { ["l"] = { "ɔ", "l" }, ["ł"] = { "ɔ", "w" }, [false] = "ɔ̃", }, ["b"] = { ["i"] = { ["ą"] = { ["l"] = { "bʲ", "j", "ɔ", "l" }, ["ł"] = { "bʲ", "j", "ɔ", "w" }, [false] = { "bʲ", "j", "ɔ̃" } }, ["ę"] = { ["l"] = { "bʲ",...)
  • ໑໒:໐໖, ໒໗ ມິຖຸນາ ໒໐໒໓ 175.223.10.22 ສົນທະນາ created page Module:ru-pron (ໜ້າໃໝ່: --[[ This module implements the template {{ru-IPA}}. Author: Originally Wyang; rewritten by Benwing; additional contributions from Atitarev and a bit from others FIXME: 1. (DONE) Geminated /j/ from -йя-: treat as any other gemination, meaning it may not always be pronounced geminated. Currently we geminate it very late, after all the code that reduces geminates. Should be done earlier and places that include regexps with /j/ should be modified to al...)
  • ໑໑:໕໗, ໒໗ ມິຖຸນາ ໒໐໒໓ 175.223.10.22 ສົນທະນາ created page Module:be-pronunciation (ໜ້າໃໝ່: local export = {} local m_table = require("Module:table") local u = mw.ustring.char local rfind = mw.ustring.find local rsubn = mw.ustring.gsub local rmatch = mw.ustring.match local rsplit = mw.text.split local usub = mw.ustring.sub local ulen = mw.ustring.len -- version of rsubn() that discards all but the first return value local function rsub(term, foo, bar) local retval = rsubn(term, foo, bar) return retval end -- apply function repeatedly until no change local...)
  • ໐໒:໑໗, ໒໗ ມິຖຸນາ ໒໐໒໓ 175.223.10.22 ສົນທະນາ created page Module:mk-pronunciation (ໜ້າໃໝ່: local export = {} local u = mw.ustring.char local rsubn = mw.ustring.gsub local ulower = mw.ustring.lower local m_syllables = require("Module:syllables") local m_utils = require("Module:utilities") local lang = require("Module:languages").getByCode("mk") local AC = u(0x301) local SYLLABIC = u(0x329) local TIE = u(0x361) local phonetic_chars_map = { ["а"] = "a", ["е"] = "ɛ", ["ѐ"] = "ɛ", ["и"] = "i", ["ѝ"] = "i", ["о"] = "ɔ", ["у"] = "u", ["б"] = "b"...)