Module:Indicator: 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.

March 18, 2026

  • curprev 01:5201:52, March 18, 2026Braxton2409 talk contribsm 1,325 bytes −154 No edit summary
  • curprev 01:3401:34, March 18, 2026Braxton2409 talk contribs 1,479 bytes +1,479 Created page with "local getArgs = require('Module:Arguments').getArgs local p = {} function p.main(frame) local args = getArgs(frame, { parentOnly = true }) return p._main(frame, args) end function p._main(frame, args) local config = mw.loadJsonData( 'Module:Indicator/config.json' ) local namespace = mw.title.getCurrentTitle().namespace local image, text, link if args[1] then text = string.lower(args[1]) image = config.indicators[text].image..."