User contributions for TheRandomMelon
A user with 662 edits. Account created on 17 June 2024.
18 June 2024
- 01:1001:10, 18 June 2024 diff hist 0 m Template:Nobold 1 revision imported current
- 01:1001:10, 18 June 2024 diff hist 0 m Template:Main other 1 revision imported current
- 01:1001:10, 18 June 2024 diff hist 0 m Template:Yesno 1 revision imported current
- 01:1001:10, 18 June 2024 diff hist 0 m Module:Message box/configuration 1 revision imported current
- 01:1001:10, 18 June 2024 diff hist 0 m Module:Message box 1 revision imported
- 01:1001:10, 18 June 2024 diff hist 0 m Template:Template link 1 revision imported current
- 01:1001:10, 18 June 2024 diff hist 0 m Template:Tl 1 revision imported current
- 01:1001:10, 18 June 2024 diff hist 0 m Module:Arguments 1 revision imported current
- 01:1001:10, 18 June 2024 diff hist 0 m Module:Yesno 1 revision imported current
- 01:1001:10, 18 June 2024 diff hist 0 m Template:Nowrap 1 revision imported current
- 01:1001:10, 18 June 2024 diff hist 0 m Template:Infobox 1 revision imported
- 01:0801:08, 18 June 2024 diff hist +1,941 MediaWiki:Common.css No edit summary
- 00:5300:53, 18 June 2024 diff hist +435 N Template:Template other Created page with "{{#switch: <!--If no or empty "demospace" parameter then detect namespace--> {{#if:{{{demospace|}}} | {{lc: {{{demospace}}} }} <!--Use lower case "demospace"--> | {{#ifeq:{{NAMESPACE}}|{{ns:Template}} | template | other }} }} | template = {{{1|}}} | other | #default = {{{2|}}} }}<!--End switch--><noinclude> {{documentation}} <!-- Add categories and interwikis to the /doc subpage, not here! --> </noinclude>" Tag: Visual edit: Switched
- 00:4800:48, 18 June 2024 diff hist +39,104 N Template:Infobox/doc Created page with "{{Documentation subpage}} <!-- Please place categories where indicated at the bottom of this page and interwikis at Wikidata (see Wikipedia:Wikidata) --> {{Distinguish|Template:Userbox}} {{#ifeq:{{SUBPAGENAME}}|sandbox||{{High-use}}}} {{Lua|Module:Infobox}} {{Parameter names example |name={{PAGENAME}} <!--|child |subbox |decat--> |title |above |subheader |subheader1 |subheader2={{{subheader2}}}<br/>...... |image|caption |image1|caption1 |image2|caption2={{{caption2..."
- 00:4500:45, 18 June 2024 diff hist +340 N Template:Infobox Created page with "{{#invoke:Infobox|infobox}}<includeonly>{{template other|{{#ifeq:{{PAGENAME}}|Infobox||{{#ifeq:{{str left|{{SUBPAGENAME}}|7}}|Infobox|{{remove first word|{{SUBPAGENAME}}}}}}}}|}}</includeonly><noinclude> {{documentation}} <!-- Categories go in the /doc subpage, and interwikis go in Wikidata. --> </noinclude>"
- 00:4300:43, 18 June 2024 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 =..."
- 00:4200:42, 18 June 2024 diff hist +8,913 N Module:Italic title Created page with "-- This module implements {{italic title}}. require('strict') local libraryUtil = require('libraryUtil') local checkType = libraryUtil.checkType local checkTypeForNamedArg = libraryUtil.checkTypeForNamedArg local yesno = require('Module:Yesno') -------------------------------------------------------------------------------- -- ItalicTitle class -------------------------------------------------------------------------------- local ItalicTitle = {} do ----------------..." current
- 00:4200:42, 18 June 2024 diff hist +742 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..."
- 00:4100:41, 18 June 2024 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:4100:41, 18 June 2024 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..."
- 00:4000:40, 18 June 2024 diff hist +218 N Template:Plainlist/styles.css Created page with "→{{pp-template|small=yes}}: .plainlist ol, .plainlist ul { line-height: inherit; list-style: none; margin: 0; padding: 0; →Reset Minerva default: } .plainlist ol li, .plainlist ul li { margin-bottom: 0; }"
- 00:4000:40, 18 June 2024 diff hist +280 N Template:Plainlist Created page with "<templatestyles src="Plainlist/styles.css"/><div class="plainlist {{{class|}}}" {{#if:{{{style|}}}{{{indent|}}}|style="{{#if:{{{indent|}}}|margin-left: {{#expr:{{{indent}}}*1.6}}em;}} {{{style|}}}"}}>{{#if:{{{1|}}}| {{{1}}} </div>}}<noinclude></div> {{documentation}} </noinclude>"
- 00:3900:39, 18 June 2024 diff hist +2,922 N Template:Hlist/styles.css Created page with "→{{pp-protected|reason=match parent|small=yes}}: →* hlist styles are defined in core and Minerva and differ in Minerva. The * current definitions here (2023-01-01) are sufficient to override Minerva * without use of the hlist-separated class. The most problematic styles were * related to margin, padding, and the bullet. Check files listed at * [[MediaWiki talk:Common.css/to do#hlist-separated]]: /* * TODO: When the majority of readership supports it (or s..."
- 00:3900:39, 18 June 2024 diff hist +181 N Template:Hlist Created page with "{{<includeonly>safesubst:</includeonly>#invoke:list|horizontal}}<noinclude> {{documentation}} <!-- Categories go on the /doc subpage, and interwikis go on Wikidata. --> </noinclude>"
- 00:3800:38, 18 June 2024 diff hist +1,092 N Module:Exponential search Created page with "-- This module provides a generic exponential search algorithm. requirestrict local checkType = require('libraryUtil').checkType local floor = math.floor local function midPoint(lower, upper) return floor(lower + (upper - lower) / 2) end local function search(testFunc, i, lower, upper) if testFunc(i) then if i + 1 == upper then return i end lower = i if upper then i = midPoint(lower, upper) else i = i * 2 end return search(testFunc, i, low..."
- 00:3800:38, 18 June 2024 diff hist +10,054 N 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'..."
- 00:3700:37, 18 June 2024 diff hist +16,126 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...."
- 00:3700:37, 18 June 2024 diff hist +5,643 N Module:List Created page with "local libUtil = require('libraryUtil') local checkType = libUtil.checkType local mTableTools = require('Module:TableTools') local p = {} local listTypes = { ['bulleted'] = true, ['unbulleted'] = true, ['horizontal'] = true, ['ordered'] = true, ['horizontal_ordered'] = true } function p.makeListData(listType, args) -- Constructs a data table to be passed to p.renderList. local data = {} -- Classes and TemplateStyles data.classes = {} data.templatestyles = ''..."
- 00:3600:36, 18 June 2024 diff hist +1,785 Module:Infobox/styles.css No edit summary
- 00:3400:34, 18 June 2024 diff hist +1,920 N Module:Infobox/styles.css Created page with "→{{pp|small=y}}: →* This TemplateStyles sheet deliberately does NOT include the full set of * infobox styles. We are still working to migrate all of the manual * infoboxes. See [[MediaWiki talk:Common.css/to do#Infobox]] * DO NOT ADD THEM HERE: →* not strictly certain these styles are necessary since the modules now * exclusively output infobox-subbox or infobox, not both * just replicating the module faithfully: .infobox-subbox { padding: 0; borde..."
17 June 2024
- 21:4121:41, 17 June 2024 diff hist 0 N Category:The DJ Hour Created blank page current
- 21:4121:41, 17 June 2024 diff hist 0 N Category:Shows on Osolia Public Radio Created blank page current
- 21:4121:41, 17 June 2024 diff hist 0 N Category:Osolia Public Radio Created blank page current
- 21:4021:40, 17 June 2024 diff hist 0 N Category:Episodes of The DJ Hour Created blank page Tag: Visual edit: Switched
- 14:0814:08, 17 June 2024 diff hist −340 Template:Infobox Blanked the page Tag: Blanking
- 14:0514:05, 17 June 2024 diff hist +340 N Template:Infobox Created page with "{{#invoke:Infobox|infobox}}<includeonly>{{template other|{{#ifeq:{{PAGENAME}}|Infobox||{{#ifeq:{{str left|{{SUBPAGENAME}}|7}}|Infobox|{{remove first word|{{SUBPAGENAME}}}}}}}}|}}</includeonly><noinclude> {{documentation}} <!-- Categories go in the /doc subpage, and interwikis go in Wikidata. --> </noinclude>"
- 14:0414:04, 17 June 2024 diff hist +20,533 N Module:Infobox Testing
- 13:5313:53, 17 June 2024 diff hist +100 N MediaWiki:Common.css centering
- 13:5013:50, 17 June 2024 diff hist 0 Wiki Testing Page No edit summary
- 13:4713:47, 17 June 2024 diff hist 0 m User:TheRandomMelon Protected "User:TheRandomMelon": I don't want people to edit my user page lol ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite))
- 13:4413:44, 17 June 2024 diff hist +127 Talk:Wiki Testing Page my discussion
- 13:4313:43, 17 June 2024 diff hist +50 Talk:Wiki Testing Page →cstro: new section
- 13:4313:43, 17 June 2024 diff hist −37 Talk:Wiki Testing Page Blanked the page Tag: Blanking
- 06:5506:55, 17 June 2024 diff hist 0 m Wiki Testing Page Removed protection from "Wiki Testing Page"
- 06:5506:55, 17 June 2024 diff hist 0 m Wiki Testing Page Protected "Wiki Testing Page" ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite))
- 06:3506:35, 17 June 2024 diff hist −674 Main Page Make an actual main page Tag: Visual edit
- 05:0005:00, 17 June 2024 diff hist +206 N User:TheRandomMelon Created page Tag: Visual edit
- 04:5504:55, 17 June 2024 diff hist +495 Main Page No edit summary Tag: Visual edit: Switched
- 04:5004:50, 17 June 2024 diff hist +53 N File:Chiefdom of Osolia Flag Square.png No edit summary current