Module:bcl-translit: Revision history

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

21 April 2026

3 July 2023

  • curprev 03:1903:19, 3 July 2023 wikt>TagaSanPedroAko 1,396 bytes +1,396 Created page with "local export = {} local consonants = { ['ᜃ']='k', ['ᜄ']='g', ['ᜅ']='ng', ['ᜆ']='t', ['ᜇ']='d', ['ᜈ']='n', ['ᜉ']='p', ['ᜊ']='b', ['ᜋ']='m', ['ᜌ']='y', ['ᜎ']='l', ['ᜏ']='w', ['ᜐ']='s', ['ᜑ']='h', ['ᜍ']='r', } local diacritics = { ['ᜒ']='i', ['ᜓ']='u', ['᜔']='', } local tt = { -- vowels ['ᜀ']='a', ['ᜁ']='i', ['ᜂ']='u', --punctuation ['᜶']='.', -- pamudpod ['᜵']=',' -- single pamudpod } function e..."