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

10 Results found for " Module:families/code_to_canonical_name/documentation"

Module:families/code to canonical name/documentation

that converts a language <span class="searchmatch">family</span> <span class="searchmatch">code</span> <span class="searchmatch">to</span> its <span class="searchmatch">canonical</span> <span class="searchmatch">name</span>: local <span class="searchmatch">family</span>_<span class="searchmatch">name</span> = mw.loadData(&quot;Module:<span class="searchmatch">families</span>/<span class="searchmatch">code</span> <span class="searchmatch">to</span> <span class="searchmatch">canonical</span> <span class="searchmatch">name</span>&quot;)[&quot;ine&quot;] --&gt; &quot;Indo-European&quot;...


Module:languages/code to canonical name/documentation

that converts a language <span class="searchmatch">code</span> <span class="searchmatch">to</span> its <span class="searchmatch">canonical</span> <span class="searchmatch">name</span>: local lang_<span class="searchmatch">name</span> = mw.loadData(&quot;Module:languages/<span class="searchmatch">code</span> <span class="searchmatch">to</span> <span class="searchmatch">canonical</span> <span class="searchmatch">name</span>&quot;)[&quot;en&quot;] --&gt; &quot;English&quot; It covers...


Module:families/canonical names/documentation

converts the <span class="searchmatch">canonical</span> <span class="searchmatch">name</span> of a language <span class="searchmatch">family</span> <span class="searchmatch">to</span> the corresponding <span class="searchmatch">code</span>: local <span class="searchmatch">family</span>_<span class="searchmatch">name</span> = mw.loadData(&quot;Module:<span class="searchmatch">families</span>/<span class="searchmatch">canonical</span> <span class="searchmatch">names</span>&quot;)[&quot;Indo-European&quot;]...


Module:languages/canonical names/documentation

that converts the <span class="searchmatch">canonical</span> <span class="searchmatch">name</span> of a language <span class="searchmatch">to</span> the corresponding <span class="searchmatch">code</span>: local lang_<span class="searchmatch">name</span> = mw.loadData(&quot;Module:languages/<span class="searchmatch">canonical</span> <span class="searchmatch">names</span>&quot;)[&quot;English&quot;] --&gt;...


Module:families

local export = {} local <span class="searchmatch">families</span>_by_<span class="searchmatch">name</span>_module = &quot;Module:<span class="searchmatch">families</span>/<span class="searchmatch">canonical</span> <span class="searchmatch">names</span>&quot; local <span class="searchmatch">families</span>_data_module = &quot;Module:<span class="searchmatch">families</span>/data&quot; local json_module...


Module:families/data/documentation

non-<span class="searchmatch">canonical</span> <span class="searchmatch">names</span> that this <span class="searchmatch">family</span> is known by, including both synonyms and varieties. This should not be used in new <span class="searchmatch">families</span>, and existing <span class="searchmatch">families</span> should...


Module:families/documentation

example: local m_<span class="searchmatch">families</span> = require(&quot;Module:<span class="searchmatch">families</span>&quot;) local fam = m_<span class="searchmatch">families</span>.getBy<span class="searchmatch">Code</span>(&quot;ine&quot;) local <span class="searchmatch">name</span> = fam:get<span class="searchmatch">Canonical</span><span class="searchmatch">Name</span>() -- &quot;<span class="searchmatch">name</span>&quot; will now be &quot;Indo-European&quot;...


Module:families/templates/documentation

access <span class="searchmatch">to</span> Module:<span class="searchmatch">families</span> from templates, so that they can make use of the information stored there. {{#invoke:<span class="searchmatch">families</span>/templates|exists|(<span class="searchmatch">family</span> <span class="searchmatch">code</span>)}} Check...


Module:User:Theknightwho/families

require(&quot;Module:languages/<span class="searchmatch">code</span> <span class="searchmatch">to</span> <span class="searchmatch">canonical</span> <span class="searchmatch">name</span>&quot;) local etymology_languages = require(&quot;Module:etymology languages/<span class="searchmatch">code</span> <span class="searchmatch">to</span> <span class="searchmatch">canonical</span> <span class="searchmatch">name</span>&quot;) local <span class="searchmatch">families</span> =...


Module:languages/templates/documentation

&quot;en&quot;) and you want <span class="searchmatch">to</span> find out its <span class="searchmatch">canonical</span> <span class="searchmatch">name</span>, you can use this: {{#invoke:languages/templates|getBy<span class="searchmatch">Code</span>|en|get<span class="searchmatch">Canonical</span><span class="searchmatch">Name</span>}} (returns &quot;English&quot;)...