Module:OOO/Variants: 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.

13 October 2025

12 October 2025

  • curprev 20:0120:01, 12 October 2025 T-Bone talk contribs 3,688 bytes +1,975 No edit summary
  • curprev 19:4419:44, 12 October 2025 T-Bone talk contribs 1,713 bytes +76 No edit summary
  • curprev 19:4019:40, 12 October 2025 T-Bone talk contribs 1,637 bytes +1,637 Created page with "local DATA = require('Module:OOO/Data') local p = {} local function esc(s) return mw.text.nowiki(tostring(s or '')) end local function label_for(domain, art, given) if given and given ~= '' then return given end local rec = DATA.get(domain, art) or {} return rec.displayName or tostring(art) end -- Forward a small set of per-tab overrides if present, like image3=..., description2=... local passthrough_keys = { 'image', 'description', 'dimensions', 'class' } func..."