All public logs

From The Kodiak Republic Wiki

Combined display of all available logs of The Kodiak Republic Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 02:31, 20 May 2023 Silmjlc talk contribs created page Module:Unicode data/documentation functions (Created page with "local p = {} local output_mt = {} function output_mt:insert(str) self.n = self.n + 1 self[self.n] = str end function output_mt:insert_format(...) self:insert(string.format(...)) end output_mt.join = table.concat output_mt.__index = output_mt local function Output() return setmetatable({ n = 0 }, output_mt) end function p.show_modules() local output = Output() output:insert [[ {| class="wikitable" style="text-align: center;"' |+ Character name data modules,...")
Cookies help us deliver our services. By using our services, you agree to our use of cookies.