NeuroWiki hereby wishes Evil Neuro happy 2nd birthday on March 25, 2025!
All public logs
Jump to navigation
Jump to search
Combined display of all available logs of NeuroWiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 21:24, 14 April 2025 Selfice talk contribs created page Module:Tabs (Created page with "local p = {} function p.main(frame) local args = frame:getParent().args local indices = {} -- Collect valid tab indices for k, _ in pairs(args) do local num = k:match('^bt(%d+)$') or k:match('^tab(%d+)$') if num then indices[tonumber(num)] = true end end -- Handle tab sorting local sorted = {} for k in pairs(indices) do table.insert(sorted, k) end table.sort(sorted) -- Determine the default tab posit...")