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).
- 12:04, 19 August 2025 Randombell talk contribs created page Template:Legend inline (Created page with "<includeonly><!-- --><templatestyles src="Legend/styles.css" /><!-- --><span class="legend nowrap"><!-- --><span class="legend-color mw-no-invert" style="forced-color-adjust: none; <!-- -->{{#if:{{{border|}}}|border: {{{border}}};|{{#if:{{{outline|}}}|border: 1px solid {{{outline}}};}}}}<!-- -->{{#if:{{{1|}}}|{{greater color contrast ratio|{{{1}}}|white|black|css=y}}}}<!-- -->{{#if:{{{textcolor|}}}|color:{{{textcolor}}};}}<!-- -->{{#if:{{{size|}}}|font-size:{{{size}}};...")
- 12:04, 19 August 2025 Randombell talk contribs created page Template:Greater color contrast ratio/doc (Created page with "{{Documentation subpage}} <!-- Please place categories where indicated at the bottom of this page and interwikis at Wikidata (see Wikipedia:Wikidata) --> {{Lua|Module:Color contrast}} This template determines the pair of colors with the larger contrast ratio: color1/color2 or color1/color3. This is useful for selecting a foreground/background color pair. For accessibility, [http://www.w3.org/TR/WCAG20/#visual-audio-contrast WCAG 2.0 AA guidelines] require a contras...")
- 12:04, 19 August 2025 Randombell talk contribs created page Template:Greater color contrast ratio (Created page with "<includeonly>{{safesubst:#invoke:Color contrast|greatercontrast}}</includeonly><noinclude> {{documentation}} </noinclude>")
- 12:03, 19 August 2025 Randombell talk contribs created page Module:Infobox television season name/doc (Created page with "{{Lua|Module:Arguments|Module:Country adjective|Module:Delink|Module:String|noprotcat=yes}} '''Module:Infobox television season name''' is used to validate or create a formatted season link for use in Template:Infobox television season. == Usage == * {{Mlx|{{BASEPAGENAME}}|isPrevOrNextSeasonLinkValid}} * {{Mlx|{{BASEPAGENAME}}|isPrevSeasonLinkValid}} * {{Mlx|{{BASEPAGENAME}}|isNextSeasonLinkValid}} * {{Mlx|{{BASEPAGENAME}}|getPrevSeasonArticle}} * {{Mlx|{{BASEPAGEN...")
- 12:03, 19 August 2025 Randombell talk contribs created page Module:Infobox television season name (Created page with "require('strict') local match = require("Module:String")._match local p = {} --- Returns a formatted link to the list of episodes article. --- @param listOfEpisodesArticle string --- @return string local function getListOfEpisodesLink(listOfEpisodesArticle) local listOfEpisodesPage = mw.title.new(listOfEpisodesArticle, 0) if listOfEpisodesPage and listOfEpisodesPage.exists and listOfEpisodesPage.redirectTarget ~= mw.title.getCurrentTitle() then return string.format...")
- 12:03, 19 August 2025 Randombell talk contribs created page Template:Infobox television season (Created page with "<includeonly>{{Main other|{{Short description|Season of television series|2=noreplace}}}}<!-- -->{{#invoke:Infobox television season name|getItalicTitle}}</includeonly> {{Infobox | bodyclass = vevent | aboveclass = summary | abovestyle = background-color: {{If empty |{{{bg_colour|}}} |{{{bg_color|}}} |{{{bgcolour|}}} |{{{bgcolor|}}} |#CCCCFF }}; color: {{Greater color contrast ratio|{{If empty |{{{bg_colour|}}} |{{{bg_color|}}} |{{{bgcolour|}}} |{{{bgcolor|...")
- 12:02, 19 August 2025 Randombell talk contribs created page Module:Infobox television season disambiguation check/doc (Created page with "{{Lua|Module:Arguments|Module:Television infoboxes disambiguation check|Module:Infobox television disambiguation check}} '''Module:Infobox television season disambiguation check''' is used to validate the disambiguation of a page using {{tl|Infobox television season}}. == What it does == The module preforms two checks: # It checks by a series of validations if one of the accepted WP:NCTV disambiguation styles appears in the parenthesis. If it is incorrect, it plac...")
- 12:02, 19 August 2025 Randombell talk contribs created page Module:Infobox television season disambiguation check (Created page with "-- This module requires the use of the following modules. local getArgs = require('Module:Arguments').getArgs local validateDisambiguation = require('Module:Television infoboxes disambiguation check') local p = {} local validDisambiguationTypeList = { "TV series, season", "TV series, series", "season", "series" } local validDisambiguationPatternList = { validateDisambiguation.DisambiguationPattern{pattern = "^(%d+) ([%D]+) TV series, season (%d+)$", type = 8}, --...")
- 12:01, 19 August 2025 Randombell talk contribs created page Module:Infobox television disambiguation check/doc (Created page with "{{Lua|Module:Arguments|Module:Television infoboxes disambiguation check}} '''Module:Infobox television disambiguation check''' is used to validate the disambiguation of a page using {{tl|Infobox television}}. == What it does == The module preforms two checks: # It checks by a series of validations if one of the accepted WP:NCTV disambiguation styles appears in the parenthesis. If it is incorrect, it places the page in :Category:Television articles with incorrect...")
- 12:01, 19 August 2025 Randombell talk contribs created page Module:Infobox television disambiguation check (Created page with "-- This module requires the use of the following modules. local getArgs = require('Module:Arguments').getArgs local validateDisambiguation = require('Module:Television infoboxes disambiguation check') local p = {} local validDisambiguationTypeList = { "TV series", "TV programme", "TV program", "TV film", "film", "miniseries", "serial", "game show", "talk show", "web series" } local validDisambiguationPatternList = { validateDisambiguation.DisambiguationPat...")
- 12:00, 19 August 2025 Randombell talk contribs created page Module:If preview/styles.css (Created page with "{{pp|small=yes}}: .preview-warning { font-style: italic; @noflip: padding-left: 1.6em; margin-bottom: 0.5em; color: var(--color-error, red); } The templatestyles element inserts a link element before hatnotes. * TODO: Remove link if/when WMF resolves T200206: .preview-warning + link + .preview-warning { margin-top: -0.5em; }")
- 12:00, 19 August 2025 Randombell talk contribs created page Template:If both/doc (Created page with "{{Documentation subpage}} <!-- Please place categories where indicated at the bottom of this page and interwikis at Wikidata (see Wikipedia:Wikidata) --> __NOTOC__ This helper template is designed to be used in other templates. It can help editors create template code that is self documenting. === Usage === If '''a''' and '''b''' then true. If '''a''' nor '''b''' then false. If either '''a''' or '''b''' then false. It can be u...")
- 11:59, 19 August 2025 Randombell talk contribs created page Template:If both (Created page with "{{safesubst:<noinclude/>#if:{{{1|}}}| {{safesubst:<noinclude/>#if:{{{2|}}}|{{{3|}}}|{{{4|}}}}} |{{{4|}}} }}<noinclude> {{Documentation}} <!-- PLEASE ADD CATEGORIES TO THE /doc SUBPAGE, THANKS --> </noinclude>")
- 11:58, 19 August 2025 Randombell talk contribs created page Module:Params/doc (Created page with "<!-- Add categories where indicated at the bottom of this page and interwikis at Wikidata --> {{Module rating|release}} {{Side box | image = 48px|alt=|link= | above = '''About the latest changes''' | text = See the '''ChangeLog''' | below = <small>Last update: {{#time:j xg Y|{{REVISIONTIMESTAMP:Module:Params}}}}</small><br /><small>Testcases ยท Module:Params/doc/examples|Exam...")
- 11:57, 19 August 2025 Randombell talk contribs created page Module:Params (Created page with "requirestrict --- --- --- LOCAL ENVIRONMENT --- --- ________________________________ --- --- --- --Abstract utilities -- ---------------------------- -- Helper function for `string.gsub()` (for managing zero-padded numbers) local function zero_padded (str) return ('%03d%s'):format(#str, str) end -- Helper function for `table.sort()` (for natur...")
- 11:56, 19 August 2025 Randombell talk contribs created page Template:Template journal inline/styles.css (Created page with "{{pp-template}}: span.tj-tape { padding: 1px 4px; font-family: monospace; font-size: 1rem; line-height: 1.6; white-space: pre-wrap; word-wrap: break-word; background-color: var(--background-color-neutral-subtle, #f8f8f8); color: var(--color-emphasized, #101418); border: 1px solid var(--border-color-muted, #eaecf0); line-height: 1.3; tab-size: 4; vertical-align: baseline; border-radius: 2px; margin: 0; } span.tj-tape span.tj-tn, span.tj-tape span.tj-tn...")
- 11:55, 19 August 2025 Randombell talk contribs created page Template:Template journal inline (Created page with "<includeonly>{{#if:{{{1|}}} |<templatestyles src="Template:Template journal inline/styles.css" /><span class="tj-tape"><span class="tj-nc">{{</span><span class="tj-tn">[[Template:{{#if:x|{{{1}}}}}|{{#if:x|{{{1}}}}}]]</span>{{#invoke:params|sequential|cutting|1|0|squeezing|trimming_values|setting|hi|<wbr /><span class{{=}}"tj-nc">|</span>|mapping_by_replacing|^[^:]+$|<span class{{=}}"tj-ac">%0</span>|1|mapping_by_replacing|^([^:].-)%s*:%s*(.*)$|<span class...")
- 11:55, 19 August 2025 Randombell talk contribs created page Template:Tji (Redirected page to Template:Template journal inline) Tag: New redirect
- 11:54, 19 August 2025 Randombell talk contribs created page Template:Template link null (Created page with "<includeonly>{{#Invoke:Template link general|main|nolink=yes|code=yes}}</includeonly><noinclude> {{Documentation|1=Template:Tlg/doc |content = {{tlg/doc|tnull}} }} <!-- Add categories to the /doc subpage, not here! --> </noinclude>")
- 11:54, 19 August 2025 Randombell talk contribs created page Template:Tnull (Redirected page to Template:Template link null) Tag: New redirect
- 11:53, 19 August 2025 Randombell talk contribs created page Template:Tlnull (Created page with "<includeonly>{{#Invoke:Template link general|main|nolink=yes|code=yes}}</includeonly><noinclude> {{Documentation|1=Template:Tlg/doc |content = {{tlg/doc|tnull}} }} <!-- Add categories to the /doc subpage, not here! --> </noinclude>")
- 11:52, 19 August 2025 Randombell talk contribs created page Module:Aligned table (Created page with "-- This module implements {{aligned table}} local p = {} local function isnotempty(s) return s and s:match( '^%s*(.-)%s*$' ) ~= '' end function p.table(frame) local args = (frame.args[3] ~= nil) and frame.args or frame:getParent().args local entries = {} local colclass = {} local colstyle = {} local cols = tonumber(args['cols']) or 2 -- create the root table local root = mw.html.create('table') -- add table style for fullwidth if isnotempty(args['fullwidth'...")
- 11:52, 19 August 2025 Randombell talk contribs created page Template:Aligned table (Created page with "{{<includeonly>safesubst:</includeonly>#invoke:aligned table|table}}<noinclude> {{documentation}} <!-- Add categories to the /doc subpage, interwikis to Wikidata, not here --> </noinclude>")
- 11:49, 19 August 2025 Randombell talk contribs created page Template:Template link general/doc (Created page with "{{Documentation subpage}} <!--Categories where indicated at the bottom of this page, please; interwikis at Wikidata (see Wikipedia:Wikidata)--> {{tsh|{{{1|tlg}}}|{{{2|}}}}} {{lua|Module:Template link general}} This template, often abbreviated as {{tlnull|{{#switch:{{lc:{{ROOTPAGENAME}}}} | tlg | template link general = tlg | tlb | template link with bold = tlb | tlc | template link code = tlc | tlw ||template link with linked braces = tlw | tlf | template link with...")
- 11:48, 19 August 2025 Randombell talk contribs created page Template:Tlg/doc (Redirected page to Template:Template link general/doc) Tag: New redirect
- 11:48, 19 August 2025 Randombell talk contribs created page Template:Template link expanded with subst (Created page with "{{#Invoke:Template link general|main|code=on|subst=on}}<noinclude> {{Documentation|1=Template:Tlg/doc |content = {{tlg/doc|tlxs}} }} <!-- Add categories to the /doc subpage, not here! --> </noinclude>")
- 11:47, 19 August 2025 Randombell talk contribs created page Template:Slink (Redirected page to Template:Section link) Tag: New redirect
- 11:47, 19 August 2025 Randombell talk contribs created page Module:Page/doc (Created page with "{{used in system}} {{Module rating|release}} {{Lua|Module:CallAssert|Module:Protect}} This module is meant to allow the goodies listed in {{slink|mw:Extension:Scribunto/Lua reference manual#Title objects}} to be accessed by people who do not want to write a Lua module. Usage is: <code><nowiki>{{#invoke:Page|</nowiki>'''function'''|''parameters''<nowiki>}}</nowiki></code> == Functions== In the usage above, '''function''' is one of the following fields or functions for t...")
- 11:46, 19 August 2025 Randombell talk contribs created page Module:Page (Created page with "local callAssert = require('Module:CallAssert') local function main(frame, field) local args, pargs = frame.args, ( frame:getParent() or {} ).args or {} local makeTitle=args.makeTitle or pargs.makeTitle local namespace=args.namespace or pargs.namespace or "" local fragment=args.fragment or pargs.fragment or "" local interwiki=args.interwiki or pargs.interwiki or "" local page=args.page or args[1] or pargs.page or pargs[1] or "" local id= tonumber( args.id or parg...")
- 11:46, 19 August 2025 Randombell talk contribs created page Template:Tlxs (Redirected page to Template:Template link expanded with subst) Tag: New redirect
- 11:46, 19 August 2025 Randombell talk contribs created page Template:Str endswith (Created page with "{{#ifeq:{{{1|a}}}{{{2|a}}}|{{{1|b}}}{{{2|b}}}|{{#invoke:String|endswith|source={{{1}}}|pattern={{{2}}} }}|yes<!--backward compatibility -->}}<noinclude> {{documentation}} </noinclude>")
- 11:45, 19 August 2025 Randombell talk contribs created page Template:Template link bare (Created page with "{{#if:{{str endswith|{{{1}}}|%}} <!--(i.e. if {{{1}}} is a percentage)--> | [[Template:{{{2}}}|<span style="font-size:{{{1}}};">{{{3|{{{2}}}}}}</span>]] | [[Template:{{{1}}}|{{{2|{{{1}}}}}}]] }}<noinclude> {{Documentation}} </noinclude>")
- 11:45, 19 August 2025 Randombell talk contribs created page Template:Tlbare (Redirected page to Template:Template link bare) Tag: New redirect
- 11:44, 19 August 2025 Randombell talk contribs created page Template:Namespace and pagename-detecting templates (Created page with "{{Navbox | name = Namespace and pagename-detecting templates | state = {{{state|{{{1|<noinclude>expanded</noinclude>}}}}}} | bodyclass=hlist | title = Namespace and pagename-detecting templates | group1 = Namespace | list1 = {{Navbox |child |groupstyle=font-weight:normal; | group1 = Particular | list1 = * {{tlbare|Main other}} * {{tlbare|Talk other}} * {{tlbare|Category other}} * {{tlbare|Draft other}} * {{tlbare|File other}} ** {{tlbare|...")
- 11:44, 19 August 2025 Randombell talk contribs created page Module:Navbox with collapsible groups (Created page with "-- This module implements {{Navbox with collapsible groups}} local Navbox = require('Module:Navbox') return { _navbox = function (frame) return Navbox._withCollapsibleGroups(frame) end, navbox = function (frame) return Navbox['with collapsible groups'](frame) end }")
- 11:43, 19 August 2025 Randombell talk contribs created page Template:String-handling templates (Created page with "{{#invoke:Navbox with collapsible groups|navbox | name = String-handling templates | state = {{{state|expanded}}} | bodyclass = plainlist | title = String-handling templates (help page) | selected = {{{selected|{{{expanded|{{{1|}}}}}}}}} <!---------------------- Trimming -------------------------> | abbr1 = sub | sect1 = Substring (select chunk of string by its position) | content1 = {{Aligned table |fullwidth=on |style=text-align: left; |...")
- 11:42, 19 August 2025 Randombell talk contribs uploaded a new version of File:Cascade-protection-shackle.svg
- 11:40, 19 August 2025 Randombell talk contribs created page File:Cascade-protection-shackle.svg
- 11:40, 19 August 2025 Randombell talk contribs uploaded File:Cascade-protection-shackle.svg
- 11:38, 19 August 2025 Randombell talk contribs created page Template:Cascade-protected template (Created page with "{{mbox | type = protection | image = 40x40px|link=|alt= | text = This {{{page|template}}} can only be edited by administrators because it is transcluded onto one or more cascade-protected pages. }}<noinclude> {{documentation}} <!-- Add categories to the /doc subpage and interwikis in Wikidata, not here! --> </noinclude>")
- 11:38, 19 August 2025 Randombell talk contribs created page Template:Talk other/doc (Created page with "{{Documentation subpage}} {{cascade-protected template}} <!--Categories where indicated at the bottom of this page, please; interwikis at Wikidata (see Wikipedia:Wikidata)--> This is the {{tl|talk other}} meta-template. This template helps other templates detect if they are on a talk page or some "other" type of page. == Usage == This template usually takes two parameters, like this: <syntaxhighlight lang="wikitext"> {{talk other | Talk pages text | Other pages t...")
- 11:36, 19 August 2025 Randombell talk contribs created page Template:Talk other (Created page with "{{#switch: <!--If no or empty "demospace" parameter then detect namespace--> {{#if:{{{demospace|}}} | {{lc: {{{demospace}}} }} <!--Use lower case "demospace"--> | {{#ifeq:{{NAMESPACE}}|{{TALKSPACE}} | talk | other }} }} | talk = {{{1|}}} | other | #default = {{{2|}}} }}<!--End switch--><noinclude> {{documentation}} </noinclude>")
- 11:36, 19 August 2025 Randombell talk contribs created page Template:Trim/doc (Created page with "{{Documentation subpage}} {{notice|This template is for trimming whitespace from strings. For the maintenance tag for images, see {{tl|trimming}}}} <!-- PLEASE ADD CATEGORIES AND INTERWIKIS AT THE BOTTOM OF THIS PAGE --> This template trims leading and trailing (but not interior) whitespace from a string. The string should be passed as the first unnamed parameter. The parameter must be named {{para|1}} if its value contains a <code>=</code> character. You may WP:SUBS...")
- 11:35, 19 August 2025 Randombell talk contribs created page Template:Trim (Created page with "<includeonly>{{safesubst:#if:1|{{{1|}}}}}</includeonly><noinclude> {{Documentation}} </noinclude>")
- 11:34, 19 August 2025 Randombell talk contribs created page Template:Infobox television/Short description/doc (Created page with "{{Documentation subpage}} This template is used for generating a short description for {{t|Infobox television}}. It uses that template's {{para|released}} or {{para|first_aired}}, and {{para|country}} parameters to generate the short description. The short description will generate as: <code><{{var|year}}> <{{var|country}}> TV series or program/me</code>. If a project has multiple entries for {{para|country}}, the short description will generate as: <code><{{var|year}}...")
- 11:34, 19 August 2025 Randombell talk contribs created page Template:Infobox television/Short description (Created page with "{{main other| {{#if:{{Has short description}} |<!--Do nothing--> |{{#if:{{#invoke:Is infobox in lead|main|[Ii]nfobox [Tt]e?l?e?[Vv]}} |{{trim|1={{short description|2=noreplace|{{if both|{{If empty|{{{released|}}}{{{first_aired|}}}}}|{{#invoke:String|match|{{If empty|{{{released|}}}{{{first_aired|}}}}}|[12]%d%d%d|match=1|nomatch=}}|{{#invoke:String|match|{{If empty|{{{released|}}}{{{first_aired|}}}}}|[12]%d%d%d|match=1|nomatch=}}}} {{#if:{{{country|}}}|{{Pluralize from te...")
- 11:33, 19 August 2025 Randombell talk contribs created page Module:If preview/configuration/doc (Created page with "This module does the actual work for determining if the page is in preview mode. It is a separate module so <code>mw.loadData</code> can only run it once per page, rather than once per use.")
- 11:32, 19 August 2025 Randombell talk contribs created page Module:If preview/configuration (Created page with "--We perform the actual check for whether this is a preview here since preprocessing is relatively expensive. local frame = mw.getCurrentFrame() local function is_preview() local revision_id = frame:preprocess('{{REVISIONID}}') -- {{REVISIONID}} is usually the empty string when previewed. -- I don't know why we're checking for nil but hey, maybe someday things -- would have broken return revision_id == nil or revision_id == '' end local function templatestyl...")
- 11:15, 19 August 2025 Randombell talk contribs created page Module:Television episode short description/doc (Created page with "{{Lua|Module:Arguments|Module:Ordinal|Module:Sort title}} '''Module:Television episode short description''' extracts data from a television episode article's Template:Infobox television episode and creates a relevant short description based on the data available. This module implements the {{tl|Television episode short description}} template. == Usage == * {{Mlx|{{BASEPAGENAME}}|getShortDescription}} == Parameter list == <section begin=Pa...")
- 11:15, 19 August 2025 Randombell talk contribs created page Module:Television episode short description (Created page with "--- @module local television = {} -- Unique suffix list. local uniqueSuffix = { [1] = "st", [2] = "nd", [3] = "rd", } -- Common suffix. local commonSuffix = "th" -- Test validation. local test = false local descriptions = { no_series = { type = 1, text = "Television episode", category = "%s", }, only_series_name = { type = 2, text = "Episode of %s", category = "[[Cat...")