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

29 December 2025

  • curprev 03:1203:12, 29 December 2025 Admin talk contribs 901 bytes +102 No edit summary
  • curprev 03:0203:02, 29 December 2025 Admin talk contribs 799 bytes +799 Created page with "local p = {} function p.main(frame) local args = frame.args local rows = {} local function row(label, value) if value and value ~= "" then table.insert(rows, string.format("|-\n! %s\n| %s", label, value) ) end end row("Galaxy", args.galaxy) row("Radius", args.radius) row("Location", args.location) row("Stargate", args.stargate) local image = "" if args.image then i..."