local export = {} local compare_module = "Module:compare" local functions_module = "Module:fun" local memoize_module = "Module:memoize" local string_utilities_module...
A module for <span class="searchmatch">collation</span> (alphabetization) that is used by Module:columns and {{sort}}. Contains functions to alphabetize lists of terms....
local <span class="searchmatch">collation</span> = {} <span class="searchmatch">collation</span>.__index = <span class="searchmatch">collation</span> function <span class="searchmatch">collation</span>.new() local self = setmetatable({}, <span class="searchmatch">collation</span>) self.keys = {} return self end...
= {} function export.collate(frame) local <span class="searchmatch">collation</span> = require("Module:User:Theknightwho/lua-uca/<span class="searchmatch">collation</span>") local serpent = require("Module:User:Th...
format the parameters of {{Q|uk|...}}. Authorities’ bibliographies, for <span class="searchmatch">collation</span> herein: {{R:uk:SUJa}}: Списокъ источниковъ, которыми пользовались при...
(Burmese) script that is disorderedly used by many languages. UCA = Unicode <span class="searchmatch">Collation</span> Algorithm. Data from https://unicode.org/reports/tr10/#Allkeys and grep...
format the parameters of {{Q|la|...}}. Authorities’ bibliographies, for <span class="searchmatch">collation</span> herein: {{R:L&S}}: Abbreviations used in referring to ancient authors...
-- object for Unicode string <span class="searchmatch">collation</span> local tailoring_lib = require "Module:User:Theknightwho/lua-uca/lua-uca-tailoring" local reordering_table = mw...
local list = split(args, ",") local output = {} require("Module:<span class="searchmatch">collation</span>").sort(list, lang, nil) table.insert(output, table.concat(list, ", "))...
local export = {} local <span class="searchmatch">collation</span>_module = "Module:<span class="searchmatch">collation</span>" local debug_track_module = "Module:debug/track" local headword_data_module = "Module:headword/data"...