NeuroWiki hereby wishes Evil Neuro happy 2nd birthday on March 25, 2025!
Related changes
Jump to navigation
Jump to search
Enter a page name to see changes on pages linked to or from that page. (To see members of a category, enter Category:Name of category). Changes to pages on your Watchlist are in bold.
List of abbreviations:
- N
- This edit created a new page (also see list of new pages)
- m
- This is a minor edit
- b
- This edit was performed by a bot
- (±123)
- The page size changed by this number of bytes
14 April 2025
N 21:28 | Template:Tabs diffhist +144 Selfice talk contribs (Created page with "<includeonly>{{#invoke:Tabs|main}}</includeonly><noinclude> {{documentation}} Category:Functional_templateszh:Template:Tabs </noinclude>") |
N 21:24 | Module:Tabs diffhist +1,109 Selfice talk contribs (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...") |
N 21:23 | Template:Tabs/doc diffhist +5,495 Selfice talk contribs (Created page with "== Usage == === Parameters === x=Number 1-∞ * General *# color=, the color of the template, there are only seven colors and one default theme: *#* green *#* red *#* blue *#* yellow *#* purple *#* orange *#* black (default) *# DefaultTab: Specifies which tab to display when the page loads, default value is <code>1</code>; *# LabelPadding: Specifies the padding inside the label, default value is <code>2px</code>; *# LabelBorderColor: Specifies the side border color of th...") |