= require("Module:script utilities") local data = mw.loadData("Module:<span class="searchmatch">letters</span>/data") -- Copied from Module:links/templates (function: export.l_term_t)...
export.sort (arg) --[[local <span class="searchmatch">letters</span> = {} for st in mw.ustring.gmatch(arg, ".") do table.insert(<span class="searchmatch">letters</span>, st) end return <span class="searchmatch">letters</span>--]] return arg end return...
This template is used by {{<span class="searchmatch">letters</span>}} and {{letter names}}, and all the language-specific list templates that rely on them, such as the English templates...
end --The main function, that returns the formatted list of <span class="searchmatch">letters</span>. function export.<span class="searchmatch">letters</span>(frame) local args = frame:getParent().args local fullpagename...
A module to generate the content of {{IPA <span class="searchmatch">letters</span>}}....
local export = {} export.list = { aa = { Latn = { <span class="searchmatch">letters</span> = { {"A","a"},{"B","b"},{"T","t"},{"S","s"},{"E","e"},{"C","c"},{"K","k"},{"X","x"}...
require("Module:script utilities") local data = require("Module:User:Theknightwho/<span class="searchmatch">letters</span>/data") -- Copied from Module:links/templates (function: export.l_term_t)...
items) local ok, pronunciation_data = pcall(require, "Module:IPA <span class="searchmatch">letters</span>/" .. lang:getCode()) if not ok then error("There isn't a data module...
for i = 42, #<span class="searchmatch">letters</span> do syllable = gsub(syllable, <span class="searchmatch">letters</span>[i][2], <span class="searchmatch">letters</span>[i][1]) mainStack = gsub(mainStack, <span class="searchmatch">letters</span>[i][2], <span class="searchmatch">letters</span>[i][1]) end...
local export = {} local <span class="searchmatch">letters</span> = [[ Ꝺ D ꝺ d Ꝼ F ꝼ f Ᵹ G ᵹ g Ꝿ G ꝿ g Ꞃ R ꞃ r Ꞅ S ꞅ s Ꞇ T ꞇ t]] local map = {} for a, b in <span class="searchmatch">letters</span>:gmatch("%f[^%z\n](%S+)%s+(%S+)")...