Module:MHGraph: Revision history

From Comprehensible Input 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.

29 March 2023

  • curprev 02:0102:01, 29 March 2023Dimpizzy talk contribs 874 bytes +110 No edit summary undo
  • curprev 01:3601:36, 29 March 2023Dimpizzy talk contribs 764 bytes +764 Created page with "local p = {} function createTable() local g = mw.ext.externaldata.getWebData { url = 'https://meta.miraheze.org/w/api.php?action=wikidiscover&wdsiteprop=creation&format=json&wdlimit=5000', data = {creation}, format = 'JSON' } list = {} for key, value in ipairs(g) do table.insert(list, value['creation']) end table.sort(list) return list end function dump(o) if type(o) == 'table' then local s =..."