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).
- 10:20, 31 July 2025 Randombell talk contribs created page Template:Infobox book (Created page with "{{Infobox | templatestyles = Infobox book/styles.css | italic title = {{{italic title|<noinclude>no</noinclude>}}} | bodyclass = ib-book vcard <!---------------Title-----------------> | title = <includeonly>{{#if:{{{name|}}}{{{caption|{{{image_caption|}}}}}}{{{editors|{{{editor|}}}}}}{{{authors|{{{author|}}}}}}{{{audio_read_by|}}}{{{title_orig|}}}{{{title_working|}}}{{{translators|{{{translator|}}}}}}{{{illustrators|{{{illustrator|}}}}}}{{{cover_artist|}}}{{{country|}}}...")
- 10:19, 31 July 2025 Randombell talk contribs created page Footnote: Executive Decision (novella) (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...")
- 10:18, 31 July 2025 Randombell talk contribs created page File:Poster-ThisOneLastTime.jpg
- 10:18, 31 July 2025 Randombell talk contribs uploaded File:Poster-ThisOneLastTime.jpg
- 10:18, 31 July 2025 Randombell talk contribs created page File:Poster-Violet.jpg
- 10:18, 31 July 2025 Randombell talk contribs uploaded File:Poster-Violet.jpg
- 10:17, 31 July 2025 Randombell talk contribs created page File:HiNeighbor-Poster.png
- 10:17, 31 July 2025 Randombell talk contribs uploaded File:HiNeighbor-Poster.png
- 10:17, 31 July 2025 Randombell talk contribs created page File:Poster-TheUnposessors.jpg
- 10:17, 31 July 2025 Randombell talk contribs uploaded File:Poster-TheUnposessors.jpg
- 10:17, 31 July 2025 Randombell talk contribs created page File:Poster-GameDay.jpg
- 10:17, 31 July 2025 Randombell talk contribs uploaded File:Poster-GameDay.jpg
- 10:02, 31 July 2025 Randombell talk contribs created page File:Poster-TheNoize.jpg
- 10:02, 31 July 2025 Randombell talk contribs uploaded File:Poster-TheNoize.jpg
- 10:01, 31 July 2025 Randombell talk contribs created page File:Mislabeled-poster.jpg
- 10:01, 31 July 2025 Randombell talk contribs uploaded File:Mislabeled-poster.jpg
- 10:00, 31 July 2025 Randombell talk contribs created page Template:Nbsp (Created page with "<span class="nowrap">{{#iferror:{{#expr:{{{1|1}}}}} |{{#switch:{{{1}}} |fig= |en= |em= |thin= |hair= | }} |{{#invoke:String|rep|{{#switch:{{{2}}} |fig= |en= |em= |thin= |hair= | }}|{{{1|1}}}}} }}</span><noinclude> {{documentation}} </noinclude>")
- 09:53, 31 July 2025 Randombell talk contribs created page Module:Pagetype/rfd (Created page with "-- This page contains a table of all RfD templates and their -- redirects. Templates names are capitalized, and the Template: prefix is -- removed. Templates are grouped with the main template first, followed by -- its redirects. return { -- Template forms (these should be substituted so we should rarely see these) ["Redirect for discussion"] = true, ["RFD"] = true, ["RfD"] = true, ["Rfd1"] = true, ["Rfd-t"] = true, ["Rfd"] = true, ["Rfd-NPF"] = true, ["...")
- 09:52, 31 July 2025 Randombell talk contribs created page Module:Pagetype/disambiguation (Created page with "-- This page contains a table of all disambiguation templates and their -- redirects. Templates names are capitalized, and the Template: prefix is -- removed. Templates are grouped with the main template first, followed by -- its redirects. return { ["Disambiguation"] = true, ["Begriffsklärung"] = true, ["DAB"] = true, ["Dab"] = true, ["Dab page"] = true, ["Dabpage"] = true, ["Dbig"] = true, ["Dis"] = true, ["Disam"] = true, ["Disamb"] = true, ["Disambig"] =...")
- 09:52, 31 July 2025 Randombell talk contribs created page Module:Delink (Created page with "-- This module de-links most wikitext. require("strict") local p = {} local getArgs local function delinkReversePipeTrick(s) if s:match("^%[%[|.*[|\n]") then -- Check for newlines or multiple pipes. return s end return s:match("%[%[|(.*)%]%]") end local function delinkPipeTrick(s) -- We need to deal with colons, brackets, and commas, per Help:Pipe trick. -- First, remove the text before the first colon, if any. if s:match(":") then s = s:match("%[%[.-...")
- 09:50, 31 July 2025 Randombell talk contribs created page Module:Navbox top and bottom (Created page with "-- This implements {{navbox top}} and {{navbox bottom}} local p = {} local function build_navbox(parentArgs, list) local args = {} for argName, value in pairs(parentArgs) do if value ~= '' then if type(argName) == 'string' then args[argName] = value end end end args['bodystyle'] = 'display:table;' .. (args['bodystyle'] or '') args['list1padding'] = '0' args['list1style'] = 'border-width:0;'...")
- 09:50, 31 July 2025 Randombell talk contribs created page Template:Navbox bottom (Created page with "<includeonly>{{#invoke:navbox top and bottom|bottom}}</includeonly><noinclude> {{documentation|Template:Navbox top/doc}}</noinclude>")
- 09:49, 31 July 2025 Randombell talk contribs created page Module:Cslist (Created page with "p = {} p.makelist = function(frame) local args = frame.args if not args[1] then args = frame:getParent().args if not args[1] then return end end local semi = args.semi if semi then semi = semi:lower() end local oxford = args.oxford if oxford then oxford = oxford:lower() end local embedded = args.embedded if embedded then embedded = embedded:lower() end local out = "" for k, v in ipairs(args) do v = mw.text.trim(v) if v ~= "" then out = out .. "...")
- 09:49, 31 July 2025 Randombell talk contribs created page Template:Cslist/styles.css (Created page with "{{pp-template}}: make an inline list with either comma or semicolon separators: ul.cslist, ul.sslist, ul.andlist, ul.andlistoxford { margin: 0; padding: 0; display: inline-block; list-style: none; } ul.cslist-embedded { display: inline; } .cslist li, .sslist li, .andlist li, .andlistoxford li { margin: 0; padding: 0 0.25em 0 0; display: inline-block; } .cslist li:after, .andlistoxford li:after { content: ", "; } .sslist li:a...")
- 09:49, 31 July 2025 Randombell talk contribs created page Template:Cslist (Created page with "<templatestyles src="Cslist/styles.css" />{{#invoke:Cslist |makelist}}<noinclude> {{documentation}}<!-- Please place categories and language links on the /doc page, not here! --> </noinclude>")
- 09:48, 31 July 2025 Randombell talk contribs created page Template:Navbox top (Created page with "<noinclude>{{pp-template|small=yes}}</noinclude><includeonly>{{#invoke:navbox top and bottom|top}}</includeonly><noinclude> {{documentation}} </noinclude>")
- 09:48, 31 July 2025 Randombell talk contribs created page Template:HTML lists (Created page with "{{navbox top |name= HTML lists |title=HTML lists |state=<includeonly>collapsed</includeonly> |above = More information — {{hlist|class=inline | Help:List | WP:List dos and don'ts | WP:Manual of Style/Embedded lists | {{section link|WP:Manual of Style/Accessibility#Lists}} | WP:WikiProject Lists }} }} {|style="width:100%" | style="vertical-align:top; width:32%" | {| class="wikitable" style="width:100%" |- ! Horizontal list |- | {{tlx|hlist |item1 |...")
- 09:48, 31 July 2025 Randombell talk contribs created page Template:Cat (Redirected page to Template:Category link) Tag: New redirect
- 09:48, 31 July 2025 Randombell talk contribs created page Template:R from move/except (Created page with "<noinclude>This is the exception page for {{tl|R from move}}. This page makes exceptions that include certain pages that should not inhabit either {{cat|Unsynchronized talk page redirects}} or {{cat|Redirects from moves}}. If necessary, new exceptions may be added with no need to edit the main template, {{tl|R from move}}. </noinclude>{{#switch: {{FULLPAGENAME}} |MediaWiki:Move-redirect-text= |Template:R from move/except= |#default=Category:Redirects from moves }}{...")
- 09:47, 31 July 2025 Randombell talk contribs created page Template:Navbox lists (Redirected page to Template:HTML lists) Tag: New redirect
- 09:47, 31 July 2025 Randombell talk contribs created page Template:Markup/styles.css (Created page with "{{pp-template|small=yes}}: div.template-markup-wrapper > :first-child { margin-top: 0; } div.template-markup-wrapper > :last-child { margin-bottom: 0; } .template-markup { margin:0; border:none; word-wrap:break-word; white-space:pre-wrap; } code.template-markup { padding:0; } pre.template-markup { padding:2px 0 0; }")
- 09:47, 31 July 2025 Randombell talk contribs created page Template:Item (Created page with "<includeonly>{{#invoke:Item|pack}}</includeonly><noinclude> {{doc}} </noinclude>")
- 09:46, 31 July 2025 Randombell talk contribs created page Template:Rcat shell (Redirected page to Template:Redirect category shell) Tag: New redirect
- 09:46, 31 July 2025 Randombell talk contribs created page Template:Doc (Redirected page to Template:Documentation) Tag: New redirect
- 09:46, 31 July 2025 Randombell talk contribs created page Template:Format item (Created page with "<includeonly>{{#invoke:Item|format}}</includeonly><noinclude> {{doc}} </noinclude>")
- 09:43, 31 July 2025 Randombell talk contribs created page Module:For loop (Created page with "-- This module implements {{for loop}}. local getArgs = require('Module:Arguments').getArgs local yesno = require('Module:Yesno') local p = {} function p.templatemain(frame) return p.main(frame:newChild{title = "Template:For_loop"}) end function p.main(frame) local args = getArgs(frame, { trim = false, removeBlanks = false }) return p._main(args) end function p._main(args) local template = args['call'] or 'void' local calltemplates = yesno(args.substall or...")
- 09:43, 31 July 2025 Randombell talk contribs created page Template:For loop (Created page with "{{<includeonly>safesubst:</includeonly>#invoke:For loop|main}}<noinclude> {{documentation}} <!-- Categories go on the /doc subpage, and interwikis go on Wikidata. --> </noinclude>")
- 09:43, 31 July 2025 Randombell talk contribs created page Template:!! (Created page with "||<noinclude> {{documentation}} </noinclude>")
- 09:42, 31 July 2025 Randombell talk contribs created page Module:Section link (Created page with "-- This module implements {{section link}}. require('strict'); local checkType = require('libraryUtil').checkType local p = {} local function makeSectionLink(page, section, display) display = display or section page = page or '' -- MediaWiki doesn't allow these in 'page', so only need to do for 'section' if type(section) == 'string' then section = string.gsub(section, "{", "{") section = string.gsub(section, "}", "}") end return string.format('[[%s...")
- 09:42, 31 July 2025 Randombell talk contribs created page Template:Section link (Created page with "{{SAFESUBST:<noinclude />#invoke:Section link|main}}<noinclude> {{documentation}} <!-- Categories go on the /doc subpage and interwikis go on Wikidata. --> </noinclude>")
- 09:42, 31 July 2025 Randombell talk contribs created page Template:Ordered list (Created page with "{{<includeonly>safesubst:</includeonly>#invoke:list|ordered}}<noinclude> {{documentation}} <!-- Categories go on the /doc subpage, and interwikis go on Wikidata. --> </noinclude>")
- 09:41, 31 July 2025 Randombell talk contribs created page Template:Bulleted list (Created page with "{{<includeonly>safesubst:</includeonly>#invoke:list|bulleted}}<noinclude> {{documentation}} <!-- Categories go on the /doc subpage, and interwikis go on Wikidata. --> </noinclude>")
- 09:41, 31 July 2025 Randombell talk contribs created page Template:Markup (Created page with "<includeonly>{| style="{{#if:{{{width|}}}|width:{{{width}}};}} margin-top:0;margin-left:{{{margin-left|{{{margin|0}}}}}}; border-width:medium; padding:0; {{{style|}}}" {{#if:{{{title|}}} |{{!}}+ '''{{{title}}}'''}} {{#if:{{{noheaders|}}}{{{notitle|}}} | |! scope="col" style="width:50%;{{{colheaderstyle|}}}{{{col1headerstyle|}}}"{{!}} {{{col1|{{{t1|Markup}}}}}} {{!!}}<!-- -->scope="col" style="width:50%;{{{colheaderstyle|}}}{{{col2headerstyle|}}}"{{!}} {{{col2|{{{t2...")
- 09:40, 31 July 2025 Randombell talk contribs created page Module:Format TemplateData (Created page with "local TemplateData = { suite = "TemplateData", serial = "2022-03-10", item = 46997995 } --[==[ improve template:TemplateData ]==] local Failsafe = TemplateData local Config = { -- multiple option names mapped into unique internal fields basicCnf = { catProblem = "strange", classMultiColumns = "selMultClm", classNoNumTOC = "suppressTOCnum", classT...")
- 09:39, 31 July 2025 Randombell talk contribs created page Module:Pagetype/setindex (Created page with "-- This page contains a table of all set index templates and their -- redirects. Templates names are capitalized, and the Template: prefix is -- removed. Templates are grouped with the main template first, followed by -- its redirects. return { ["Set index article"] = true, ["Sia"] = true, ["Set index"] = true, ["SIA"] = true, ["Set-index"] = true, ["Setindex"] = true, ["Set-index article"] = true, ["Animal common name"] = true, ["Chemistry index"] = true...")
- 09:38, 31 July 2025 Randombell talk contribs created page Module:Unstrip (Created page with "-- This module provides a frontend to the mw.text.unstrip, unstripNoWiki and killMarkers functions local p = {} function p.unstrip(frame) return mw.text.unstrip(frame.args[1]) end function p.unstripNoWiki(frame) return mw.text.unstripNoWiki(frame.args[1]) end function p.killMarkers(frame) return mw.text.killMarkers(frame.args[1]) end return p")
- 09:38, 31 July 2025 Randombell talk contribs created page Module:SDcat (Created page with "--SDcat Module to check whether local short description matches that on Wikidata -- local p = {} ------------------------------------------------------------------------------- --[[ setCat has the qid of a Wikidata entity passed as |qid= (it defaults to the associated qid of the current article if omitted) and the local short description passed as |sd= It returns a category if there is an associated Wikidata entity. It returns one of the following tracking categor...")
- 09:37, 31 July 2025 Randombell talk contribs created page Module:Pagetype/softredirect (Created page with "-- This page contains a table of all soft redirect templates and their -- redirects. Templates names are capitalized, and the Template: prefix is -- removed. Templates are grouped with the main template first, followed by -- its redirects. return { ["R from category navigation"] = true, ["Redirect from category navigation"] = true, ["Category redirect"] = true, ["Cat move"] = true, ["Cat red"] = true, ["Cat redir"] = true, ["Cat redirect"] = true, ["Category mo...")
- 09:31, 31 July 2025 Randombell talk contribs created page Template:SDcat (Created page with "<includeonly>{{#invoke:SDcat |setCat}}</includeonly><noinclude> {{documentation}} </noinclude>")
- 09:31, 31 July 2025 Randombell talk contribs created page Module:Wikitext Parsing (Created page with "require("strict") --Helper functions local function startswith(text, subtext) return string.sub(text, 1, #subtext) == subtext end local function endswith(text, subtext) return string.sub(text, -#subtext, -1) == subtext end local function allcases(s) return s:gsub("%a", function(c) return "["..c:upper()..c:lower().."]" end) end local trimcache = {} local whitespace = {[" "]=1, ["\n"]=1, ["\t"]=1, ["\r"]=1} local function cheaptrim(str) --mw.text.trim is surprising...")