Module:Flexbox: Revision history

From Halopedia, the Halo wiki

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.

May 20, 2025

March 3, 2025

  • curprev 19:4419:44, March 3, 2025Porplemontage talk contribsm 1,278 bytes +1 No edit summary
  • curprev 19:4219:42, March 3, 2025Porplemontage talk contribs 1,277 bytes +1,277 Created page with "local mArguments --initialize lazily local getArgNums = require('Module:Common').getArgNums local p = {} --Implements {{flexbox}} from the frame function p.flexbox(frame) mArguments = require('Module:Arguments') return p._flexbox(mArguments.getArgs(frame), frame) end function p._flexbox(args, frame) if not args then return 'Missing arguments' end local html = mw.html.create('div'):addClass('template-flexbox') local columns = args['columns'] local rows = args..."