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:34, 20 August 2025 Randombell talk contribs created page Template:Quote/doc (Created page with "{{Documentation subpage}} <!-- Please place categories where indicated at the bottom of this page and interwikis at Wikidata (see Wikipedia:Wikidata) --> {{Redirect|Template:Long quotation|maintenance templates about excessively long quotations|Template:Long quote|and|Template:Over-quotation}} {{For|linking a subject to a collection of quotes on Wikiquote|Template:Wikiquote}} {{Template shortcut|bq|"|Quote|Bquote}} {{Lua|Module:Check for unknown parameters}}...")
- 16:34, 20 August 2025 Randombell talk contribs created page Module:MultiReplace (Created page with "local p = {} local function MultiReplace(args) local input = args[1] or "{{{1}}}" local plain = args.plain == "yes" local i = 1 local changeList = {} while args[i * 2] do local change = {pattern = args[i * 2], repl = args[i * 2 + 1]} if not change.repl then return require('Module:Error').error{ 'MultiReplace: Unpaired argument: <code>' .. (i * 2) .. ' = ' .. mw.text.nowiki(change.pattern) .. '</code>' } end changeList[i] = change i = i + 1 end...")
- 16:33, 20 August 2025 Randombell talk contribs created page Template:Blockquote (Created page with "<templatestyles src="Template:Blockquote/styles.css" /><!-- --><blockquote class="templatequote {{{class|}}}" {{#if:{{{style|}}}|style="{{{style}}}"}}>{{{text|{{{content|{{{quotetext|{{{quote|{{{1|<includeonly>{{error|Error: No text given for quotation (or equals sign used in the actual argument to an unnamed parameter)}}{{main other|Category:Pages incorrectly using the quote template}}</includeonly><noinclude>{{lorem ipsum}}</noinclude>}}}}}}}}}}}}}}}</blockquote>{{...")
- 16:32, 20 August 2025 Randombell talk contribs created page Template:Quote (Created page with "<templatestyles src="Template:Blockquote/styles.css" /><!-- --><blockquote class="templatequote {{{class|}}}" {{#if:{{{style|}}}|style="{{{style}}}"}}>{{{text|{{{content|{{{quotetext|{{{quote|{{{1|<includeonly>{{error|Error: No text given for quotation (or equals sign used in the actual argument to an unnamed parameter)}}{{main other|Category:Pages incorrectly using the quote template}}</includeonly><noinclude>{{lorem ipsum}}</noinclude>}}}}}}}}}}}}}}}</blockquote>{{...")
- 16:32, 20 August 2025 Randombell talk contribs created page Template:Blockquote/styles.css (Created page with "{{pp-template}}: .templatequote { overflow: hidden; margin: 1em 0; padding: 0 32px; } .templatequotecite { line-height: 1.5em; @noflip: text-align: left; margin-top: 0; } @media (min-width: 500px) { .templatequotecite { @noflip: padding-left: 1.6em; } }")
- 16:31, 20 August 2025 Randombell talk contribs created page Module:Lorem ipsum/data (Created page with "--<nowiki> return { "{{safesubst:#if:%s|Lorem ipsum|Lorem ipsum}} dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserun...")
- 10:52, 20 August 2025 Randombell talk contribs created page Module:Transclusion count/data/D (Created page with "return { ["D&D_to-do"] = 6500, ["D-da"] = 2400, ["DANFS"] = 8300, ["DC-Comics-trademark-copyright"] = 2000, ["DCS_Sri_Lanka"] = 2000, ["DDR"] = 2900, ["DEC"] = 9600, ["DECADE"] = 301000, ["DEN"] = 7200, ["DEU"] = 19000, ["DMC"] = 58000, ["DMCA"] = 3040000, ["DNB"] = 9400, ["DNB-Portal"] = 2300, ["DNB_portal"] = 3600, ["DNK"] = 8300, ["DNZB"] = 3700, ["DOM"] = 2200, ["DOWs"] = 2700, ["DRV_links"] = 4000, ["DWT"] = 2500, ["DYKC"] = 6700, ["DYKF"] = 2100, ["DYK_blue"] = 340...")
- 10:47, 20 August 2025 Randombell talk contribs created page Template:Toolbar/doc (Created page with "{{Documentation subpage}} {{Lua|icononly=on|Module:Toolbar}} <!-----PLEASE ADD CATEGORIES WHERE INDICATED AT THE BOTTOM OF THIS PAGE-----> This template is used to create a toolbar of links that are laid out in the same way as those produced by the core MediaWiki software. == Usage == <code><nowiki>{{Toolbar |user |talk |block}}</nowiki></code> → {{toolbar |user |User talk:Examp...")
- 10:47, 20 August 2025 Randombell talk contribs created page Template:Toolbar (Created page with "{{<includeonly>safesubst:</includeonly>#invoke:Toolbar|main}}<noinclude> {{documentation}} </noinclude>")
- 10:47, 20 August 2025 Randombell talk contribs created page Module:Toolbar/doc (Created page with "{{used in system}} {{module rating|protected}} {{Lua|Module:TableTools|Module:Yesno|Module:Arguments}} This module implements {{tl|toolbar}}. Please see the template page for documentation. == See also == * {{tl|toolbar}}, {{tl|toolbar/sandbox}}, /testcases")
- 10:46, 20 August 2025 Randombell talk contribs created page Module:Toolbar (Created page with "-- This module implements {{toolbar}}. local mArguments -- Lazily initialise Module:Arguments local mTableTools = require('Module:TableTools') local yesno = require('Module:Yesno') local p = {} function p.main(frame) mArguments = require('Module:Arguments') local args = mArguments.getArgs(frame) return p._main(args) end function p._main(args) local toolbarItems = p.makeToolbarItems(args) if not toolbarItems then -- Return the blank string if no arguments w...")
- 10:46, 20 August 2025 Randombell talk contribs created page Template:Pagelinks (Created page with "{{#invoke:PageLinks|main|separator=pipe|page={{{1|Example}}} | edit | ts | h | wlh | w | tl }}<noinclude> {{documentation|Template:Ln/doc}} </noinclude>")
- 10:45, 20 August 2025 Randombell talk contribs created page Module:PageLinks (Created page with "local ToolbarBuilder = require('Module:Toolbar') local p = {} -- Page object local trackingCategories = {} -- Table for storing the tracking categories. local demo -- Define a custom error message for this module. local function err(msg, section) local help if section then help = ' (help)' else help = '' end local cat if demo == 'yes' then cat = '' else cat = 'Category:PageLinks transclusions with errors' en...")
- 10:45, 20 August 2025 Randombell talk contribs created page Template:Color/styles.css (Created page with "{{pp-template}}: phab:T360683: This stylesheet removes the function of this template in * dark mode: @media screen { html.skin-theme-clientpref-night div:not(.notheme) > .tmp-color, html.skin-theme-clientpref-night p > .tmp-color, html.skin-theme-clientpref-night table:not(.notheme) .tmp-color { color: inherit !important; } } @media screen and ( prefers-color-scheme: dark) { automatic mode: html.skin-theme-clientpref-os div:not(....")
- 10:45, 20 August 2025 Randombell talk contribs created page Template:Color (Created page with "{{<includeonly>safesubst:</includeonly>ifsubst|1=<span|2=<templatestyles src="Template:Color/styles.css" /><span class="tmp-color"}} style="color:{{{1|}}}">{{{2|{{{1|}}}}}}<includeonly></span></includeonly><noinclude>{{Documentation}}<!-- PLEASE ADD THIS TEMPLATE'S CATEGORIES AND INTERWIKIS TO THE /doc SUBPAGE, THANKS --></noinclude>")
- 10:45, 20 August 2025 Randombell talk contribs created page Template:Ln/doc (Created page with "{{Documentation subpage}} <!-- Please place categories where indicated at the bottom of this page and interwikis at Wikidata (see Wikipedia:Wikidata) --> {{for|the French citation template {{tld|Article}}|Template:Cite news/French}} {{tsh|{{#switch:{{ROOTPAGENAME}}|Namespace links=ln|Namespace talk links=lnt|Article links=la|Article talk links=lat|Draft links=ld|Draft talk links=ldt|Template links=lt|Template talk links=ltt|Wikipedia links=lw|Wikipedia talk links=lw...")
- 10:44, 20 August 2025 Randombell talk contribs created page Template:Template links (Created page with "{{pagelinks|1=Template:{{ucfirst:{{{1}}}}}}}<noinclude> {{documentation|Template:Ln/doc}} </noinclude>")
- 10:44, 20 August 2025 Randombell talk contribs created page Template:Lt (Redirected page to Template:Template links) Tag: New redirect
- 10:44, 20 August 2025 Randombell talk contribs created page Module:For loop/doc (Created page with "{{module rating|release}} {{Module rating|protected}} This module implements {{lt|For loop}}. Please see the template page for documentation.<noinclude> Category:Module documentation pages </noinclude>")
- 10:42, 20 August 2025 Randombell talk contribs created page Template:For loop/doc (Created page with "{{Documentation subpage}} <!-- Please add categories at the bottom of this page, and interwikis at Wikidata (see Wikipedia:Wikidata) --> {{lua|Module:For loop}} This template implements a for loop or a foreach loop. This template calls a user-specified template (the "called template") multiple times: once for each value in either 1) an iterated sequence or 2) an explicit list. Each value in the sequence or list is passed to the same specified parameter of the c...")
- 10:42, 20 August 2025 Randombell talk contribs created page Template:Tiw (Created page with "<span class="plainlinks">{{#if:{{{2|}}} | [[:{{#if:{{{1|}}}|{{{1}}}:|}}Template:{{{2}}}]] {{smaller|([[:{{#if:{{{1|}}}|{{{1}}}:|}}Special:Whatlinkshere/Template:{{{2}}}|backlinks]] [{{fullurl:{{{1}}}:Template:{{{2}}}|action=edit}} edit])}} | [[Template:{{{1|{{PAGENAME}}}}}]] {{smaller|([[Special:Whatlinkshere/Template:{{{1|{{PAGENAME}}}}}|backlinks]] [{{fullurl:w:Template:{{{1|{{PAGENAME}}}}}|action=edit}} edit])}} }}</span><noinclude>{{Documentation}}</noinc...")
- 10:42, 20 August 2025 Randombell talk contribs created page Template:Lorem (Redirected page to Template:Lorem ipsum) Tag: New redirect
- 10:41, 20 August 2025 Randombell talk contribs created page Template:Box/doc (Created page with "{{Documentation subpage}} {{Lua|Module:Check for unknown parameters}} <!-- Please place categories where indicated at the bottom of this page and interwikis at Wikidata (see Wikipedia:Wikidata) --> == Basic usage == <code>{{((}}box|''Contents''}}</code> produces: {{box|''Contents''}} == Parameters == {|class="wikitable" style="width:100%;{{#if:{{{no-special|}}}|display:none;}}" |+ Special parameters ! style="width: 8em;|Parameter ! style="width: 16em;|Description...")
- 10:40, 20 August 2025 Randombell talk contribs created page Template:Box (Created page with "<includeonly>{{#ifeq:{{{align|}}}|center|<div class="center" style="width:auto; margin-left:auto; margin-right:auto;>}}{{#if:{{{span|}}}|<span style="|<div style="}}<!-- -->display:{{{box type|{{#if:{{{wide|}}}|block|{{#if:{{{inline|}}}|inline|inline-block}}}}}}};<!-- -->border-style: {{{style|solid}}};<!-- -->padding: {{{padding|{{#if:{{{inline|}}}|1px|3px}}}}};<!-- -->{{#if:{{{top padding|}}}|padding-top: {{{top padding|}}};}}<!-- -->{{#if:{{{bottom padding|}}}|padding...")
- 10:40, 20 August 2025 Randombell talk contribs created page Template:Spanbox (Redirected page to Template:Box) Tag: New redirect
- 10:40, 20 August 2025 Randombell talk contribs created page Template:3x (Created page with "<includeonly>{{{1}}}{{{1}}}{{{1}}}</includeonly><noinclude>{{Documentation}}<!-- Please add categories to the /doc subpage; interwikis go to Wikidata, thank you. --></noinclude>")
- 10:40, 20 August 2025 Randombell talk contribs created page Template:2x (Created page with "<includeonly>{{{1}}}{{{2|}}}{{{1}}}</includeonly><noinclude>{{Documentation}}<!-- Please add categories to the /doc subpage; interwikis go to Wikidata, thank you. --></noinclude>")
- 10:40, 20 August 2025 Randombell talk contribs created page Template:1x (Created page with "{{{1}}}<noinclude> {{documentation}} </noinclude>")
- 10:37, 20 August 2025 Randombell talk contribs created page Module:Template invocation (Created page with "-- This module provides functions for making MediaWiki template invocations. local checkType = require('libraryUtil').checkType local p = {} ------------------------------------------------------------------------ -- Name: p.name -- Purpose: Find a template invocation name from a page name or a -- mw.title object. -- Description: This function detects whether a string or a mw.title -- object has been passed in, and uses t...")
- 10:35, 20 August 2025 Randombell talk contribs created page Module:Text/doc (Created page with "{{Lua|Module:Yesno}} '''<code>Text</code>''' – Module containing methods for the manipulation of text, wikimarkup and some HTML. == {{Anchor|Vorlage}} Functions for templates == All methods have an unnamed parameter containing the text. The return value is an empty string if the parameter does not meet the conditions. When the condition is matched or some result is successfully found, strings of at least one character are returned. ; char {{Anchor|char}} : Creates...")
- 10:35, 20 August 2025 Randombell talk contribs created page Template:N/a (Created page with "<noinclude>{| class="wikitable" |- | </noinclude><onlyinclude>data-sort-value="{{{sort|}}}" style="background: var(--background-color-interactive, #ececec); color: var(--color-base, inherit); vertical-align: middle; text-align: {{{align|center}}}; {{{style|}}}" class="table-na" <!-- -->| {{{1|—}}}</onlyinclude><noinclude> |}{{documentation}}</noinclude>")
- 10:34, 20 August 2025 Randombell talk contribs created page Template:Template journal parameter (Created page with "<includeonly>{{#if:{{{1|}}} |<templatestyles src="Template:Template journal inline/styles.css" /><span class="tj-tape"><span class="tj-nc">|</span>{{#invoke:MultiReplace|main | plain = no | 1 = {{{1|}}} | 2 = ^([^:].-)%s*:%s*(.*)$ | 3 = <span class{{=}}"tj-an">%1</span><span class{{=}}"tj-nc">=</span><span class{{=}}"tj-ac">%2</span> | 4 = ^[^:]+$ | 5 = <span class{{=}}"tj-ac">%0</span> | 6 = ^:%s*(.*)$ | 7 = <span class{{=}}"tj-nc">=</span>...")
- 10:34, 20 August 2025 Randombell talk contribs created page Template:Tjp (Redirected page to Template:Template journal parameter) Tag: New redirect
- 10:33, 20 August 2025 Randombell talk contribs created page Template:Thin space (Created page with "<span style="white-space: nowrap;">{{#if:{{{1|}}}|{{#if:{{{2|}}}|| }}}}{{{1|}}} <!-- -->{{#if:{{{2|}}}|{{{2}}}}}{{#if:{{{3|}}}| {{{3}}}}}<!-- -->{{#if:{{{4|}}}| {{{4}}}}}{{#if:{{{5|}}}| {{{5}}}}}<!-- -->{{#if:{{{6|}}}| {{{6}}}}}{{#if:{{{7|}}}| {{{7}}}}}<!-- -->{{#if:{{{8|}}}| {{{8}}}}}{{#if:{{{9|}}}| {{{9}}}}}<!-- -->{{#if:{{{10|}}}| {{{10}}}}}</span><noinclude> {{Documentation}} <!-- Please add categ...")
- 10:32, 20 August 2025 Randombell talk contribs created page Template:Template-linking templates (Created page with "<includeonly>{{navbar|Template-linking templates|text=These tables:|style=float: right;}}</includeonly> === General-purpose formatting === <div style="overflow-x: auto; margin: 1em 0;"> {| class="wikitable plainrowheaders" style="margin: 0;" |+ Comparison of template-linking templates according to the styles of generated text and link produced |- style="background-color: #fee;" ! scope="col" rowspan="2"| Text style ↓ ! scope="col" rowspan="2"| {{Template link expanded|...")
- 10:32, 20 August 2025 Randombell talk contribs created page Template:Stronggood (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>")
- 10:32, 20 August 2025 Randombell talk contribs created page Template:Spaces (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>")
- 10:31, 20 August 2025 Randombell talk contribs created page Template:Deprecated code 2/doc (Created page with "{{Documentation subpage|Template:Deprecated code (Template:Dc), Template:Deprecated code red and Template:Deprecated code 2 (Template:Dc2)}} {{Template shortcut|dc}} <!-- Add categories where indicated at the bottom of this page and interwikis at Wikidata --> == Usage == The {{tlx|deprecated code}} template (easiest used from its '''{{tlx|dc}}''' redirect) can be used to indicate, e.g. in template documentation or Wikipedia articles on things like HT...")
- 10:31, 20 August 2025 Randombell talk contribs created page Template:Deprecated code 2 (Created page with "<del class="deprecated-content {{{class|}}}" style="color:{{#if:{{{red|}}}|#B26F5A|#A9A9A9}}; text-decoration:line-through; {{#if:{{{style|}}}|{{{style}}}|}}" {{#if:{{{id|}}}|id="{{{id}}}|}}" {{#if:{{{title|{{{2|}}}}}}|title="{{{title|{{{2}}}}}}"|}}><span style="color:{{#if:{{{red|}}}|#8B0000|#696969}};">{{{1}}}</span></del><noinclude> {{documentation}} <!-- Add categories to the /doc subpage, interwikis to Wikidata, not here --> </noinclude>")
- 10:31, 20 August 2025 Randombell talk contribs created page Template:Dc2 (Redirected page to Template:Deprecated code 2) Tag: New redirect
- 10:30, 20 August 2025 Randombell talk contribs created page Template:Codett (Created page with "<includeonly>{{code|{{{code|{{{1}}}}}}|lang={{{lang|{{{2|text}}}}}}|class={{{class|}}}|id={{{id|}}}|style="background:none; border:none; color:inherit; padding: 0px 0px;"}}</includeonly><noinclude>{{documentation}}</noinclude>")
- 10:29, 20 August 2025 Randombell talk contribs created page Template:Category link without namespace/doc (Created page with "{{Documentation subpage}} {{High-use}} {{tsh|c}} <!----PLEASE ADD CATEGORIES WHERE INDICATED AT THE BOTTOM OF THIS PAGE----> {{Distinguish|Template:Circa}} == Usage == : {{tlx|c |''category name''}} : {{tlx|c |''category name'' |''link text''}} Use {{tl|c}} to create a namespace-free link to a category, e.g. {{c|Philosophy}} rather than {{cl|Philosophy}}, {{cls|Philosophy}}: : {{tlf|c|Philosophy}} produces: {{c|Philosophy}} : {{tl...")
- 10:29, 20 August 2025 Randombell talk contribs created page Template:Category link without namespace (Created page with "[[:Category:{{PAGENAME:{{{1}}}}}|{{{2|{{PAGENAME:{{{1}}}}}}}}]]<noinclude> {{Documentation}} </noinclude>")
- 10:29, 20 August 2025 Randombell talk contribs created page Template:C (Redirected page to Template:Category link without namespace) Tag: New redirect
- 10:28, 20 August 2025 Randombell talk contribs created page Template:Button (Created page with "<kbd class="nowrap button" title="{{{tooltip|This is not a clickable button; it illustrates the button one should find.}}}" style="padding:{{{padTB|.2em}}} {{{padLR|.6em}}}; border:1px solid; border-color:var(--border-color-base, #a2a9b1) var(--border-color-interactive, #72777d) var(--border-color-interactive, #72777d) var(--border-color-base, #a2a9b1); border-radius:3px; background-color: {{{bgcolor|#F2F2F2}}}; color: {{{fgcolor|inherit}}}; {{#if:{{{bgcolor|}}}||backgro...")
- 10:26, 20 August 2025 Randombell talk contribs created page Template:R from alternative hyphenation (Created page with "<noinclude>{{This is a redirect/rcat}} </noinclude>{{Redirect template |id=R from alternative hyphenation |name=From an alternative hyphenation |from=a title with an alternative hyphenation of {{#if:{{{1|{{{of|}}}}}}|{{#ifexpr:{{#invoke:String|find|{{{1|{{{of|}}}}}}|"plainlinks"}} + {{#invoke:String|find|{{{1|{{{of|}}}}}}|{{!((}}}} = 0|'''{{no redirect|{{{1|{{{of|}}}}}}}}'''|'''{{{1|{{{of|}}}}}}'''}}|the target name}} |info=Pages that link to this redirect may be...")
- 10:25, 20 August 2025 Randombell talk contribs created page Template:R from alternative spelling (Created page with "<noinclude>{{This is a redirect/rcat}} </noinclude>{{Redirect template |id=R from alternative spelling |name=From an alternative spelling |from=a title with an alternative spelling of {{#if:{{{1|{{{of|}}}}}}|{{#ifexpr:{{#invoke:String|find|{{{1|{{{of|}}}}}}|"plainlinks"}} + {{#invoke:String|find|{{{1|{{{of|}}}}}}|{{!((}}}} = 0|'''{{no redirect|{{{1|{{{of|}}}}}}}}'''|'''{{{1|{{{of|}}}}}}'''}}|the target name}} |info=Pages that link to this redirect may be updated...")
- 10:25, 20 August 2025 Randombell talk contribs created page Template:High use (Redirected page to Template:High-use) Tag: New redirect
- 10:23, 20 August 2025 Randombell talk contribs created page Module:Navbox/configuration (Created page with "return { aria_label = 'Navbox', nowrap_item = '%s<span class="nowrap">%s</span>', templatestyles = mw.getCurrentFrame():extensionTag{ name = 'templatestyles', args = { src = 'Module:Navbox/styles.css' } }, hlist_templatestyles = 'Hlist/styles.css', plainlist_templatestyles = 'Plainlist/styles.css', -- do not localize marker table marker = { oddeven = '\127_ODDEVEN_\127', restart = '\127_ODDEVEN0_\127', regex = '\127_ODDEVEN(%d?)_\127' }, category = {...")
- 10:23, 20 August 2025 Randombell talk contribs created page Module:Navbox/doc (Created page with "{{module rating|protected}} {{Lua|Module:Navbox/configuration|Module:Navbar|Module:Color contrast|Module:Arguments|Module:TableTools}} {{Uses TemplateStyles|Module:Navbox/styles.css|Template:Plainlist/styles.css|Template:Hlist/styles.css}} {{Lua sidebar}} This module implements the {{tl|Navbox}} template. == Usage == {{mlx|{{ROOTPAGENAME}}|navbox}} Please see the template page for usage instructions. == Tracking/maintenance categories == * {{clc|N...")