Module:Unicode data/documentation functions: Revision history

From Zoophilia Wiki
Jump to navigationJump to search

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.

1 September 2020

  • curprev 23:4123:41, 1 September 2020DogMichael 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.forma..."