Jump to content

Module:IPA symbol/sandbox/data

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Lfdder (talk | contribs) at 12:36, 19 July 2013 (Created page with 'local symbols = { [{ "101" ,"p" }] = { ["name"] = "voiceless bilabial stop" ,["wpname"] = "voiceless bilabial stop" ,["soundf...'). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)
local symbols = {
  [{
    "101"
   ,"p"
  }] = {
         ["name"] = "voiceless bilabial stop"
        ,["wpname"] = "voiceless bilabial stop"
        ,["soundfile"] = "voiceless bilabial stop.ogg"
        ,["type"] = "consonant"
       }
 ,[{
    "101 408"
   ,"p̪"
  }] = {
         ["name"] = "voiceless labiodental stop"
        ,["wpname"] = "voiceless labiodental stop"
        ,["soundfile"] = "voiceless labiodental stop.ogg"
        ,["type"] = "consonant"
       }
}