Diphetogo tse di tsamaelanang

Tsenya leina la tsebe gore o bone diphetogo tsa ditsebe tseo. (Go bona maloko a karolo, tsenya Karolo:Leina la karolo). Diphetogo tsa ditsebe mo Special:Watchlist di mo bold.

Recent changes options Supa diphetogo tsa bofelo tsa 50 | 100 | 250 | 500 mo malatsing a bofelo a 1 | 3 | 7 | 14 | 30
Fitlha badirisi ba ba ikwadisetseng | Badirisi ba ba sa itsiweng ba Fitlha | Fitlha diphetogo tsame | Supa bots | Fitlha diphetogo tse di nnye | Supa page categorization | Supa Wikidata
Supa diphetogo tse di šha go simolola ka 01:13, 4 Motsheganong 2024
 
Leina la tsebe:
List of abbreviations:
D
Wikidata edit
N
This edit created a new page (also see list of new pages)
m
This is a minor edit
b
This edit was performed by a bot
(±123)
Bogolo jwa tsebe bo fetotswe ke palo eno ya di-byte
Temporarily watched page

27 Moranang 2024

  • diffsegologolo N Module:parameters/remove holes 08:04 +993Rebel Agent bua dineelo(Created page with "-- A helper function that removes empty numeric indexes in a table, -- so that the values are tightly packed like in a normal Lua table. -- equivalent to require("Module:table").compressSparseArray return function(t) local highest = 0 for num, _ in pairs(t) do if type(num) == "number" and num > 0 and num < math.huge and math.floor(num) == num then highest = math.max(highest, num) end end local need_to_compress = false for i = 1, highest do if t[i] == nil th...")
  • diffsegologolo N Module:utilities/require when needed 07:49 +491Rebel Agent bua dineelo(Created page with "local loaded = package.loaded local require = require local setmetatable = setmetatable return function(text, key) local module = loaded[text] if module then return key and module[key] or module end local mt = {} function mt:__index(k) module = module or key and require(text)[key] or require(text) return module[k] end function mt:__call(...) module = module or key and require(text)[key] or require(text) return module(...) end return setmetat...")
  • diffsegologolo N Module:fun 07:46 +10,596Rebel Agent bua dineelo(Created page with "local export = {} local libraryUtil = require("libraryUtil") local checkType = libraryUtil.checkType local checkTypeMulti = libraryUtil.checkTypeMulti local format = string.format local getmetatable = getmetatable local ipairs = ipairs local is_callable -- defined as export.is_callable below local pairs = pairs local select = select local tostring = tostring local type = type local unpack = unpack local iterableTypes = { "table", "string" } local function _check(func...")
  • diffsegologolo Module:parameters 07:45 +9,988Rebel Agent bua dineelo
  • diffsegologolo Module:utilities 07:43 +8,085Rebel Agent bua dineelo
  • diffsegologolo N Module:string utilities 07:27 +33,975Rebel Agent bua dineelo(Created page with "local mw = mw local string = string local table = table local ustring = mw.ustring local byte = string.byte local char = string.char local concat = table.concat local find = string.find local format = string.format local gmatch = string.gmatch local gsub = string.gsub local len = string.len local load_data = mw.loadData local lower = string.lower local match = string.match local next = next local reverse = string.reverse local select = select local sort = table.sort loc...")