New pages
More actions
4 April 2026
- 22:1722:17, 4 April 2026 Navpills/styles.css (hist | edit) [1,829 bytes] TickoGrey (talk | contribs) (Created page with ".template-navpills { display: grid; gap: 0.5rem; →Adjusted for better spacing: grid-template-columns: repeat(auto-fill, minmax(160px, 1fr)); grid-auto-rows: 3rem; font-size: 0.8rem; →Slightly increased for better visibility: } .template-navpill { position: relative; border: 1px solid #444; →A lighter border to increase visibility: border-radius: 0.5rem; →Adjusted for a softer look: font-weight: 600; /* Bold text for be...")
- 00:5100:51, 4 April 2026 Module:Navpills (hist | edit) [1,539 bytes] TickoGrey (talk | contribs) (Created page with "local mArguments --initialize lazily local p = {} -- Returns a table containing the numbers of the arguments that exist -- for the specified prefix. For example, if the prefix was 'data', and -- 'data1', 'data2', and 'data5' exist, it would return {1, 2, 5}. local function getArgNums(prefix, args) local nums = {} for k, v in pairs(args) do local num = tostring(k):match('^' .. prefix .. '([1-9]%d*)$') if num then table.insert(nums, tonumber(num)) end end table.s...")
- 00:5000:50, 4 April 2026 Module:Navpills/styles.css (hist | edit) [1,829 bytes] TickoGrey (talk | contribs) (Created page with ".template-navpills { display: grid; gap: 0.5rem; →Adjusted for better spacing: grid-template-columns: repeat(auto-fill, minmax(160px, 1fr)); grid-auto-rows: 3rem; font-size: 0.8rem; →Slightly increased for better visibility: } .template-navpill { position: relative; border: 1px solid #444; →A lighter border to increase visibility: border-radius: 0.5rem; →Adjusted for a softer look: font-weight: 600; /* Bold text for be...")