45,651
edits
No edit summary |
No edit summary |
||
Line 95: | Line 95: | ||
{"([ʈtk])([ʂʃɬxs])", "%1" .. AFFR .. "%2"}, | {"([ʈtk])([ʂʃɬxs])", "%1" .. AFFR .. "%2"}, | ||
{"s", "s" .. DENTAL}, {"ṯ", "t" .. INTERDENTAL .. AFFR .. "s" .. DENTAL}, {"ṉ", "n" .. INTERDENTAL .. VOICELESS}, | {"s", "s" .. DENTAL}, {"ṯ", "t" .. INTERDENTAL .. AFFR .. "s" .. DENTAL}, {"ṉ", "n" .. INTERDENTAL .. VOICELESS}, | ||
{"([" .. click .. "])([qχʁʛ])", "%1" .. AFFR .. "%2"}, | {"([" .. click .. "])([qχʁʛ])", "%1" .. AFFR .. "%2"}, | ||
} | } | ||
Line 140: | Line 142: | ||
function export.show(frame) | function export.show(frame) | ||
local params = { | local params = { | ||
[1] = { default = mw.title.getCurrentTitle().nsText == 'Template' and " | [1] = { default = mw.title.getCurrentTitle().nsText == 'Template' and "ǂAː Ṇṵĩ" or mw.title.getCurrentTitle().text }, | ||
} | } | ||
local args = require("Module:parameters").process(frame:getParent().args, params) | local args = require("Module:parameters").process(frame:getParent().args, params) |