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:09, 5 August 2025 Randombell talk contribs created page Module:Parameter validation (Created page with "local util = { empty = function( s ) return s == nil or type( s ) == 'string' and mw.text.trim( s ) == '' end , extract_options = function ( frame, optionsPrefix ) optionsPrefix = optionsPrefix or 'options' local options, n, more = {} if frame.args['module_options'] then local module_options = mw.loadData( frame.args['module_options'] ) if type( module_options ) ~= 'table' then return {} end local title = mw.title.getCurrentTitle() local...")
- 16:09, 5 August 2025 Randombell talk contribs created page Template:Error-small (Created page with "{{small|{{#invoke:Error|error|{{{message|{{{1}}}}}}|tag=span}}}}<noinclude>{{documentation}}</noinclude>")
- 16:08, 5 August 2025 Randombell talk contribs created page Template:Marriage/styles.css (Created page with "{{pp-template}}: .marriage-line-margin2px { line-height: 0; margin-bottom: -2px; } .marriage-line-margin3px { line-height: 0; margin-bottom: -3px; } .marriage-display-inline { display: inline; }")
- 16:08, 5 August 2025 Randombell talk contribs created page Template:Marriage (Created page with "<templatestyles src="Template:Marriage/styles.css"/> {{#if:{{{1|}}}||{{#if:{{{2|}}}{{{3|}}}{{{end|{{{reason|}}}}}} |{{#ifeq:{{{1|+}}}|{{{1|-}}}|<div class="marriage-line-margin3px"></div>|{{main other|Z{{PAGENAME}}}}}}}}}} <div class="marriage-display-inline">{{#if:{{{1|}}} |{{trim|{{#if:{{{end|{{{reason|}}}}}} |<div style="display:inline-block;line-height:normal;{{#if:{{{2|}}}{{in string|source={{{1}}}|target=<br|plain=tr...")
- 16:07, 5 August 2025 Randombell talk contribs created page Module:Person height (Created page with "-- This module implements Template:Infobox person/height local p = {} local function splitsuffix(s) local suffix = '' if mw.ustring.match(s,'^(.-)(<sup.*)$') then local a = mw.ustring.gsub(s, '^(.-)(<sup.*)$', '%1') local b = mw.ustring.gsub(s, '^(.-)(<sup.*)$', '%2') s = a suffix = b .. suffix end if mw.ustring.match(s,'^(.-)(%[%[[Cc]ategory:.*)$') then local a = mw.ustring.gsub(s, '^(.-)(%[%[[Cc]ategory:.*)$', '%1') local b = mw.ustring.gsub(s, '^...")
- 16:07, 5 August 2025 Randombell talk contribs created page Template:Infobox person/height (Created page with "{{#invoke:person height|main}}<noinclude> {{Documentation}} </noinclude>")
- 16:06, 5 August 2025 Randombell talk contribs created page Module:Hatnote/styles.css (Created page with "{{pp|small=y}}: .hatnote { font-style: italic; } Limit structure CSS to divs because of Module:Hatnote inline: div.hatnote { @noflip: padding-left: 1.6em; margin-bottom: 0.5em; } .hatnote i { font-style: normal; } The templatestyles element inserts a link element before hatnotes. * TODO: Remove link if/when WMF resolves T200206: .hatnote + link + .hatnote { margin-top: -0.5em; } @media print { body.ns-0 .hatnote { display: none !impo...")
- 16:06, 5 August 2025 Randombell talk contribs created page Module:Hatnote inline (Created page with "-------------------------------------------------------------------------------- -- Module:Hatnote -- -- -- -- This module produces hatnote links and links to related articles. It -- -- implements the {{hatnote}} and {{format link}} meta-templates and includes -- -- helper functions for other Lua hatnote modules....")
- 16:05, 5 August 2025 Randombell talk contribs created page Template:Hatnote inline (Created page with "{{#invoke:Hatnote inline|hatnoteInline |1={{{1|{{{text|{{{content}}}}}}}}} |extraclasses={{{class|{{{extraclasses|}}}}}} |selfref={{#if:{{{printworthy|{{{selfref|}}}}}}||yes}} |category={{{category|}}} |inline={{{inline|true}}} }}<noinclude> {{documentation}} <!-- Categories go on the /doc subpage, and interwikis go on Wikidata. --> </noinclude>")
- 16:05, 5 August 2025 Randombell talk contribs created page Template:Indented plainlist (Created page with "{{plainlist|class={{{class|}}}|style=margin-left:{{{in|{{{indent|1em}}}}}};text-indent:-{{{in|{{{indent|1em}}}}}};{{{style|}}}}}{{#if:{{{1|}}}| {{{1}}} {{endplainlist}}}}<noinclude></div> {{documentation}} </noinclude>")
- 16:05, 5 August 2025 Randombell talk contribs created page Template:Crossreference/styles.css (Created page with "{{pp-template}}: /* This snippet just undoes the default "padding-left: 1.6em;" imposed by div.hatnote, when Template:Crossreference is used in block (div) mode. Ignore the dumb CSS editor's "Element (div.crossreference) is overqualified" warning. It is wrong. We do not want to apply any CSS intended for block mode when it is not in block mode. While it's unlikely our "padding-left: 0;" does anything wrong in inline (span) mode, we can't guarantee i...")
- 16:04, 5 August 2025 Randombell talk contribs created page Template:Crossreference (Created page with "<templatestyles src="Crossreference/styles.css" />{{Hatnote inline |1={{{1|{{{text|{{{content|<noinclude>sample content</noinclude>}}}}}}}}} |extraclasses=crossreference {{{class|{{{extraclasses|}}}}}} |selfref={{#if:{{{selfref|{{{printworthy|{{{unprintworthy|{{{pw|}}}}}}}}}}}}||yes}} |inline={{{inline|true}}} }}<noinclude> {{documentation}} <!-- Categories go on the /doc subpage, and interwikis go on Wikidata. --> </noinclude>")
- 16:04, 5 August 2025 Randombell talk contribs created page Template:Crossref (Redirected page to Template:Crossreference) Tag: New redirect
- 16:04, 5 August 2025 Randombell talk contribs created page Module:Lorem ipsum (Created page with "local yn = require("Module:Yesno") return { main = function(frame) local args = require("Module:Arguments").getArgs(frame) local data = args["data"] and mw.loadData(args["data"]) or mw.loadData("Module:Lorem_ipsum/data") local paragraphs = {} for k,v in ipairs(data) do table.insert(paragraphs, v) end local out = '' local link = yn(args["link"]) or yn(args[4]) or false local join = yn(args["join"]) or false local joinprefixsuffix = yn(args["joinprefi...")
- 16:03, 5 August 2025 Randombell talk contribs created page Template:Lorem ipsum (Created page with "{{{{{|safesubst:}}}#invoke:lorem ipsum|main}}<noinclude> {{Documentation}} </noinclude>")
- 16:03, 5 August 2025 Randombell talk contribs created page Template:Block indent/styles.css (Created page with "{{pp|small=yes}}: .block-indent { padding-left: 3em; padding-right: 0; overflow: hidden; }")
- 16:03, 5 August 2025 Randombell talk contribs created page Template:Block indent (Created page with "<templatestyles src="Block indent/styles.css"/><div class="block-indent {{{class|}}}" {{#if:{{{left|}}}{{{em|}}}{{{right|}}}{{{style|}}}|style="{{#if:{{{left|{{{em|}}}}}}|padding-left: {{{left|{{{em}}}}}}em;}}{{#if:{{{right|}}}|padding-right: {{{right}}}em;}}{{#if:{{{style|}}}|{{{style}}}}}"}}>{{{1|{{{text|{{{content|{{{quote|<noinclude>{{lorem ipsum}}</noinclude><includeonly>{{error|Error: No content given to indent (or equals sign used in the actual argument to an unna...")
- 16:02, 5 August 2025 Randombell talk contribs created page Template:!xt (Created page with "{{#ifeq:{{NAMESPACE}}|{{ns:0}}|{{FormattingError|[[:{{safesubst:<noinclude/>#invoke:TEMPLATENAME|main}}]] is only for examples of style and formatting. Do not use it in actual articles.}}|<span class="example deprecated-content example-bad" style="font-family: Georgia, 'DejaVu Serif', serif; color: var(--color-content-removed, #8B0000);" {{#if:{{{title|}}}|title="{{{title}}}"}}>{{{1|Example text}}}</span>}}<noinclude> {{Documentation}} </noinclude>")
- 16:01, 5 August 2025 Randombell talk contribs created page Module:For (Created page with "local mArguments --initialize lazily local mHatlist = require('Module:Hatnote list') local mHatnote = require('Module:Hatnote') local yesNo = require('Module:Yesno') local p = {} --Implements {{For}} from the frame --uses capitalized "For" to avoid collision with Lua reserved word "for" function p.For (frame) mArguments = require('Module:Arguments') return p._For(mArguments.getArgs(frame)) end --Implements {{For}} but takes a manual arguments table function p._For (a...")
- 16:01, 5 August 2025 Randombell talk contribs created page Template:Notice (Created page with "{{Mbox | name = Notice | demospace = {{{demospace|}}} | style = {{#if:{{{style|}}} |{{{style}}} }} | subst = <includeonly>{{subst:substcheck}}</includeonly> | type = notice | image = {{#if:{{{image|}}} |[[File:{{{image}}}|40px|Notice|alt={{{imagealt|}}}]]}} | small = {{{small|}}} | smallimage = {{#if:{{{image|}}} |[[File:{{{image}}}|30px|Notice|alt={{{imagealt|}}}]]}} | imageright = {{#if:{{{imageright|}}} |{{{imageright}}} |{{#if:{{{shor...")
- 16:00, 5 August 2025 Randombell talk contribs created page Template:Improve documentation (Created page with "{{SAFESUBST:<noinclude />#invoke:Unsubst||date=__DATE__ |$B={{Ombox | type = content | name = Improve documentation | class = ambox-Refimprove | image = 50x40px|link=|alt=Edit-copy green with red question mark | text = This {{#switch:{{NAMESPACE}}|{{ns:828}}=module|#default=template}}'s documentation is '''missing, inadequate, or does not accurately describe its functionality or t...")
- 16:00, 5 August 2025 Randombell talk contribs created page Template:No documentation (Redirected page to Template:Improve documentation) Tag: New redirect
- 15:59, 5 August 2025 Randombell talk contribs created page Template:Person infobox header (Created page with "{{ombox|type=content|text=The design and content of biographical infoboxes must comply with Wikipedia’s verifiability policy, as well as the infobox and biographical style guidelines. All content displayed by this template must adhere to the '''Wikipedia:Biographies of living persons|biographies of living perso...")
- 15:59, 5 August 2025 Randombell talk contribs created page Template:For (Created page with "<includeonly>{{#invoke:For|For}}</includeonly><noinclude> {{Documentation}} </noinclude>")
- 15:59, 5 August 2025 Randombell talk contribs created page Template:Pp-move (Created page with "<includeonly>{{#invoke:Protection banner|main}}</includeonly><noinclude> {{documentation}} <!-- Categories go on the /doc subpage, and interwikis go on Wikidata. --> </noinclude>")
- 15:58, 5 August 2025 Randombell talk contribs created page Template:Pp-move-indef (Redirected page to Template:Pp-move) Tag: New redirect
- 15:58, 5 August 2025 Randombell talk contribs created page Template:!mxt (Created page with "{{#ifeq:{{NAMESPACE}}|{{ns:0}}|{{FormattingError|[[:{{safesubst:<noinclude/>#invoke:TEMPLATENAME|main}}]] is only for examples of style and formatting. Do not use it in actual articles.}}|<span class="example deprecated-content example-bad monospaced example-mono" style="font-family: monospace, monospace; color: var(--color-content-removed, #8B0000);" {{#if:{{{title|}}}|title="{{{title}}}"}}>{{{1|Example text}}}</span>}}<!--"monospace, monospace" needed per Wikipedia:Typ...")
- 15:57, 5 August 2025 Randombell talk contribs created page Template:Infobox person/doc (Created page with "<noinclude>{{pp-template|small=yes}}{{pp-move-indef}}</noinclude>{{for|an infobox for fictional characters|Template:Infobox character}} {{Template shortcut|Personbox}} {{documentation subpage}} {{Person infobox header}} {{High-use|info=About [https://linkcount.toolforge.org/index.php?project=en.wikipedia.org&page=Template:Infobox_person&namespaces=0 410,000] of them (90%) are in mainspace.}} {{Notice|Please note that in 2016, the {{para|religion}} and {{para|ethnicity}}...")
- 11:34, 5 August 2025 Randombell talk contribs created page Levi Trevino (Created page with "{{Infobox person | name = Levi Trevino | series = | image = missing.jpg | caption = | birthname = Levi Andrea Trevino | maidename = | birth_date = {{birth date and age|1961|12|28}} | birth_place = New York, NY | death_date = | death_place = | killer = | death_cause = | occupation = Filmmaker | species = | title = | associates = | spouses = | significantother = | family = | children = | relatives = | school_name = | school_year = }} '''...")
- 11:31, 5 August 2025 Randombell talk contribs created page Category:People (Created blank page)
- 10:19, 5 August 2025 Randombell talk contribs created page Module:URL (Created page with "-- -- This module implements {{URL}} -- -- See unit tests at Module:URL/testcases local p = {} local function safeUri(s) local success, uri = pcall(function() return mw.uri.new(s) end) if success then return uri end end local function extractUrl(args) for name, val in pairs(args) do if name ~= 2 and name ~= "msg" then local url = name .. "=" .. val; url = mw.ustring.gsub(url, '^[Hh][Tt][Tt][Pp]([Ss]?):(/?)([^/])', 'http%1://%3') local uri = sa...")
- 10:19, 5 August 2025 Randombell talk contribs created page Template:Infobox franchise/doc (Created page with "{{Documentation subpage}} <!-- PLEASE ADD CATEGORIES AT THE BOTTOM OF THIS PAGE --> {{Template shortcut|Infobox franchise}} {{Auto italic title|italic_title}} {{Lua|Module:Infobox|Module:InfoboxImage|Module:Check for unknown parameters}} {{tl|Infobox media franchise}} is used to quickly list all the major creative works of a media franchise, as well as a franchise's creator(s), origins, and owner(s). == Usage == The infobox may be added by pasting the template...")
- 10:18, 5 August 2025 Randombell talk contribs created page Template:Infobox franchise (Created page with "{{Infobox | italic title = {{{italic_title|<noinclude>no</noinclude>}}} | bodyclass = vevent | abovestyle = font-style: italic; background: {{if empty|{{{color|}}}|{{{colour|}}}|lavender}}; {{#if:{{{color|}}}{{{colour|}}}|color: {{Greater color contrast ratio|{{if empty|{{{color|}}}|{{{colour|}}}}}}};}} | aboveclass = summary | above = <includeonly>{{{title|{{PAGENAMEBASE}}}}}</includeonly> | headerstyle = background: {{if empty|{{{color|}}}|{{{colour|}}}|laven...")
- 10:17, 5 August 2025 Randombell talk contribs created page Module:Official website (Created page with "local makeUrl = require('Module:URL')._url local p = {} -- Wrapper for pcall which returns nil on failure. local function quickPcall(func) local success, result = pcall(func) if success then return result end end -- Gets the rank for a Wikidata property table. Returns 1, 0 or -1, in -- order of rank. local function getRank(prop) local rank = prop.rank if rank == 'preferred' then return 1 elseif rank == 'normal' then return 0 elseif rank == 'deprecated' th...")
- 10:17, 5 August 2025 Randombell talk contribs created page Template:R with old history (Created page with "<noinclude>{{Template:This is a redirect/rcat}} </noinclude>{{Redirect template |id=R with old history |name=With old history |from=a page that was from a historic version of this Wikipedia project |all category=Redirects with old history |printworthy={{#ifeq:{{{1}}}|printworthy|yes|no}} }}<noinclude> <!-- Place categories on /doc subpage; interwikis go to Wikidata. --> {{Documentation}} </noinclude>")
- 10:17, 5 August 2025 Randombell talk contribs created page Template:R with history (Created page with "<noinclude> {{This is a redirect/rcat}} </noinclude>{{Redirect template |id=R with history |name=With history |from=a page containing <span class="editlink plainlinks">[{{fullurl:{{FULLPAGENAMEE}}|action=history}} '''substantive page history''']</span> |info=This page is kept as a redirect to preserve its former content and attributions. Please <em>do not</em> remove the tag that generates this text (unless the need to recreate content on this page has been demon...")
- 10:16, 5 August 2025 Randombell talk contribs created page Template:R to rcat (Created page with "<noinclude>{{This is a redirect/rcat}} </noinclude>{{Redirect template |id=R to redirect template |name=To a redirect category (rcat) template |from=an alias/shortcut (usually), or from a redirect that is the result of a page move/rename, |to=a redirect category (rcat) template |template category=Redirects to redirect templates |other category=Redirects to template namespace |printworthy=no }}<includeonly>{{{category|Category:Redirects to redi...")
- 10:16, 5 August 2025 Randombell talk contribs created page Template:R from merge (Created page with "<noinclude>{{This is a redirect/rcat}} </noinclude>{{Redirect template |id=R from merge |name=From a merge |from=a page that was merged into another page |info=This redirect was kept in order to preserve [[Special:PageHistory/{{FULLPAGENAMEE}}|'''the edit history of this page''']] after its content was merged into {{#if:{{{1|}}}|'''[[{{{1}}}]]'''|the content of the target page}}. Please ''do not'' remove the tag that generates this text (unless the need to recre...")
- 10:15, 5 August 2025 Randombell talk contribs created page Module:RedirectData (Created page with "local p = {} function p.getRedirectToNamespace(frame) titleObject = mw.title.getCurrentTitle() -- check if this is a redirect if titleObject.redirectTarget then targetNamespace = titleObject.redirectTarget.nsText return targetNamespace end return "Notaredirect" end function p.getTalkPage(frame) -- this is code written to check for the criteria to apply {{R to talk page}} - essentially, whether the redirect is outside of, and going into, a talk namespace titleO...")
- 10:15, 5 August 2025 Randombell talk contribs created page Template:R from shortcut (Created page with "<noinclude>{{Template:This is a redirect/rcat|from shortcut}} </noinclude>{{#switch:{{#invoke:RedirectData|getRedirectToNamespace}} |Template= {{Redirect template |id=R from template shortcut |name=From a template shortcut |from=a shortcut page name '''in ''any'' namespace''' |to=a page in template namespace |info=**Shortcuts are wikilinked on community pages, talk pages, and edit summaries,...")
- 10:14, 5 August 2025 Randombell talk contribs created page Template:R from template shortcut (Redirected page to Template:R from shortcut) Tag: New redirect
- 10:14, 5 August 2025 Randombell talk contribs created page Template:Unbulleted (Redirected page to Template:Unbulleted list) Tag: New redirect
- 10:13, 5 August 2025 Randombell talk contribs created page Template:URL (Created page with "<includeonly>{{#invoke:URL|url}}</includeonly>{{#invoke:Check for unknown parameters|check|unknown={{main other|_VALUE_{{PAGENAME}}}}|preview=Page using Template:URL with unknown parameter "_VALUE_"|ignoreblank=y | 1 | 2 }}<noinclude>{{documentation}}</noinclude>")
- 10:13, 5 August 2025 Randombell talk contribs created page Template:Done/See also (Created page with "<!--This is transcluded into all these templates' /doc pages to save time. -->{{Documentation subpage|override=see also|several templates {{bracket|Details}}}}{{align|right|2=''This list:'' {{navbar|Done/See also|plain=1}}}}<noinclude>__NOTOC__</noinclude> ===Inline icon templates by shape and color=== Any of the following inline, comment-level templates can be converted into {{tl|Resolved}}-style hatnotes by using {{tl|Re...")
- 10:12, 5 August 2025 Randombell talk contribs created page Template:Respond (Created page with "<includeonly>File:{{{{{|safesubst:}}}#switch:{{{1|{{{icon|}}}}}} |blackcheck = Black check.svg |bluebrokenplus = Symbol unsupport2 vote.svg |bluecheck2 = Cornflower blue check.svg |bluecheck = Artículo bueno-blue.svg |blueclock = Pictogram voting wait blue.svg |blueplus = Symbol support2 vote.svg |deferred = Symbol deferred.svg |greencheck2 = Yes check.svg |greencheck = Symbol confirmed.svg |greenclock = Pictogram voting wait green.svg |greenplus = Symbol support vote...")
- 10:11, 5 August 2025 Randombell talk contribs created page Template:A note/doc (Created page with "{{Documentation subpage}} <!-- PLEASE ADD CATEGORIES AT THE BOTTOM OF THIS PAGE --> == Usage == A demonstration of default output, for an actual note about this template: :{{a note}} The "A" in the name of this template doesn't stand for anything, it's the English article "a". {{tl|note}} already existed as part of the old way of doing citations. Pass an argument for a custom start. {{tlx|A note|Custom note:}} produces: :{{A note|Custom note:}} == See al...")
- 10:11, 5 August 2025 Randombell talk contribs created page Template:A note (Created page with "{{Respond|info|{{ucfirst:{{{1|Note:}}}}}|alt=information}}<!--template:A note--><noinclude> {{documentation}}</noinclude>")
- 10:11, 5 August 2025 Randombell talk contribs created page Template:Citation/styles.css (Created page with "{{pp|small=y}}: * This page is a convenient place for the "citation" styles that are * available in many of our citation templates. This page can be considered the * authoritative source for those styles. Template:Citation, like all CS1/2 * templates, is styled from Module:Citation/CS1/styles.css, *not* here.: Break long urls, etc., rather than overflowing box: .citation { word-wrap: break-word; } /* Highlight linked elements (such as clicke...")
- 10:11, 5 August 2025 Randombell talk contribs created page Template:Note (Created page with "<noinclude>{{Distinguish|Template:A note}} </noinclude><templatestyles src="Citation/styles.css"/><span class="citation wikicite" id="endnote_{{{1}}}"><b>^{{{2|}}}</b>{{#if:{{{3|}}}| {{{3|}}}}}</span> <noinclude> {{Documentation|Template:Ref/doc}} <!-- Add categories and interwikis to the /doc subpage, not here! --> </noinclude>")
- 10:10, 5 August 2025 Randombell talk contribs created page Template:Official website (Created page with "<includeonly>{{#invoke:Official website|main}}{{#invoke:Check for unknown parameters|check|showblankpositional=1|unknown={{main other|1=_VALUE_{{PAGENAME}}}}|preview=Page using Template:Official website with unknown parameter "_VALUE_"|1|2|URL|url|name}}</includeonly><!-- --><noinclude>{{documentation}}</noinclude>")