Toggle menu
14
236
69
27.2K
Kenshi Wiki
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Module:Flexbox: Revision history

From Kenshi 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.

22 February 2025

  • curprev 04:4704:47, 22 February 2025 Prd talk contribs 580 bytes +580 Created page with "local getArgs = require('Module:Arguments').getArgs local p = {} function p.main(frame) local args = getArgs(frame) local style = args["style"] or "" local minwidth = args["min-width"] or "" local maxwidth = args["max-width"] or "" local padding = args["padding"] or "" local ret = '<div style="display:flex; flex-wrap:wrap; '..style..'">' local n = 1 while args[n] do ret = ret .. '<div style="flex:1 1 0; min-width:'..minwidth..'; max-width:'..maxwidth..'; paddi..."