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

10 Results found for " Module:scripts/by_name/documentation"

Module:scripts/canonical names/documentation

converts the canonical <span class="searchmatch">name</span> of a <span class="searchmatch">script</span> to the corresponding code: local <span class="searchmatch">script</span>_<span class="searchmatch">name</span> = mw.loadData(&quot;Module:<span class="searchmatch">scripts</span>/canonical <span class="searchmatch">names</span>&quot;)[&quot;Latin&quot;] --&gt; &quot;Latn&quot;...


Module:scripts/documentation

require(&quot;Module:<span class="searchmatch">scripts</span>&quot;) local sc = m_<span class="searchmatch">scripts</span>.getByCode(&quot;Latn&quot;) local <span class="searchmatch">name</span> = sc:getCanonical<span class="searchmatch">Name</span>() -- &quot;<span class="searchmatch">name</span>&quot; will now be &quot;Latin&quot; (The generated <span class="searchmatch">documentation</span> is located...


Module:scripts/code to canonical name/documentation

a <span class="searchmatch">script</span> code to its canonical <span class="searchmatch">name</span>: local <span class="searchmatch">script</span>_<span class="searchmatch">name</span> = mw.loadData(&quot;Module:<span class="searchmatch">scripts</span>/code to canonical <span class="searchmatch">name</span>&quot;)[&quot;Latn&quot;] --&gt; &quot;Latin&quot; It covers <span class="searchmatch">scripts</span> in...


Module:documentation/entry name

} end function get_<span class="searchmatch">by</span>_code(code) return require &quot;Module:languages&quot;.getByCode(code, nil, false, true) or require &quot;Module:<span class="searchmatch">scripts</span>&quot;.getByCode(code) end...


Module:scripts

local <span class="searchmatch">scripts</span>_canonical_<span class="searchmatch">names</span>_module = &quot;Module:<span class="searchmatch">scripts</span>/canonical <span class="searchmatch">names</span>&quot; local <span class="searchmatch">scripts</span>_chartoscript_module = &quot;Module:<span class="searchmatch">scripts</span>/charTo<span class="searchmatch">Script</span>&quot; local <span class="searchmatch">scripts</span>_data_module...


Module:documentation

&quot;Module:pages&quot; local parameters_module = &quot;Module:parameters&quot; local <span class="searchmatch">scripts</span>_module = &quot;Module:<span class="searchmatch">scripts</span>&quot; local string_endswith_module = &quot;Module:string/endswith&quot; local...


Module:languages/code to canonical name/documentation

(Module:families), or <span class="searchmatch">scripts</span> (Module:<span class="searchmatch">scripts</span>/data). This module is up-to-date and correct according to Module:data consistency check. If Java<span class="searchmatch">Script</span> is enabled,...


Module:languages/canonical names/documentation

(Module:families), or <span class="searchmatch">scripts</span> (Module:<span class="searchmatch">scripts</span>/data). This module is up-to-date and correct according to Module:data consistency check. If Java<span class="searchmatch">Script</span> is enabled,...


Module:documentation/sortkey

} end function get_<span class="searchmatch">by</span>_code(code) return require &quot;Module:languages&quot;.getByCode(code, nil, false, true) or require &quot;Module:<span class="searchmatch">scripts</span>&quot;.getByCode(code) end...


Module:documentation/translit

} end function get_<span class="searchmatch">by</span>_code(code) return require(&quot;Module:languages&quot;).getByCode(code, nil, true, true) or require(&quot;Module:<span class="searchmatch">scripts</span>&quot;).getByCode(code) end...