Module:JAS: Revision history

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.

31 January 2023

  • curprev 02:3302:33, 31 January 2023Editor talk contribs 2,675 bytes +2,675 Created page with "local getArgs = require('Module:Arguments').getArgs; local defArgs = require('Module:Arguments').defaultArgs; local jas = {}; function jas.NumberOfMutations( frame ) local args = defArgs(getArgs(frame), 1, ""); local arg = args[1]; function SortAndPrint(prefix, T) local idx = {} local res = "" for k,v in pairs(T) do table.insert(idx, k) end table.sort(idx) for i=1, #idx do res = res .. prefix .. idx[i] .. "<br/>" .. T[idx[i]] ...."