Module:Unicode data/documentation functions: Revision history

From The Kodiak Republic Wiki

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

20 May 2023

  • curprev 02:3102:31, 20 May 2023Silmjlc talk contribs 1,403 bytes +1,403 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.