local <span class="searchmatch">scripts</span>_canonical_names_module = "Module:<span class="searchmatch">scripts</span>/canonical names" local <span class="searchmatch">scripts</span>_chartoscript_module = "Module:<span class="searchmatch">scripts</span>/charTo<span class="searchmatch">Script</span>" local <span class="searchmatch">scripts</span>_data_module...
associated with them. See Wiktionary:<span class="searchmatch">Scripts</span> for more information. The information itself is stored in Module:<span class="searchmatch">scripts</span>/data. The data module should not be...
to Module:<span class="searchmatch">scripts</span> from templates, so that they can make use of the information stored there. {{#invoke:<span class="searchmatch">scripts</span>/templates|exists|<span class="searchmatch">script</span> <span class="searchmatch">code</span>}} Check whether...
= {} local filters = {} local m_<span class="searchmatch">scripts</span> = require("Module:<span class="searchmatch">scripts</span>") local m_<span class="searchmatch">scripts</span>_data = require("Module:<span class="searchmatch">scripts</span>/data") local concat = table.concat...
a <span class="searchmatch">script</span> <span class="searchmatch">code</span> to its canonical name: local <span class="searchmatch">script</span>_name = mw.loadData("Module:<span class="searchmatch">scripts</span>/<span class="searchmatch">code</span> to canonical name")["Latn"] --> "Latin" It covers <span class="searchmatch">scripts</span> in...
<span class="searchmatch">codes</span> before non-four-letter <span class="searchmatch">codes</span>. else return #code1 == 4 end end local function sort_<span class="searchmatch">scripts</span>(<span class="searchmatch">script</span>_<span class="searchmatch">codes</span>) sort(<span class="searchmatch">script</span>_<span class="searchmatch">codes</span>, compare_<span class="searchmatch">script</span>_codes)...
by the equivalent text. {{{<span class="searchmatch">code</span>}}}: <span class="searchmatch">Script</span> <span class="searchmatch">code</span>. {{{<span class="searchmatch">codes</span>}}}: A comma-separated list of all the alias <span class="searchmatch">codes</span> for this <span class="searchmatch">script</span>. This applies especially to...
text" local parameters_module = "Module:parameters" local <span class="searchmatch">scripts</span>_module = "Module:<span class="searchmatch">scripts</span>" local string_utilities_module = "Module:string utilities"...
converts the canonical name of a <span class="searchmatch">script</span> to the corresponding <span class="searchmatch">code</span>: local <span class="searchmatch">script</span>_name = mw.loadData("Module:<span class="searchmatch">scripts</span>/canonical names")["Latin"] --> "Latn"...
four-letter <span class="searchmatch">codes</span> before non-four-letter <span class="searchmatch">codes</span>. else return #code1 == 4 end end local function sort_<span class="searchmatch">scripts</span>(<span class="searchmatch">script</span>_<span class="searchmatch">codes</span>) table.sort(<span class="searchmatch">script</span>_<span class="searchmatch">codes</span>, compare_script_codes)...