All public logs

From CC Wiki
Jump to navigationJump to search

Combined display of all available logs of CC Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
(newest | oldest) View ( | older 50) (20 | 50 | 100 | 250 | 500)
  • 01:47, 22 December 2023 Cominixo talk contribs created page 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 =...")
  • 01:45, 22 December 2023 Cominixo talk contribs created page Module:Message box/configuration (Created page with "-------------------------------------------------------------------------------- -- Message box configuration -- -- -- -- This module contains configuration data for Module:Message box. -- -------------------------------------------------------------------------------- return { ambox = { types = { speedy = { class = 'ambox-spee...")
  • 01:45, 22 December 2023 Cominixo talk contribs created page Module:Message box/ombox.css (Created page with "* * {{ombox}} (other pages message box) styles * * @source https://www.mediawiki.org/wiki/MediaWiki:Gadget-enwp-boxes.css * @revision 2021-07-15: table.ombox { margin: 4px 10%; border-collapse: collapse; Default "notice" gray: border: 1px solid #a2a9b1; background-color: #000000; box-sizing: border-box; } An empty narrow cell: .ombox td.mbox-empty-cell { border: none; padding: 0; width: 1px; } The message body cell(s): .ombox th.mbox-te...")
  • 01:45, 22 December 2023 Cominixo talk contribs created page Module:Message box/ambox.css (Created page with "* * {{ambox}} (article message box) styles * * @source https://www.mediawiki.org/wiki/MediaWiki:Gadget-enwp-boxes.css * @revision 2021-07-15: table.ambox { 10% = Will not overlap with other elements: margin: 0 10%; Prevent overflow in narrow screens (<=850px) in the Timeless skin. See Skin:Timeless#Less than 851 pixels and https://phabricator.wikimedia.org/source/Timeless/browse/REL1_39/resources/screen-mobile.less$268: width: unset; b...")
  • 01:44, 22 December 2023 Cominixo talk contribs created page Module:Message box (Created page with "-- This is a meta-module for producing message box templates, including -- {{mbox}}, {{ambox}}, {{imbox}}, {{tmbox}}, {{ombox}}, {{cmbox}} and {{fmbox}}. -- Load necessary modules. require('strict') local getArgs local yesno = require('Module:Yesno') -- Get a language object for formatDate and ucfirst. local lang = mw.language.getContentLanguage() -- Define constants local CONFIG_MODULE = 'Module:Message box/configuration' local DEMOSPACES = {talk = 'tmbox', image = '...")
  • 01:44, 22 December 2023 Cominixo talk contribs created page Module:Arguments (Created page with "-- This module provides easy processing of arguments passed to Scribunto from -- #invoke. It is intended for use by other Lua modules, and should not be -- called from #invoke directly. local libraryUtil = require('libraryUtil') local checkType = libraryUtil.checkType local arguments = {} -- Generate four different tidyVal functions, so that we don't have to check the -- options every time we call it. local function tidyValDefault(key, val) if type(val) == 'string'...")
  • 05:13, 21 December 2023 Admin talk contribs changed group membership for Cominixo from (none) to administrator, interface administrator and bureaucrat
  • 05:13, 21 December 2023 Admin talk contribs changed group membership for Test from bureaucrat, interface administrator and administrator to (none)
  • 05:11, 21 December 2023 User account Cominixo talk contribs was created automatically
  • 05:08, 21 December 2023 Test talk contribs renamed user Cominixo (1 edit) to Admin
  • 05:07, 21 December 2023 Admin talk contribs changed group membership for Test from (none) to administrator, interface administrator and bureaucrat
  • 05:07, 21 December 2023 User account Test talk contribs was created by Admin talk contribs
  • 04:40, 21 December 2023 MediaWiki default talk contribs created page Main Page
(newest | oldest) View ( | older 50) (20 | 50 | 100 | 250 | 500)