Jump to content

Tur registro públiko

Esaki ta un bista kombiná di registronan di Wikipedia. Bo por skohe un tipo di registro tambe, òf filtra e bista ku un nòmber di uzadó òf un título di un artíkulo.

Registro
  • 15:04, 18 yüni 2024 Kallmemel papia kontrib'nan created page Module:Unicode data (Created page with "local p = {} local floor = math.floor local function errorf(level, ...) if type(level) == "number" then return error(string.format(...), level + 1) else -- level is actually the format string. return error(string.format(level, ...), 2) end end local function binary_range_search(codepoint, ranges) local low, mid, high low, high = 1, ranges.length or require "Module:TableTools".length(ranges) while low <= high do mid = floor((low + high) / 2) local range =...")