Warning: Undefined variable $resultados in /home/enciclo/public_html/dictious.com/search.php on line 17
Module%3Aletters - Dictious

10 Results found for " Module:letters"

Module:letters

= require(&quot;Module:script utilities&quot;) local data = mw.loadData(&quot;Module:<span class="searchmatch">letters</span>/data&quot;) -- Copied from Module:links/templates (function: export.l_term_t)...


Module:alphabetise letters

export.sort (arg) --[[local <span class="searchmatch">letters</span> = {} for st in mw.ustring.gmatch(arg, &quot;.&quot;) do table.insert(<span class="searchmatch">letters</span>, st) end return <span class="searchmatch">letters</span>--]] return arg end return...


Module:letters/documentation

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...


Module:sandbox/letters

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...


Module:IPA letters/documentation

A module to generate the content of {{IPA <span class="searchmatch">letters</span>}}....


Module:letters/data

local export = {} export.list = { aa = { Latn = { <span class="searchmatch">letters</span> = { {&quot;A&quot;,&quot;a&quot;},{&quot;B&quot;,&quot;b&quot;},{&quot;T&quot;,&quot;t&quot;},{&quot;S&quot;,&quot;s&quot;},{&quot;E&quot;,&quot;e&quot;},{&quot;C&quot;,&quot;c&quot;},{&quot;K&quot;,&quot;k&quot;},{&quot;X&quot;,&quot;x&quot;}...


Module:User:Theknightwho/letters

require(&quot;Module:script utilities&quot;) local data = require(&quot;Module:User:Theknightwho/<span class="searchmatch">letters</span>/data&quot;) -- Copied from Module:links/templates (function: export.l_term_t)...


Module:IPA letters

items) local ok, pronunciation_data = pcall(require, &quot;Module:IPA <span class="searchmatch">letters</span>/&quot; .. lang:getCode()) if not ok then error(&quot;There isn&#039;t a data module...


Module:Tibt-sortkey

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...


Module:User:Erutuon/09

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(&quot;%f[^%z\n](%S+)%s+(%S+)&quot;)...