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).
- 09:12, 31 July 2025 Randombell talk contribs created page Template:Cl (Redirected page to Template:Category link) Tag: New redirect
- 09:10, 31 July 2025 Randombell talk contribs created page Module:GetParameters (Created page with "local p = {} --[[ Helper function that populates the argument list given that user may need to use a mix of named and unnamed parameters. This is relevant because named parameters are not identical to unnamed parameters due to string trimming, and when dealing with strings we sometimes want to either preserve or remove that whitespace depending on the application. ]] function p.getParameters( frame_args, arg_list ) local new_args = {}; local index = 1; loca...")
- 09:09, 31 July 2025 Randombell talk contribs created page Template:Str count (Created page with "<includeonly>{{{{{|safesubst:}}}#invoke:String|count|source={{{1|{{{source|}}}}}} |pattern={{{2|{{{pattern}}}}}}|plain={{{{{|safesubst:}}}#if:{{{3|{{{plain|}}}}}}|{{{3|{{{plain}}}}}}|true}}}}</includeonly><noinclude> {{documentation}} </noinclude>")
- 09:09, 31 July 2025 Randombell 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>")
- 09:08, 31 July 2025 Randombell talk contribs created page Template:Always substitute (Created page with "{{{{{|safesubst:}}}#invoke:Unsubst|main|$B= {{Ombox | name = Subst only | type = notice | text = '''This template {{#switch:{{{yesnomaybe|}}}|may=may be substituted'''|never=should ''not'' be substituted'''||#default=should always be substituted''' (i.e., use <!-- -->{{{actualtemplate|{{template other|{{Tlsp|code=yes|{{#switch:{{SUBPAGENAME}}|doc|sandbox={{BASEPAGENAME}}|{{PAGENAME}}}}}}|{{Tlsu|code=ye...")
- 09:08, 31 July 2025 Randombell talk contribs created page Template:Never substitute (Created page with "{{Always substitute|yesnomaybe=never|nocat={{{nocat|}}}}}<noinclude> {{Documentation}} </noinclude>")
- 09:08, 31 July 2025 Randombell talk contribs created page Template:Nosubst (Redirected page to Template:Never substitute) Tag: New redirect
- 09:07, 31 July 2025 Randombell talk contribs created page Template:Clear/doc (Created page with "{{Documentation subpage}} <!-- Please add categories to the /doc subpage, and interwikis at Wikidata (see Wikipedia:Wikidata) --> {{high-use}} {{Nosubst|The markup provided will be confusing to many editors, and as this template provides documentation for itself, there is little justification for substitution.}} {{#ifeq:{{FULLPAGENAME}}|Template:Clear|{{Template shortcut|-||Clr}}}} == Description == This template makes content wait until existing content is completed in...")
- 09:07, 31 July 2025 Randombell talk contribs created page Template:Clear right (Created page with "{{Clear|right}}<noinclude> {{Documentation|Template:Clear/doc}} </noinclude>")
- 09:06, 31 July 2025 Randombell talk contribs created page Template:Efn (Created page with "<includeonly>{{safesubst<noinclude />:#if:{{{name|}}} |{{#tag:ref|{{{1|{{{reference|{{{content|{{{text|}}}}}}}}}}}}|name={{{name|}}}|group={{safesubst<noinclude />:#switch: {{{group|}}} | note | upper-alpha | upper-roman | lower-alpha | lower-greek | lower-roman = {{{group|}}} | #default = lower-alpha }}}} |{{#tag:ref|{{{1|{{{reference|{{{content|{{{text|}}}}}}}}}}}}|group={{safesubst<noinclude />:#switch: {{{group|}}} | note | up...")
- 09:06, 31 July 2025 Randombell talk contribs created page Template:Tag (Created page with "<code class="{{#ifeq:{{{wrap|}}}|yes|wrap|nowrap}}" style="{{#ifeq:{{{style|}}}|plain|border:none;background:transparent;|{{{style|}}}}}"><!-- Opening tag -->{{#switch:{{{2|pair}}} |c|close = |e|empty|s|single|v|void |o|open |p|pair = <{{#if:{{{link|}}}|tag}}}|{{{1|tag}}}|{{{1|tag}}}}}{{#if:{{{params|{{{attribs|}}}}}}| {{{params|{{{attribs}}}}}}}} }}<!-- Content between tags -->{{#switch:{{{2|pair}}} |c|close = {{{content|}}} |...")
- 09:05, 31 July 2025 Randombell talk contribs created page Template:Format TemplateData (Created page with "<includeonly>{{#ifeq:{{yesno-yes|{{{header}}}}}|yes|{{TemplateData header}} }}{{#invoke:Format TemplateData| f |classNoNumTOC=nonumtoc |cssParams=border:#B3B7FF 1px solid;|docpageCreate=%s/doc |docpageDetect=/doc$ |msgDescMiss=Missing description |cat=Templates with TemplateData errors}}</includeonly><noinclude> {{Documentation}} </noinclude>")
- 09:05, 31 July 2025 Randombell talk contribs created page Module:DecodeEncode (Created page with "require('strict') local p = {} local function _getBoolean( boolean_str ) -- from: module:String; adapted -- requires an explicit true local boolean_value if type( boolean_str ) == 'string' then boolean_str = boolean_str:lower() if boolean_str == 'true' or boolean_str == 'yes' or boolean_str == '1' then boolean_value = true else boolean_value = false end elseif type( boolean_str ) == 'boolean' then boolean_value = boolean_str else boolean_value =...")
- 09:04, 31 July 2025 Randombell talk contribs created page Template:Fix-span (Created page with "{{#if:{{{content|}}}|<span class="{{{span-class|cleanup-needed-content}}}" style="padding-left:0.1em; padding-right:0.1em; color:var(--color-subtle, #54595d); border:1px solid var(--border-color-subtle, #c8ccd1);">{{{content|}}}</span>}}{{#switch:{{{subst|¬}}} |¬={{category handler |template=Category:Templates needing substitution checking |nocat={{{nocat|<noinclude>true</noinclude>}}} }} |SUBST=Category:Pages with incorrectly substituted templates }}{{C...")
- 09:02, 31 July 2025 Randombell talk contribs created page Module:Unsubst (Created page with "local checkType = require('libraryUtil').checkType local p = {} local BODY_PARAM = '$B' local specialParams = { ['$params'] = 'parameter list', ['$aliases'] = 'parameter aliases', ['$flags'] = 'flags', ['$B'] = 'template content', ['$template-name'] = 'template invocation name override', } function p.main(frame, body) -- If we are substing, this function returns a template invocation, and if -- not, it returns the template body. The template body can be specif...")
- 09:02, 31 July 2025 Randombell talk contribs created page Template:Clarify (Created page with "{{ safesubst:<noinclude/>#invoke:Unsubst||date=__DATE__ |$B= {{Fix-span |link=Wikipedia:Please clarify |text=clarification needed |title={{delink|{{{reason|The text near this tag may need clarification or removal of jargon.}}}}} |date={{{date|}}} |pre-text={{{pre-text|}}} |post-text={{{post-text|}}} |cat-date=Category:Wikipedia articles needing clarification |content={{{text|}}} }} }}<noinclude> {{documentation}} </noinclude>")
- 09:01, 31 July 2025 Randombell talk contribs created page Module:Template link general (Created page with "-- This implements Template:Template link general and various other templates in its family local getArgs = require('Module:Arguments').getArgs local p = {} -- Is a string non-empty? local function _ne(s) return s ~= nil and s ~= "" end local nw = mw.text.nowiki local function addTemplate(s) local i, _ = s:find(':', 1, true) if i == nil then return 'Template:' .. s end local ns = s:sub(1, i - 1) if ns == '' or mw.site.namespaces[ns] then return s else re...")
- 09:01, 31 July 2025 Randombell talk contribs created page Template:Tlc (Created page with "<includeonly>{{#Invoke:Template link general|main|nolink=yes|code=yes|nowrap=yes}}</includeonly><noinclude> {{Documentation|1=Template:Tlg/doc |content = {{tlg/doc|tlc}} }} <!-- Add categories to the /doc subpage, not here! --> </noinclude>")
- 09:00, 31 July 2025 Randombell talk contribs created page Module:Redirect (Created page with "-- This module provides functions for getting the target of a redirect page. local p = {} -- Gets a mw.title object, using pcall to avoid generating script errors if we -- are over the expensive function count limit (among other possible causes). local function getTitle(...) local success, titleObj = pcall(mw.title.new, ...) if success then return titleObj else return nil end end -- Gets the name of a page that a redirect leads to, or nil if it isn't a -- redi...")
- 08:57, 31 July 2025 Randombell talk contribs created page Template:No redirect (Created page with "{{safesubst:<noinclude/>#if: {{safesubst:<noinclude/>#invoke:Redirect|isRedirect|{{{1}}}}} | <span class="plainlinks">[{{safesubst:<noinclude/>fullurl:{{{1}}}|redirect=no}} {{{2|{{{1}}}}}}]</span> | {{safesubst:<noinclude/>#if:{{{2|}}}|[[:{{safesubst:<noinclude/>FULLPAGENAME:{{{1}}}}}|{{{2}}}]]|[[:{{safesubst:<noinclude/>FULLPAGENAME:{{{1}}}}}]]}} }}<noinclude> {{documentation}} </noinclude>")
- 08:56, 31 July 2025 Randombell talk contribs created page Template:Redirect category shell (Created page with "__NONEWSECTIONLINK__{{Mbox | name = Redirect category shell | type = move | image = none | style = margin-top: 1.1em; border: solid 1px darkblue; border-left-width: 0.5em; | textstyle = padding-top: 0.9em; padding-bottom: 0.9em; | text = '''This {{Talk other|talk page|page}} is a redirect. <small>The following categories are used to track and monitor this redirect:</small>'''{{#if:{{{h|}}} |{{block indent|1...")
- 08:55, 31 July 2025 Randombell talk contribs created page Template:Rcatsh (Redirected page to Template:Redirect category shell) Tag: New redirect
- 08:55, 31 July 2025 Randombell talk contribs created page Template:Tsh (Redirected page to Template:Template shortcut) Tag: New redirect
- 08:55, 31 July 2025 Randombell talk contribs created page Template:Template redirect (Created page with "<includeonly>{{#invoke:Shortcut|main|template=yes|redirect=yes}}</includeonly><noinclude>{{Documentation}}</noinclude>")
- 08:54, 31 July 2025 Randombell talk contribs created page Template:Tlr (Redirected page to Template:Template redirect) Tag: New redirect
- 08:54, 31 July 2025 Randombell talk contribs created page Template:Template shortcut/doc (Created page with "{{Documentation subpage}} {{tlr|clear=right|Template shortcuts|Templateshortcut}}{{tsh|tsh|tsc}} {{High-use}} {{lua|Module:Shortcut}} <!-- PLEASE ADD CATEGORIES AND INTERWIKIS AT THE BOTTOM OF THIS PAGE --> This template displays one or more of a template's shortcuts (that is, redirects, also known as aliases), as in the box appearing at the right. {{tl|Tsh}} is a shortcut to this template, {{tlf|template shortcut}}, and can be used in its place, as it is in this documen...")
- 08:53, 31 July 2025 Randombell talk contribs created page Template:Template shortcut (Created page with "<includeonly>{{#invoke:Shortcut|main|template=yes}}</includeonly><noinclude>{{Documentation}}</noinclude>")
- 08:53, 31 July 2025 Randombell talk contribs created page Template:Plainlist/doc (Created page with "{{Documentation subpage}} <!-- PLEASE ADD CATEGORIES AT THE BOTTOM OF THIS PAGE --> {{Cascade-protected template}} {{High-use}} {{Template shortcut|plist}} {{Uses TemplateStyles|Template:Plainlist/styles.css}} This template provides a WCAG/ISO-standards-compliant accessible alternative to <code><nowiki><br /></nowiki></code> separated lists, per WP:UBLIST and WP:PLIST == Usage == {{tl|plainlist}} starts a plain (i.e. unbu...")
- 08:50, 31 July 2025 Randombell talk contribs created page File:Poster-SevenYearWish.jpg
- 08:50, 31 July 2025 Randombell talk contribs uploaded File:Poster-SevenYearWish.jpg
- 16:51, 30 July 2025 Randombell talk contribs created page File:SimonSays-poster.jpg
- 16:51, 30 July 2025 Randombell talk contribs uploaded File:SimonSays-poster.jpg
- 16:50, 30 July 2025 Randombell talk contribs created page File:UnknownSpectre Poster.jpg
- 16:50, 30 July 2025 Randombell talk contribs uploaded File:UnknownSpectre Poster.jpg
- 16:50, 30 July 2025 Randombell talk contribs created page File:Poster-Kingdom of Ends.jpg
- 16:50, 30 July 2025 Randombell talk contribs uploaded File:Poster-Kingdom of Ends.jpg
- 16:50, 30 July 2025 Randombell talk contribs created page File:Poster-Housecall.jpg
- 16:50, 30 July 2025 Randombell talk contribs uploaded File:Poster-Housecall.jpg
- 16:49, 30 July 2025 Randombell talk contribs created page File:Poster-Dual.jpg
- 16:49, 30 July 2025 Randombell talk contribs uploaded File:Poster-Dual.jpg
- 16:49, 30 July 2025 Randombell talk contribs created page File:Poster-TTC3.jpg
- 16:49, 30 July 2025 Randombell talk contribs uploaded File:Poster-TTC3.jpg
- 16:49, 30 July 2025 Randombell talk contribs created page File:Poster-TTC2.jpg
- 16:49, 30 July 2025 Randombell talk contribs uploaded File:Poster-TTC2.jpg
- 16:48, 30 July 2025 Randombell talk contribs created page File:Poster-TTC1.jpg
- 16:48, 30 July 2025 Randombell talk contribs uploaded File:Poster-TTC1.jpg
- 16:48, 30 July 2025 Randombell talk contribs created page File:FLAK.jpg
- 16:48, 30 July 2025 Randombell talk contribs uploaded File:FLAK.jpg
- 16:44, 30 July 2025 Randombell talk contribs created page File:Logo-Baysquatch-v3.jpg
- 16:44, 30 July 2025 Randombell talk contribs uploaded File:Logo-Baysquatch-v3.jpg