Main public logs
Jump to navigation
Jump to search
Combined display of all available logs of New Prairie Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 16:30, 17 July 2025 Randombell talk contribs imported Coppernoll, Burke and Associates by file upload (1 revision)
- 16:30, 17 July 2025 Randombell talk contribs imported Cambiare Rock by file upload (1 revision)
- 16:30, 17 July 2025 Randombell talk contribs imported Berchioli River by file upload (1 revision)
- 16:27, 17 July 2025 Randombell talk contribs created page Template:Infobox radio show (Created page with "{{Infobox | italic title = {{{italic_title|}}} | bodyclass = vevent | title = {{{name|{{{show_name|<includeonly>{{PAGENAME}}</includeonly>}}}}}} | titleclass = summary | titlestyle = font-style: italic | image = {{#invoke:InfoboxImage|InfoboxImage|image={{{image|}}}|size={{{image_size|{{{imagesize|}}}}}}|sizedefault=180x180px|alt={{{alt|}}}}} | caption = {{{caption|}}} | labelstyle = white-space: nowrap | label1 = Other names | data1 = {{{other_na...")
- 16:27, 17 July 2025 Randombell talk contribs created page The Midnight Sleuth (Audio Drama) (Created page with "{{Infobox radio show | name = The Midnight Sleuth | image = Cover-midnight.jpg | image_size = 300px | alt = | caption = | other_names = | format = Comedy-drama | runtime = 28 minutes | start_time = | end_time = | runtime_note = | country = United States | language = English | home_station = | syndicates = | television = | presenter = | starring = Dan Casey<br>[[Kim Casey]...")
- 16:26, 17 July 2025 Randombell talk contribs created page Module:Based on (Created page with "local p = {} function p.lua_main(frame) local s = frame.args[1] if frame.args[3] then local args = {} for i, v in ipairs(frame.args) do if i >= 2 then args[#args+1] = v end end args['style'] = 'display: inline' args['list_style'] = 'display: inline' args['item1_style'] = 'display: inline' h = mw.html.create('div') h:wikitext(s) h:tag('br') -- h:newline() is not working for some reason h:wikitext('by') h:wikitext(frame:expand...")
- 16:25, 17 July 2025 Randombell talk contribs created page Template:End date (Created page with "<includeonly>{{#if: {{{4|}}} |{{#if: {{{5|}}} |{{padleft:{{{4}}}|2|0}}:{{padleft:{{{5}}}|2|0}}{{#if: {{{6|}}} |:{{padleft:{{{6}}}|2|0}} }}, }} }}<!--ABOVE FOR TIME; BELOW FOR DATE -->{{#if: {{{1|}}} |{{#if: {{{2|}}} |{{#if: {{{3|}}} |{{#if:{{{df|}}}|{{#expr:{{{3}}}}} {{MONTHNAME|{{{2}}}}}|{{MONTHNAME|{{{2}}}}} {{#expr:{{{3}}}}},}} {{{1}}}|{{MONTHNAME|{{{2}}}}} {{...")
- 16:25, 17 July 2025 Randombell talk contribs created page Template:Based on (Created page with "<includeonly>{{#invoke:Based on|main}}</includeonly><noinclude>{{Documentation}}</noinclude>")
- 16:24, 17 July 2025 Randombell talk contribs created page Troll Blog (web series) (Created page with "{{Infobox television | show_name = Troll Blog | image = | image_upright = | image_size = | image_alt = | caption = | show_name_2 = The Troll Blave | genre = Comedy, Filmmaking | creator = Jeff Bell & T.C. De Witt | based_on = {{based on|T.C. De Witt's The Princess Knight}}<!-- {{ba...")
- 16:23, 17 July 2025 Randombell talk contribs created page 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 local p = {} local function trim(s) return s:match('^%s*(.-)%s*$') end local function isnotempty(s) return s and trim(s) ~= '' end function p.check (frame) local args = frame.args local pargs = frame:getParent().args local ignoreblank = isnotempty(frame.args['ignoreblank']) local showblankpos = is...") Tag: Recreated
- 16:23, 17 July 2025 Randombell talk contribs deleted page Module:Check for unknown parameters (content was: "-- 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 local p = {} local function trim(s) return s:match('^%s*(.-)%s*$') end local function isnotempty(s) return s and trim(s) ~= '' end function p.check (frame) local args = frame.args local pargs = frame:getParent().args local ignoreblank = isnotempty(frame.args['ignoreblank']) local showblankpos = isnotempt...")
- 16:22, 17 July 2025 Randombell talk contribs created page Module:Italic title (Created page with "-- This module implements {{italic title}}. local p = {} function p._main(args, frame, title) args = args or {} frame = frame or mw.getCurrentFrame() title = title or mw.title.getCurrentTitle() local prefix, parentheses = mw.ustring.match(title.text, '^(.+) (%([^%(%)]+%))$') local result if prefix and parentheses and args.all ~= 'yes' then result = string.format("<i>%s</i> %s", prefix, parentheses) else result = string.format("<i>%s</i>", title.text) end i...") Tag: Recreated
- 16:22, 17 July 2025 Randombell talk contribs deleted page Module:Italic title (content was: "-- This module implements {{italic title}}. local p = {} function p._main(args, frame, title) args = args or {} frame = frame or mw.getCurrentFrame() title = title or mw.title.getCurrentTitle() local prefix, parentheses = mw.ustring.match(title.text, '^(.+) (%([^%(%)]+%))$') local result if prefix and parentheses and args.all ~= 'yes' then result = string.format("<i>%s</i> %s", prefix, parentheses) else result = string.format("<i>%s</i>", title.text) end if title...")
- 16:20, 17 July 2025 Randombell talk contribs created page Module:InfoboxImage (Created page with "-- Inputs: -- image - Can either be a bare filename (with or without the File:/Image: prefix) or a fully formatted image link -- page - page to display for multipage images (DjVu) -- size - size to display the image -- maxsize - maximum size for image -- sizedefault - default size to display the image if size param is blank -- alt - alt text for image -- title - title text for image -- border - set to yes if border -- center - set to yes, if th...") Tag: Recreated
- 16:20, 17 July 2025 Randombell talk contribs deleted page Module:InfoboxImage (content was: "-- Inputs: -- image - Can either be a bare filename (with or without the File:/Image: prefix) or a fully formatted image link -- page - page to display for multipage images (DjVu) -- size - size to display the image -- maxsize - maximum size for image -- sizedefault - default size to display the image if size param is blank -- alt - alt text for image -- title - title text for image -- border - set to yes if border -- center - set to yes, if the image...")
- 16:19, 17 July 2025 Randombell talk contribs created page Template:TableTBA (Created page with "<onlyinclude><small><span style="color: #2C2C2C" title="{{{2|{{#switch:{{{1|TBA}}}|TBA=To be announced|TBD=To be determined|N/A=Not available}}}}}">{{{1|TBA}}}</span></small></onlyinclude><noinclude> {{documentation}} </noinclude>")
- 16:10, 17 July 2025 Randombell talk contribs created page Module:Math (Created page with "--This module provides a number of basic mathematical operations. local yesno, getArgs -- lazily initialized local p = {} -- Holds functions to be returned from #invoke, and functions to make available to other Lua modules. local wrap = {} -- Holds wrapper functions that process arguments from #invoke. These act as intemediary between functions meant for #invoke and functions meant for Lua. --Helper functions used to avoid redundant code. local function...")
- 16:09, 17 July 2025 Randombell talk contribs created page Module:Episode list (Created page with "local p = {} local getArgs local yesno = require('Module:Yesno') local mm = require('Module:Math') local contrast_ratio = require('Module:Color contrast')._ratio local HTMLcolor = mw.loadData( 'Module:Color contrast/colors' ) function p.sublist(frame) return main(frame,true) end function p.list(frame) return main(frame,false) end function idtrim(val,search) local valfind = string.find(val, search) if valfind == nil then return val else return string.sub(val,...")
- 16:08, 17 July 2025 Randombell talk contribs created page Template:Episode list (Created page with "<includeonly>{{#invoke:Episode list|list}}</includeonly><noinclude> {{documentation}} </noinclude>")
- 16:08, 17 July 2025 Randombell talk contribs created page Module:Color contrast/colors (Created page with "return { aliceblue = 0.92880068253475, antiquewhite = 0.84646951707754, aqua = 0.7874, aquamarine = 0.8078549208338, azure = 0.97265264954166, beige = 0.8988459998705, bisque = 0.80732327372979, black = 0, blanchedalmond = 0.85084439608156, blue = 0.0722, blueviolet = 0.12622014321946, brown = 0.098224287876511...")
- 16:07, 17 July 2025 Randombell talk contribs created page Module:Color contrast (Created page with "-- -- This module implements -- {{Color contrast ratio}} -- {{Greater color contrast ratio}} -- {{ColorToLum}} -- {{RGBColorToLum}} -- local p = {} local HTMLcolor = mw.loadData( 'Module:Color contrast/colors' ) local function sRGB ( v ) if (v <= 0.03928) then v = v / 12.92 else v = math.pow((v+0.055)/1.055, 2.4) end return v end local function rgbdec2lum( R, G, B ) if ( 0 <= R and R < 256 and 0 <= G and G < 256 and 0 <= B and B < 256 ) then return 0....")
- 16:06, 17 July 2025 Randombell talk contribs created page Module:Episode table (Created page with "-- This module implements {{Episode table}} and {{Episode table/part}}. local HTMLcolor = mw.loadData( 'Module:Color contrast/colors' ) -------------------------------------------------------------------------------- -- EpisodeTable class -- The main class. -------------------------------------------------------------------------------- local contrast_ratio = require('Module:Color contrast')._ratio local EpisodeTable = {} function EpisodeTable.cell(background, width,...")
- 16:06, 17 July 2025 Randombell talk contribs created page Template:Episode table (Created page with "<includeonly>{{#invoke:Episode table|main}}</includeonly><noinclude> {{documentation}} </noinclude>")
- 16:05, 17 July 2025 Randombell talk contribs created page Open Wounds (web series) (Created page with "{{Infobox television | show_name = Open Wounds | image = | image_upright = | image_size = | image_alt = | caption = | show_name_2 = | genre = Drama, Mystery, Thriller<!--Must be reliably sourced--> | creator = Jeff Bell | based_on = Open Wounds<!-- {{based on|work|author}} --> | developer...")
- 16:04, 17 July 2025 Randombell talk contribs created page Template:Infobox television/colour (Created page with "{{#if:{{{1|}}}|<nowiki>#</nowiki>}}{{#switch: {{{1}}} | #default = | Angel | Angel = 7E9ED2 | Buffy the Vampire Slayer | Buffy the Vampire Slayer = 7E9ED2 | Entourage | Entourage = FBBC87 | Firefly | Firefly = FFCC99 | Futurama | Futurama = DEDDE2 | House | House = DEDEDE | Mad Men | Mad Men = DFE0DA | Sex and the City | Sex and the City = EAADEA | The 44...")
- 16:03, 17 July 2025 Randombell talk contribs created page Template:Infobox television (Created page with "{{Infobox | italic title= {{{italic_title|<noinclude>no</noinclude>}}} | bodyclass = vevent | abovestyle = font-style: italic; {{#if:{{Infobox television/colour|{{{show_name}}}}}|background-color:{{Infobox television/colour|{{{show_name}}}}};}} | aboveclass = summary navbox-title | headerstyle = {{#if:{{Infobox television/colour|{{{show_name}}}}}|background-color:{{Infobox television/colour|{{{show_name}}}}};}} | above = {{{show_name|<includeonly>{{PAGENAME}}<...")
- 16:02, 17 July 2025 Randombell talk contribs created page Hire A Hunter (web series) (Created page with "{{Infobox television|show_name=Hire A Hunter|image=|image_upright=|image_size=|image_alt=|caption=|show_name_2=|genre=<!--Must be reliably sourced-->|creator=Jeff Bell|based_on=<!-- {{based on|work|author}} -->|developer=|writer=Jeff Bell|screenplay=|story=|director=|creative_director=|presenter=<!-- Organized by broadcast credit order, with new main cast added to the end of the list -->|starring=<!-- Organized by broadcast credit order, with new main cast added to the e...") Tag: Visual edit
- 15:07, 17 July 2025 User account MindyMoller4054 talk contribs was created
- 13:52, 17 July 2025 User account EnriquetaRay4 talk contribs was created
- 13:33, 17 July 2025 Randombell talk contribs created page The Gravestone Entries: Baggage Check (short story) (Created page with "{{Infobox book|name=The Gravestone Entries: Baggage Check|image=|caption=|alt=|author=Jeff Bell|title_orig=|working_title="The Far End of a Steamer Trunk"|translator=|illustrator=|cover_artist=|country=United States|language=English|series=The Gravestone Entries|subject=|genre=Comedy|published=2016|pages=11|awards=|isbn=<!-- N/A -->|oclc=|congress=|preceded_by=The Gravestone Entries: The Occupation of Dual Locations While Simultaneously Occupying A Single Space...") Tag: Visual edit
- 13:32, 17 July 2025 Randombell talk contribs created page The Darkness Falls (short story) (Created page with "{{Infobox book|name=The Darkness Falls|image=|caption=|alt=|author=Jeff Bell|title_orig=|working_title="The Dark"|translator=|illustrator=|cover_artist=|country=United States|language=English|series=|subject=|genre=Drama|published=2016|pages=7|awards=|isbn=<!-- N/A -->|oclc=|congress=|preceded_by=|followed_by=|wikisource=}} '''''The Darkness Falls''''' is a short story focusing on the event that caused Stewart Filcher to accept becoming the Dark Killer. ==...") Tag: Visual edit
- 13:32, 17 July 2025 Randombell talk contribs created page Footnote: Executive Decision (short story) (Created page with "{{Infobox book|name=Footnote: Executive Decision|image=|caption=|alt=|author=Jeff Bell|title_orig=|working_title=|translator=|illustrator=|cover_artist=|country=United States|language=English|series=|subject=|genre=Drama|published=2015|pages=11|awards=|isbn=<!-- N/A -->|oclc=|congress=|preceded_by=|followed_by=|wikisource=}} '''''Footnote: Executive Decision''''' is a short story sequel to the film ''<nowiki/>'Footnote' (2015)''. == Plot == W...") Tag: Visual edit
- 13:11, 17 July 2025 User account KarlLeu35326 talk contribs was created
- 13:10, 17 July 2025 Randombell talk contribs created page The Gravestone Entries: The Nocturnal Undead Are Not Pleasant Citizens (novella) (Created page with "{{Infobox book|name=The Gravestone Entries: The Nocturnal Undead Are Not Pleasant Citizens|image=|caption=|alt=|author=Jeff Bell|title_orig=|working_title=|translator=|illustrator=|cover_artist=|country=United States|language=English|series=The Gravestone Entries|subject=|genre=Comedy, Mystery|published=2009|pages=116|awards=|isbn=<!-- N/A -->|oclc=|congress=|preceded_by=The Gravestone Entries: The Emergence From Dimly Lit Locations (short story)|The Gravestone...") Tag: Visual edit
- 13:10, 17 July 2025 Randombell talk contribs created page The Gravestone Entries: The Emergence From Dimly Lit Locations (short story) (Created page with "{{Infobox book|name=The Gravestone Entries: The Emergence From Dimly Lit Locations|image=|caption=|alt=|author=Jeff Bell|title_orig=|working_title=|translator=|illustrator=|cover_artist=|country=United States|language=English|series=The Gravestone Entries|subject=|genre=Comedy, Mystery|published=2009|pages=52|awards=|isbn=<!-- N/A -->|oclc=|congress=|preceded_by=|followed_by=The Gravestone Entries: The Nocturnal Undead Are Not Pleasant Citizens (novella)|The Gr...") Tag: Visual edit
- 13:09, 17 July 2025 Randombell talk contribs created page The First Survivor (novella) (Created page with "{{Infobox book|name=The First Survivor|image=|caption=|alt=|author=Jeff Bell|title_orig="For The Longest Time"|working_title=|translator=|illustrator=|cover_artist=|country=United States|language=English|series=|subject=|genre=Drama|published=2006|pages=53|awards=|isbn=<!-- N/A -->|oclc=|congress=|preceded_by=Farm Life's A Killer|followed_by= FLAK 3: The Asylum|wikisource=}} '''''The First Survivor''''' is a...") Tag: Visual edit
- 12:33, 17 July 2025 Randombell talk contribs created page Template:Tim (Created page with "[[m:Template:{{{1|{{PAGENAME}}}}}]] {{smaller|([[m:Special:Whatlinkshere/Template:{{{1|{{PAGENAME}}}}}|backlinks]] [{{fullurl:m:Template:{{{1|{{PAGENAME}}}}}|action=edit}} edit])}}<noinclude>{{Documentation}}</noinclude>")
- 12:31, 17 July 2025 Randombell talk contribs created page Module:Check for clobbered parameters (Created page with "local p = {} local function trim(s) return s:match('^%s*(.-)%s*$') end local function isnotempty(s) return s and s:match('%S') end function p.check(frame) local args = frame.args local pargs = frame:getParent().args local checknested = isnotempty(args['nested']) local delimiter = isnotempty(args['delimiter']) and args['delimiter'] or ';' local argpairs = {} for k, v in pairs(args) do if type(k) == 'number' then local plist = mw.text.split(v, delimiter)...")
- 12:01, 17 July 2025 Randombell talk contribs created page Module:HtmlBuilder (Created page with "-- Module for building complex HTML (e.g. infoboxes, navboxes) using a fluent interface. local HtmlBuilder = {} local metatable = {} metatable.__index = function(t, key) local ret = rawget(t, key) if ret then return ret end ret = metatable[key] if type(ret) == 'function' then return function(...) return ret(t, ...) end else return ret end end metatable.__tostring = function(t) local...") Tag: Recreated
- 12:01, 17 July 2025 Randombell talk contribs deleted page Module:HtmlBuilder (content was: "-- Module for building complex HTML (e.g. infoboxes, navboxes) using a fluent interface. local HtmlBuilder = {} local metatable = {} metatable.__index = function(t, key) local ret = rawget(t, key) if ret then return ret end ret = metatable[key] if type(ret) == 'function' then return function(...) return ret(t, ...) end else return ret end end metatable.__tostring = function(t) local ret = {...")
- 12:00, 17 July 2025 Randombell talk contribs created page Module:Navbar (Created page with "local p = {} local getArgs local HtmlBuilder = require('Module:HtmlBuilder') local function trim(s) return mw.ustring.match(s, "^%s*(.-)%s*$") end local function htmlError(s) local span = HtmlBuilder.create('span') span .addClass('error') .css('float', 'left') .css('white-space', 'nowrap') .wikitext('Error: ' .. s) return tostring(span) end local function getTitle(pageName) pageName = trim(pageName); local page_title, talk_page_title; if mw.u...") Tag: Recreated
- 12:00, 17 July 2025 Randombell talk contribs deleted page Module:Navbar (content was: "local p = {} local getArgs local HtmlBuilder = require('Module:HtmlBuilder') local function trim(s) return mw.ustring.match(s, "^%s*(.-)%s*$") end local function htmlError(s) local span = HtmlBuilder.create('span') span .addClass('error') .css('float', 'left') .css('white-space', 'nowrap') .wikitext('Error: ' .. s) return tostring(span) end local function getTitle(pageName) pageName = trim(pageName); local page_title, talk_page_title; if mw.ustring....")
- 11:59, 17 July 2025 Randombell 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....") Tag: Recreated
- 11:59, 17 July 2025 Randombell talk contribs deleted page Module:TableTools (content was: "-- ------------------------------------------------------------------------------------ -- 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....")
- 11:59, 17 July 2025 Randombell talk contribs created page Module:List (Created page with "-- This module outputs different kinds of lists. At the moment, bulleted, -- unbulleted, horizontal, ordered, and horizontal ordered lists are supported. 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, ar...") Tag: Recreated
- 11:59, 17 July 2025 Randombell talk contribs deleted page Module:List (content was: "-- This module outputs different kinds of lists. At the moment, bulleted, -- unbulleted, horizontal, ordered, and horizontal ordered lists are supported. 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) --...")
- 11:58, 17 July 2025 Randombell 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'...") Tag: Recreated
- 11:58, 17 July 2025 Randombell talk contribs deleted page Module:Arguments (content was: "-- 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' then...")
- 11:51, 17 July 2025 Randombell talk contribs created page Module:Infobox (Created page with "-- -- This module implements {{Infobox}} -- local p = {} local navbar = require('Module:Navbar')._navbar local args = {} local origArgs local root local function union(t1, t2) -- Returns the union of the values of two tables, as a sequence. local vals = {} for k, v in pairs(t1) do vals[v] = true end for k, v in pairs(t2) do vals[v] = true end local ret = {} for k, v in pairs(vals) do table.insert(ret, k) en...") Tag: Recreated
- 11:50, 17 July 2025 Randombell talk contribs deleted page Module:Infobox (content before blanking was: "-- -- This module implements {{Infobox}} -- local p = {} local navbar = require('Module:Navbar')._navbar local args = {} local origArgs local root local function union(t1, t2) -- Returns the union of the values of two tables, as a sequence. local vals = {} for k, v in pairs(t1) do vals[v] = true end for k, v in pairs(t2) do vals[v] = true end local ret = {} for k, v in pairs(vals) do table.insert(ret,...")