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).
- 11:06, 19 August 2025 Randombell talk contribs created page Module:Infobox/dates (Created page with "local getArgs = require('Module:Arguments').getArgs local default_error_category = "Category:Pages using infobox television with nonstandard dates" local p = {} function p.start_end_date_template_validation(frame) local args = getArgs(frame) local error_category = args.error_category or default_error_category local start_date = args.first_aired or args.released or args.airdate or args.release_date or args.airdate_overall if start_date then if not start_date...")
- 11:05, 19 August 2025 Randombell talk contribs created page Module:About (Created page with "local mArguments --initialize lazily local mHatnote = require('Module:Hatnote') local mHatList = require('Module:Hatnote list') local libraryUtil = require('libraryUtil') local checkType = libraryUtil.checkType local p = {} function p.about (frame) -- A passthrough that gets args from the frame and all mArguments = require('Module:Arguments') args = mArguments.getArgs(frame) return p._about(args) end function p._about (args, options) -- Produces "about" hatnote....")
- 11:05, 19 August 2025 Randombell talk contribs created page Template:About (Created page with "{{#invoke:about|about}}<noinclude> {{Documentation}} </noinclude>")
- 11:05, 19 August 2025 Randombell talk contribs created page Template:This (Redirected page to Template:About) Tag: New redirect
- 11:04, 19 August 2025 Randombell talk contribs created page Template:R from alternative name (Created page with "<noinclude>{{This is a redirect/rcat}} </noinclude>{{Redirect template |id=R from alternative name |name=From an alternative name |from=a title that is another name or identity such as an alter ego, a nickname, or a synonym of the target, or of a name associated with the target{{#if:{{{1|{{{of|}}}}}}| (in this case, the more common name is: ''{{{1|{{{of}}}}}}'')}} |info=** This redirect leads to the title in accordance with the naming conventions for WP:com...")
- 11:04, 19 August 2025 Randombell talk contribs created page Template:Theme song (Redirected page to Template:Based on) Tag: New redirect
- 11:03, 19 August 2025 Randombell talk contribs created page Template:PAGENAMETDOC (Created page with "{{#ifeq:{{#invoke:String|find|{{FULLPAGENAME}}|/sandbox%d*$|plain=false}}|0|{{{{#if:{{{1|}}}||FULL}}BASEPAGENAME}}|{{{{#if:{{{1|}}}||FULL}}PAGENAME}}}}<noinclude> {{Documentation|content= This template returns the current {{Tlx|FULLBASEPAGENAME}}, unless the title ends in <code>/sandbox</code> plus any number of digits, in which case it returns the {{tlx|FULLPAGENAME}}. It is primarily meant for demonstrating the sandbox version of templates in their documentation. This...")
- 11:03, 19 August 2025 Randombell talk contribs created page Module:Ns has subpages/doc (Created page with "{{used in system}} {{Module rating|protected}} {{cascade-protected template|page=module}} This module finds whether a given namespace can have subpages. == Usage == === From wikitext === From wikitext this module must be used via the {{tl|ns has subpages}} template. Please see the template page for documentation. === From Lua === Usually Lua modules should use <code>mw.site.namespaces[''namespace''].hasSubpages</code> rather than this module. But if you ha...")
- 11:02, 19 August 2025 Randombell talk contribs created page Module:Ns has subpages (Created page with "-- This module implements Template:Ns has subpages. -- While the template is fairly simple, this information is made available to -- Lua directly, so using a module means that we don't have to update the -- template as new namespaces are added. local p = {} function p._main(ns, frame) -- Get the current namespace if we were not passed one. if not ns then ns = mw.title.getCurrentTitle().namespace end -- Look up the namespace table from mw.site.namespaces. Thi...")
- 11:02, 19 August 2025 Randombell talk contribs created page Template:Ns has subpages (Created page with "{{<includeonly>safesubst:</includeonly>#invoke:Ns has subpages|main}}<noinclude> {{documentation}} <!-- Categories go on the /doc subpage and interwikis go on Wikidata. --> </noinclude>")
- 11:02, 19 August 2025 Randombell talk contribs created page Template:FULLBASEPAGENAME (Created page with "{{#if: {{Ns has subpages | {{#if:{{{1|}}}|{{NAMESPACE:{{{1}}}}}|{{NAMESPACE}}}} }} | {{#if: {{#titleparts:{{#if:{{{1|}}}|{{{1}}}|{{FULLPAGENAME}}}}|-1}} | {{#titleparts:{{#if:{{{1|}}}|{{{1}}}|{{FULLPAGENAME}}}}|-1}} | {{#if:{{{1|}}}|{{{1}}}|{{FULLPAGENAME}}}} }} | {{#if:{{{1|}}}|{{{1}}}|{{FULLPAGENAME}}}} }}<noinclude> {{documentation}} </noinclude>")
- 11:01, 19 August 2025 Randombell talk contribs created page Module:If preview/doc (Created page with "{{Module rating|protected}} {{High-use}} {{Lua|Module:Arguments|Module:If preview/configuration|Module:Yesno}} {{Uses TemplateStyles|Module:If preview/styles.css}} This module implements {{Tl|If preview}} and {{Tl|Preview warning}}. It helps templates/modules determine if they are being previewed. Prefer implementing the template versions in other templates. In a module to use the <code>main()</code>, you need to pass a frame table with an args table. For the preview...")
- 11:01, 19 August 2025 Randombell talk contribs created page Module:If preview (Created page with "local p = {} local getArgs = require("Module:Arguments").getArgs local yn = require("Module:Yesno") local cfg = mw.loadData('Module:If preview/configuration') --main This function returns either the first argument or second argument passed to this module, depending on whether the page is being previewed. function p.main(frame) local args = getArgs(frame) if cfg.preview then return args[1] or '' else return args[2] or '' end end --[[ pmain This function...")
- 11:00, 19 August 2025 Randombell talk contribs created page Template:If preview (Created page with "<onlyinclude>{{safesubst:<noinclude/>#invoke:If preview|pmain}}</onlyinclude><!-- -->{{documentation}}")
- 10:58, 19 August 2025 Randombell talk contribs created page Template:Infobox television/doc (Created page with "{{This|television programs|the infobox for specific models of televisions|Template:Infobox product}} {{Documentation subpage}} {{Auto italic title|italic_title|short=yes}} {{Auto short description}} {{Template shortcut|Infobox TV}} {{Lua|Module:Check for unknown parameters|Module:Infobox/dates|Module:InfoboxImage|Module:Infobox television|Module:Infobox television disambiguation check|Module:String}} {{Uses TemplateStyles|Template:Infobox television/styles.css}} '''Info...")
- 14:47, 18 August 2025 Randombell talk contribs created page File:11-FoolishCreeper.jpg
- 14:47, 18 August 2025 Randombell talk contribs uploaded File:11-FoolishCreeper.jpg
- 14:44, 18 August 2025 Randombell talk contribs created page File:10-Inside Out II.jpg
- 14:44, 18 August 2025 Randombell talk contribs uploaded File:10-Inside Out II.jpg
- 14:42, 18 August 2025 Randombell talk contribs created page File:9-Revamp.jpg
- 14:42, 18 August 2025 Randombell talk contribs uploaded File:9-Revamp.jpg
- 14:37, 18 August 2025 Randombell talk contribs created page File:8-CoverMe.jpg
- 14:37, 18 August 2025 Randombell talk contribs uploaded File:8-CoverMe.jpg
- 14:36, 18 August 2025 Randombell talk contribs created page File:7-BreakItOff.jpg
- 14:36, 18 August 2025 Randombell talk contribs uploaded File:7-BreakItOff.jpg
- 14:33, 18 August 2025 Randombell talk contribs created page File:6-Fresh-Faces.jpg
- 14:33, 18 August 2025 Randombell talk contribs uploaded File:6-Fresh-Faces.jpg
- 14:30, 18 August 2025 Randombell talk contribs created page File:5-Look Again.jpg
- 14:30, 18 August 2025 Randombell talk contribs uploaded File:5-Look Again.jpg
- 14:29, 18 August 2025 Randombell talk contribs created page File:4-Backwards-From-the-Front (alt cover) sm.jpg
- 14:29, 18 August 2025 Randombell talk contribs uploaded File:4-Backwards-From-the-Front (alt cover) sm.jpg
- 14:29, 18 August 2025 Randombell talk contribs created page File:FoolishCreeper-Albums-4-Backwards-From-the-Front.jpg
- 14:29, 18 August 2025 Randombell talk contribs uploaded File:FoolishCreeper-Albums-4-Backwards-From-the-Front.jpg
- 13:53, 18 August 2025 Randombell talk contribs created page File:3-Inside-Out.jpg
- 13:53, 18 August 2025 Randombell talk contribs uploaded File:3-Inside-Out.jpg
- 13:51, 18 August 2025 Randombell talk contribs created page File:2-Tasteful-Tastless-Back(sm).jpg
- 13:51, 18 August 2025 Randombell talk contribs uploaded File:2-Tasteful-Tastless-Back(sm).jpg
- 13:51, 18 August 2025 Randombell talk contribs created page File:FoolishCreeper-Albums-2-Tasteful-Tastless.png
- 13:51, 18 August 2025 Randombell talk contribs uploaded File:FoolishCreeper-Albums-2-Tasteful-Tastless.png
- 13:51, 18 August 2025 Randombell talk contribs created page File:12-Battler-Again.jpg
- 13:51, 18 August 2025 Randombell talk contribs uploaded File:12-Battler-Again.jpg
- 13:49, 18 August 2025 Randombell talk contribs created page Module:Unicode data/scripts (Created page with "--[=[ -- Official Unicode script values for individual codepoints and ranges of -- codepoints. -- https://www.unicode.org/Public/UNIDATA/Scripts.txt provided -- the script names, and https://www.unicode.org/Public/UNIDATA/PropertyValueAliases.txt -- provided script codes corresponding to the names (see Script (Unicode)). --]=] local data = { singles = { [0x000AA] = "Latn", [0x000BA] = "Latn", [0x000D7] = "Zyyy", [0x000F7] = "Zyyy", [0x00374] = "Zyyy",...")
- 13:48, 18 August 2025 Randombell talk contribs created page Template:Strongbad (Created page with "{{main other|{{FormattingError|Template:Strongbad is only for use in template documentation, guidelines, and other Wikipedia-internal purposes. Do not use it in actual articles.}}|{{strong|1={{{1}}}|style=color: red; {{{style|}}} |role={{{role|}}} |class={{{class|}}} |id={{{id|}}} |title={{{title|}}} }}}}<noinclude> {{documentation}} <!-- Add cats and interwikis to the /doc subpage, not here! --> </noinclude>")
- 13:46, 18 August 2025 Randombell talk contribs created page Module:Lang/data/is latn data (Created page with "--[[--------------------------< S I N G L E S _ T >----------------------------------------------------------- list of Latn and Zyyy (common) codepoints that are not included in <ranges_t> taken from Module:Unicode data/scripts and a local copy of https://www.unicode.org/Public/16.0.0/ucd/ScriptExtensions.txt ]] local singles_t = { [170] = true, -- 00AA [186] = true, -- 00BA [215] = true, -- 00D7 [247] = true,...")
- 13:42, 18 August 2025 Randombell talk contribs created page Module:Lang/configuration (Created page with "--[[--------------------------< T E M P L A T E S _ T >-------------------------------------------------------- ]] local templates_t = { lang = 'Lang', langx = 'Langx', langxx = 'Lang-xx', transliteration = 'Transliteration', } --[[--------------------------< K N O W N _ P A R A M S >------------------------------------------------------ lists of all parameters known to {{lang}}, {{langx}}, {{lang-xx}} templates. Exception: |fn= is known to {{lang}} but is not...")
- 13:19, 18 August 2025 Randombell talk contribs created page Template:TOC limit/styles.css (Created page with "{{pp-template}} Allow limiting of which header levels are shown in a TOC; <div class="toclimit-3">, for instance, will limit to showing ==headings== and ===headings=== but no further (as long as there are no =headings= on the page, which there shouldn't be according to the MoS).: .toclimit-2 .toclevel-1 ul, .toclimit-3 .toclevel-2 ul, .toclimit-4 .toclevel-3 ul, .toclimit-5 .toclevel-4 ul, .toclimit-6 .toclevel-5 ul, .toclimit-7 .toclevel-6 ul { dis...")
- 13:19, 18 August 2025 Randombell talk contribs created page Template:TOC limit/doc (Created page with "{{Documentation subpage}} {{Uses TemplateStyles|Template:TOC limit/styles.css}} <!-- Categories go where indicated at the bottom of this page, please; interwikis go to Wikidata (see also: Wikipedia:Wikidata). --> {{High-use }} {{Template display|vector2022}} This template inserts a Table of Contents that omits subheadings beyond a certain depth. The table obeys the same layout rules as the <nowiki>__TOC__</nowiki> magic word. Omitted sections still have...")
- 13:18, 18 August 2025 Randombell talk contribs created page Template:TOC limit (Created page with "<templatestyles src="Template:TOC limit/styles.css" /><div class="toclimit-{{{1|{{{limit|3}}}}}}">__TOC__</div><noinclude> {{documentation}} </noinclude>")
- 13:18, 18 August 2025 Randombell talk contribs created page User:JPxG/TrackSum.js (Created page with "// <nowiki> // TrackSum v1.0 // If you are editing a page, this script gives you a button to click and automatically sum up all the track lengths in Template:Tracklist to provide a total length. // Keep in mind that officially-released runtimes should be used if available. Some albums are longer or shorter than the sum of all track lengths. // NOTE: This won't work if you have hh:mm:ss track lengths. I don't know if this ever happens, but if it does, they need to be...")
- 13:17, 18 August 2025 Randombell talk contribs created page Template:Track listing total length/doc (Created page with "{{Documentation subpage}} {{Template shortcut|tltl}} <!-- Please place categories where indicated at the bottom of this page and interwikis at Wikidata (see Wikipedia:Wikidata) --> {{TOC limit|3}} == Usage == The purpose of the '''{{tl|Track listing total length}}''' template is to calculate the total length of the track lengths passed as parameters, when passed in standarized format (i.e. MM:SS). The template does not input or output the inclusion of hours (i.e. no...")