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

26 September 2022

  • curprev 16:4716:47, 26 September 2022PercyUK talk contribs 192 bytes +192 Created page with "local p = {} function p.color( frame ) local divboxData = mw.loadData( 'Module:Divbox/styles' ) local divboxColor = frame.args[1] return divboxData[divboxColor] end return p"