Main public logs

Combined display of all available logs of Wikiballia. 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 (newer 50 | ) (20 | 50 | 100 | 250 | 500)
  • 17:16, 25 January 2025 SoupLuigi talk contribs created page Module:Category handler/config (Created page with "-------------------------------------------------------------------------------- -- Module:Category handler configuration data -- -- Language-specific parameter names and values can be set here. -- -- For blacklist config, see Module:Category handler/blacklist. -- -------------------------------------------------------------------------------- local cfg = {} -- Don't edit this line. ----------------------------...")
  • 17:15, 25 January 2025 SoupLuigi talk contribs created page Module:Category handler/data (Created page with "-- This module assembles data to be passed to Module:Category handler using -- mw.loadData. This includes the configuration data and whether the current -- page matches the title blacklist. local data = require('Module:Category handler/config') local mShared = require('Module:Category handler/shared') local blacklist = require('Module:Category handler/blacklist') local title = mw.title.getCurrentTitle() data.currentTitleMatchesBlacklist = mShared.matchesBlacklist(...")
  • 17:14, 25 January 2025 SoupLuigi talk contribs created page Module:Category handler (Created page with "-------------------------------------------------------------------------------- -- -- -- CATEGORY HANDLER -- -- -- -- This module implements the {{category handler}} template in Lua, -- -- with a few improvements: all namespaces and all namespace alia...")
  • 17:13, 25 January 2025 SoupLuigi talk contribs created page Template:Imbox (Created page with "<onlyinclude>{{#invoke:Message box|imbox}}</onlyinclude> {{Documentation}} <!-- Add categories to the /doc subpage and interwikis in Wikidata, not here! -->")
  • 17:13, 25 January 2025 SoupLuigi 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...")
  • 17:11, 25 January 2025 SoupLuigi 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 =...")
  • 17:07, 25 January 2025 SoupLuigi 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 = '...")
  • 17:05, 25 January 2025 SoupLuigi talk contribs deleted page Template:Navbox (content was: "{{#invoke:Navbox|navbox}} <!--{| class="navbox wikitable mw-collapsible mw-collapsed" cellspacing="1" id="{{{id}}}" cellpadding="3" align="center" style="{{#if:{{{border|}}}| border:{{{borderwidth|5px}}} solid {{{border|}}} | border:1px solid #999}}; font-size: 15px; width: 100%; margin-top:5px; margin-bottom:5px; background:{{{background|transparent}}};" |- | colspan="2...", and the only contributor was "SoupLuigi" (talk))
  • 17:05, 25 January 2025 SoupLuigi talk contribs created page Template:Navbox (Created page with "{{#invoke:Navbox|navbox}} <!--{| class="navbox wikitable mw-collapsible mw-collapsed" cellspacing="1" id="{{{id}}}" cellpadding="3" align="center" style="{{#if:{{{border|}}}| border:{{{borderwidth|5px}}} solid {{{border|}}} | border:1px solid #999}}; font-size: 15px; width: 100%; margin-top:5px; margin-bottom:5px; background:{{{background|transparent}}};" |- | colspan="2" style="{{#if:{{{titlecolor|}}}| background:{{{titlecolor|}}} | background:#f20000}}; font-weight: bo...")
  • 17:04, 25 January 2025 SoupLuigi 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'...")
  • 17:02, 25 January 2025 SoupLuigi talk contribs created page Module:Navbar/configuration (Created page with "local configuration = { ['templatestyles'] = 'Module:Navbar/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 list class ['mini'] = 'navbar-mini...")
  • 17:00, 25 January 2025 SoupLuigi talk contribs created page 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, false, true, false, fals...")
  • 16:58, 25 January 2025 SoupLuigi talk contribs created page Module:Navbox (Created page with "-- -- This module implements {{Navbox}} -- local p = {} local navbar = require('Module:Navbar')._navbar local getArgs -- lazily initialized local args local border local listnums local ODD_EVEN_MARKER = '\127_ODDEVEN_\127' local RESTART_MARKER = '\127_ODDEVEN0_\127' local REGEX_MARKER = '\127_ODDEVEN(%d?)_\127' local function striped(wikitext) -- Return wikitext with markers replaced for odd/even striping. -- Child (subgroup) navboxes are flagged with a category th...")
  • 12:15, 25 January 2025 SoupLuigi talk contribs changed group membership for LBMapper12 from (none) to bureaucrat and administrator
  • 10:50, 20 January 2025 User account Maitian MaiLin talk contribs was created automatically
  • 06:52, 1 January 2025 User account LBMapper12 talk contribs was created automatically
  • 01:41, 30 December 2024 User account Msnhinet8 talk contribs was created automatically
(newest | oldest) View (newer 50 | ) (20 | 50 | 100 | 250 | 500)