Jump to content

User contributions for Dotclub

A user with 71 edits. Account created on 25 May 2025.
Search for contributionsExpandCollapse
⧼contribs-top⧽
⧼contribs-date⧽
(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)

27 May 2025

26 May 2025

  • 01:1101:11, 26 May 2025 diff hist +4 Main Page Recent updates
  • 01:1101:11, 26 May 2025 diff hist +115 Main Page Recent updates
  • 00:4200:42, 26 May 2025 diff hist +60 Main Page Recent updates
  • 00:3800:38, 26 May 2025 diff hist +2,342 N Module:Navbox/styles.css Created page with "{{pp|small=y}}: .navbox { box-sizing: border-box; border: 1px solid #a2a9b1; width: 100%; clear: both; font-size: 88%; text-align: center; padding: 1px; margin: 1em auto 0; Prevent preceding content from clinging to navboxes: } .navbox .navbox { margin-top: 0; No top margin for nested navboxes: } .navbox + .navbox, TODO: remove first line after transclusions have updated: .navbox + .navbox-styles + .navbox { margin-top: -1px; /* Single pix..." current
  • 00:3800:38, 26 May 2025 diff hist +1,323 N Module:Track listing/styles.css Created page with "{{pp|small=y}}: .tracklist { border-spacing: 0; } set on all rows we can set the total length row to transparent: .tracklist tr { background-color: var(--background-color-base, #fff); } .tracklist tr:nth-child(2n-1) { background-color: var(--background-color-neutral-subtle, #f8f9fa); } .tracklist caption { text-align: left; font-weight: bold; } .tracklist td, .tracklist th[scope="row"] { vertical-align: top; } .tracklist th[scope="col"] { text-align..." current
  • 00:3700:37, 26 May 2025 diff hist +1,105 N Module:Navbar/styles.css Created page with "{{pp|small=yes}}: .navbar { display: inline; font-size: 88%; font-weight: normal; } .navbar-collapse { float: left; text-align: left; } .navbar-boxtext { word-spacing: 0; } .navbar ul { display: inline-block; white-space: nowrap; line-height: inherit; } .navbar-brackets::before { margin-right: -0.125em; content: '[ '; } .navbar-brackets::after { margin-left: -0.125em; content: ' ]'; } .navbar li { word-spacing: -0.125em; } .navbar a > span, .nav..." current
  • 00:2300:23, 26 May 2025 diff hist +915 Module:Navbar/configuration No edit summary current Tag: Manual revert
  • 00:2300:23, 26 May 2025 diff hist −915 Module:Navbar/configuration Blanked the page Tags: Blanking Reverted
  • 00:1200:12, 26 May 2025 diff hist +915 N Module:Navbar/configuration Created page with "return { ['templatestyles'] = 'Module:Navbar/styles.css', ['hlist_templatestyles'] = 'Hlist/styles.css', ['box_text'] = 'This box: ', -- default text box when not plain or mini ['title_namespace'] = 'Template', -- namespace to default to for title ['invalid_title'] = 'Invalid title ', ['classes'] = { -- set a line to nil if you don't want it ['navbar'] = 'navbar', ['plainlinks'] = 'plainlinks', -- plainlinks ['horizontal_list'] = 'hlist', -- horizontal lis..."
  • 00:1200:12, 26 May 2025 diff hist +5,296 N Module:Navbar Created page with "local p = {} local cfg = mw.loadData('Module:Navbar/configuration') local function get_title_arg(is_collapsible, template) local title_arg = 1 if is_collapsible then title_arg = 2 end if template then title_arg = 'template' end return title_arg end local function choose_links(template, args) -- The show table indicates the default displayed items. -- view, talk, edit, hist, move, watch -- TODO: Move to configuration. local show = {true, true, true, false, false..." current
  • 00:1100:11, 26 May 2025 diff hist +16,577 N Module:TableTools Created page with "------------------------------------------------------------------------------------ -- TableTools -- -- -- -- This module includes a number of functions for dealing with Lua tables. -- -- It is a meta-module, meant to be called from other Lua modules, and should not -- -- be called directly from #invoke...." current
  • 00:1100:11, 26 May 2025 diff hist +5,455 N Module:Navbox/configuration Created page with "return { aria_label = 'Navbox', nowrap_item = '%s<span class="nowrap">%s</span>', templatestyles = mw.getCurrentFrame():extensionTag{ name = 'templatestyles', args = { src = 'Module:Navbox/styles.css' } }, hlist_templatestyles = 'Hlist/styles.css', plainlist_templatestyles = 'Plainlist/styles.css', -- do not localize marker table marker = { oddeven = '\127_ODDEVEN_\127', restart = '\127_ODDEVEN0_\127', regex = '\127_ODDEVEN(%d?)_\127' }, category = {..." current
  • 00:1000:10, 26 May 2025 diff hist +29,178 N Module:Navbox Created page with "require('strict') local p = {} local cfg = mw.loadData('Module:Navbox/configuration') local inArray = require("Module:TableTools").inArray local getArgs -- lazily initialized local hiding_templatestyles = {} -- global passthrough variables local passthrough = { [cfg.arg.above]=true,[cfg.arg.aboveclass]=true,[cfg.arg.abovestyle]=true, [cfg.arg.basestyle]=true, [cfg.arg.below]=true,[cfg.arg.belowclass]=true,[cfg.arg.belowstyle]=true, [cfg.arg.bodyclass]=true, [cfg.a..." current
  • 00:0800:08, 26 May 2025 diff hist +3,339 N Module:Check for unknown parameters Created page with "-- This module may be used to compare the arguments passed to the parent -- with a list of arguments, returning a specified result if an argument is -- not on the list require ('strict'); local p = {} local function trim(s) return s:match('^%s*(.-)%s*$') end local function isnotempty(s) return s and s:match('%S') end local function clean(text) -- Return text cleaned for display and truncated if too long. -- Strip markers are replaced with dummy text representing..." current
  • 00:0500:05, 26 May 2025 diff hist +2,112 N Module:Track listing/configuration Created page with "return { show_warnings = false, input_error_category = 'Track listings with input errors', collapsed_parameter_category = 'Track listings that use the collapsed parameter ', deprecated_parameter_category = 'Track listings with deprecated parameters', track_field_names = { number = true, title = true, note = true, length = true, lyrics = true, music = true, writer = true, extra = true, }, track_listing_field_names = { width = true, headline = tr..." current

25 May 2025

  • 23:5923:59, 25 May 2025 diff hist +745 N Module:Yesno Created page with "-- Function allowing for consistent treatment of boolean-like wikitext input. -- It works similarly to the template {{yesno}}. return function (val, default) -- If your wiki uses non-ascii characters for any of "yes", "no", etc., you -- should replace "val:lower()" with "mw.ustring.lower(val)" in the -- following line. val = type(val) == 'string' and val:lower() or val if val == nil then return nil elseif val == true or val == 'yes' or val == 'y' or val =..." current
  • 23:5823:58, 25 May 2025 diff hist +13,898 N Module:Track listing Created page with "local yesno = require('Module:Yesno') local checkType = require('libraryUtil').checkType local cfg = mw.loadData('Module:Track listing/configuration') -------------------------------------------------------------------------------- -- Helper functions -------------------------------------------------------------------------------- -- Add a mixin to a class. local function addMixin(class, mixin) for k, v in pairs(mixin) do if k ~= 'init' then class[k] = v end e..." current
  • 23:1923:19, 25 May 2025 diff hist +35,178 N Module:Documentation Created page with "-- This module implements {{documentation}}. -- Get required modules. local getArgs = require('Module:Arguments').getArgs -- Get the config table. local cfg = mw.loadData('Module:Documentation/config') local p = {} -- Often-used functions. local ugsub = mw.ustring.gsub local format = mw.ustring.format ---------------------------------------------------------------------------- -- Helper functions -- -- These are defined as local functions, but are made available in..." current
  • 22:4722:47, 25 May 2025 diff hist −43 Red Krayola Wiki:About Redirected page to FAQ current Tag: New redirect
  • 22:3722:37, 25 May 2025 diff hist +3,498 m Main Page Reverted edit by MediaWiki default (talk) to last revision by Dotclub Tag: Rollback

22 March 2025

21 March 2025

18 March 2025

17 March 2025

24 February 2025

30 January 2025

17 January 2025

(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)