All public logs
Combined display of all available logs of Osolia Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 01:10, 18 June 2024 TheRandomMelon talk contribs imported Template:Yesno by file upload (1 revision)
- 01:10, 18 June 2024 TheRandomMelon talk contribs imported Module:Message box/configuration by file upload (1 revision)
- 01:10, 18 June 2024 TheRandomMelon talk contribs imported Module:Message box by file upload (1 revision)
- 01:10, 18 June 2024 TheRandomMelon talk contribs imported Template:Template link by file upload (1 revision)
- 01:10, 18 June 2024 TheRandomMelon talk contribs imported Template:Tl by file upload (1 revision)
- 01:10, 18 June 2024 TheRandomMelon talk contribs imported Module:Arguments by file upload (1 revision)
- 01:10, 18 June 2024 TheRandomMelon talk contribs imported Module:Yesno by file upload (1 revision)
- 01:10, 18 June 2024 TheRandomMelon talk contribs imported Template:Nowrap by file upload (1 revision)
- 01:10, 18 June 2024 TheRandomMelon talk contribs imported Template:Infobox by file upload (1 revision)
- 00:53, 18 June 2024 TheRandomMelon talk contribs created page 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:52, 18 June 2024 TheRandomMelon talk contribs undeleted page Template:Infobox (3 revisions)
- 00:49, 18 June 2024 TheRandomMelon talk contribs deleted page Template:Infobox (content was: "{{#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>", and the only contributor was "TheRandomMelon" (talk))
- 00:48, 18 June 2024 TheRandomMelon talk contribs created page 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:45, 18 June 2024 TheRandomMelon talk contribs created page 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:43, 18 June 2024 TheRandomMelon 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 =...")
- 00:42, 18 June 2024 TheRandomMelon talk contribs created page 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 ----------------...")
- 00:42, 18 June 2024 TheRandomMelon talk contribs created page 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:41, 18 June 2024 TheRandomMelon talk contribs created page 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:41, 18 June 2024 TheRandomMelon 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, true, true, false, false...")
- 00:40, 18 June 2024 TheRandomMelon talk contribs created page 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:40, 18 June 2024 TheRandomMelon talk contribs created page 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:39, 18 June 2024 TheRandomMelon talk contribs created page 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:39, 18 June 2024 TheRandomMelon talk contribs created page 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:38, 18 June 2024 TheRandomMelon talk contribs created page 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:38, 18 June 2024 TheRandomMelon 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'...")
- 00:37, 18 June 2024 TheRandomMelon talk contribs created page 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:37, 18 June 2024 TheRandomMelon talk contribs created page 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:34, 18 June 2024 TheRandomMelon talk contribs created page 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...")
- 00:27, 18 June 2024 TheRandomMelon talk contribs undeleted page Module:Infobox (1 revision)
- 21:41, 17 June 2024 TheRandomMelon talk contribs created page Category:The DJ Hour (Created blank page)
- 21:41, 17 June 2024 TheRandomMelon talk contribs created page Category:Shows on Osolia Public Radio (Created blank page)
- 21:41, 17 June 2024 TheRandomMelon talk contribs created page Category:Osolia Public Radio (Created blank page)
- 21:40, 17 June 2024 TheRandomMelon talk contribs created page Category:Episodes of The DJ Hour (Created blank page) Tag: Visual edit: Switched
- 21:14, 17 June 2024 TheRandomMelon talk contribs deleted page DJ Hour Episode 1 (content was: "This page was created on accident. Please refer to Episode 1 (The DJ Hour).", and the only contributor was "Scion" (talk))
- 21:02, 17 June 2024 User account Hydrogen talk contribs was created by TheRandomMelon talk contribs (Money man)
- 14:09, 17 June 2024 TheRandomMelon talk contribs deleted page Template:Documentation (content before blanking was: "{{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={{...")
- 14:09, 17 June 2024 TheRandomMelon talk contribs deleted page Module:Infobox (content was: "local p = {} local args = {} local origArgs = {} local root local empty_row_categories = {} local category_in_empty_row_pattern = '%[%[%s*[Cc][Aa][Tt][Ee][Gg][Oo][Rr][Yy]%s*:[^]]*]]' local has_rows = false local lists = { plainlist_t = { patterns = { '^plainlist$', '%splainlist$', '^plainlist%s', '%splainlist%s' }, found = false, style...", and the only contributor was "TheRandomMelon" (talk))
- 14:08, 17 June 2024 TheRandomMelon talk contribs deleted page Template:Infobox (content before blanking was: "{{#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:05, 17 June 2024 TheRandomMelon talk contribs created page Template:Documentation (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...")
- 14:05, 17 June 2024 TheRandomMelon talk contribs created page 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:04, 17 June 2024 TheRandomMelon talk contribs created page Module:Infobox (Testing)
- 13:53, 17 June 2024 TheRandomMelon talk contribs created page MediaWiki:Common.css (centering)
- 13:47, 17 June 2024 TheRandomMelon talk contribs protected User:TheRandomMelon [Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) (I don't want people to edit my user page lol) (hist)
- 13:28, 17 June 2024 User account Cstro talk contribs was created by TheRandomMelon talk contribs
- 06:55, 17 June 2024 TheRandomMelon talk contribs removed protection from Wiki Testing Page (hist)
- 06:55, 17 June 2024 TheRandomMelon talk contribs protected Wiki Testing Page [Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) (hist)
- 05:00, 17 June 2024 TheRandomMelon talk contribs created page User:TheRandomMelon (Created page) Tag: Visual edit
- 04:50, 17 June 2024 TheRandomMelon talk contribs created page File:Chiefdom of Osolia Flag Square.png
- 04:50, 17 June 2024 TheRandomMelon talk contribs uploaded File:Chiefdom of Osolia Flag Square.png
- 04:41, 17 June 2024 User account Scion talk contribs was created by TheRandomMelon talk contribs (Speaker)