Jump to content

Module:Sandbox/Nux: Revision history


For any version listed below, click on its date to view it. For more help, see Help:Page history and Help:Edit summary. (cur) = difference from current version, (prev) = difference from preceding version, m = minor edit, โ†’ = section edit, โ† = automatic edit summary

15 February 2025

  • curprev 16:2116:21, 15 February 2025 Nux talk contribs 1,336 bytes +762 niceoutput undo
  • curprev 15:2615:26, 15 February 2025 Nux talk contribs 574 bytes +574 โ†Created page with 'local p = {} function p.parseEnumParams(frame) local args = frame:getParent().args local result = {} local i = 1 while args["label" .. i] and args["value" .. i] and args["color" .. i] do table.insert(result, { label = mw.ustring.gsub(args["label" .. i] or "", "vv", "$v"), value = tonumber(args["value" .. i]) or 0, color = args["color" .. i] or "" }) i = i + 1 end...'