local export = {} local data = mw.loadData("Module:<span class="searchmatch">utilities</span>/data") local notneeded = data.notneeded local neededhassubpage = data.neededhassubpage ...
used: [[Module:script <span class="searchmatch">utilities</span>/data]] [[Module:scripts]] [[Module:senseid]] (only when id's present) [[Module:string <span class="searchmatch">utilities</span>]] (only when hyphens...
local replacement_escape local u local ulen local module_name = "string_<span class="searchmatch">utilities</span>" local export = {} --[==[Explodes a string into an array of UTF-8 characters...
local m_str_utils = require("Module:string <span class="searchmatch">utilities</span>") local codepoint = m_str_utils.codepoint local decode_entities = m_str_utils.decode_entities local...
local data = {} data.notneeded = { ["und"] = true, ["cmn"] = true, ["ja"] = true, ["zu"] = true, ["nan"] = true, ["yue"] = true, ["ko"] = true...
local data = {} data.translit = { ["term"] = { --[=[ can't be done until Kana transliterations are correctly parsed by [[Module:links]] ["tag"] = "i"...
local loaded = package.loaded local require = require local setmetatable = setmetatable return function(text, key) local module = loaded[text] if...
process local remove = table.remove local upper = require("Module:string <span class="searchmatch">utilities</span>").upper local export = {} --[=[ Modules used: [[Módulo:links]] [[Módulo:languages]]...
local decode_entities = require("Module:string <span class="searchmatch">utilities</span>").decode_entities local gsub = string.gsub local insert = table.insert local match = string.match...
concat local find = string.find local get_plaintext = require("Module:<span class="searchmatch">utilities</span>").get_plaintext local match = string.match local memoize = require("Module:fun")...