This wiki is still in active development, many areas of the site are unstable or broken.
In the meantime, consider adding content to pages you like!
Main public logs
From NBITTRPG Wiki
Combined display of all available logs of NBITTRPG Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 09:09, 24 September 2026 CStatic talk contribs deleted page Template:CopyText (content was: "<includeonly> <br style="clear: both;"> <h2 class="copy-to-clipboard-header-text" style="font-size: 16px; border-bottom: none;">'''Copy & Pasting'''</h2><!-- --><span class="copy-to-clipboard-button wds-button wds-is-secondary wds-is-squished" style="float: right; cursor: pointer; color: currentColor; border-color: currentColor; margin-top: -37px;" data-text="{{{1|}}}">Copy t...", and the only contributor was "CStatic" (talk))
- 08:38, 24 September 2026 CStatic talk contribs created page Template:WeathiaLocationsNavBox/doc (Created page with "This is a navbox template to be used on Category: Weathia Locations pages. == Usage == <syntaxhighlight lang="xml+smarty"> {{Template:WeathiaLocationsNavBox}} </syntaxhighlight> <includeonly>Category:Templates Category:Navbox templates</includeonly>")
- 08:48, 23 September 2026 CStatic talk contribs deleted page Template:Speech bubble (content was: "<table cellspacing="0" style="color: {{{color|#333333}}};"> <tr> <td style="width: 20px; margin: 0px; padding: 0px; height: 20px;" valign="middle"> <div style="position: absolute;"> {{#switch:{{{arrow|}}} |top=<div style="position: relative; top: -10px; width: 0px; height: 0px; border-style: solid; border-width: 0 20px 20px 0; border-color: transparent {{{border|#8ed1ec}}} tra...", and the only contributor was "CStatic" (talk))
- 08:48, 23 September 2026 CStatic talk contribs deleted page Template:Link (content was: "<includeonly><!-- -->{{#if: {{{1|}}}<!-- -->|{{#if: {{{2|}}}<!-- -->|[[{{{1}}}|<span style="color:{{{color|#037ec4}}};">{{{2}}}</span>]]<!-- -->|[[{{{1}}}|<span style="color:{{{color|#037ec4}}};">{{{1}}}</span>]]<!-- -->}}<!-- -->|{{#if: {{{2|}}}<!-- -->|<span style="color:{{{color|#000000}}};">{{{2}}}</span><!-- -->|<!-- -->}}<!-- -->}}</includeonly><noinclu...", and the only contributor was "CStatic" (talk))
- 08:44, 23 September 2026 CStatic talk contribs created page Template:MoSNavBox/doc (Created page with "This is a navbox template that goes on every Manual of Style page. == Usage == <syntaxhighlight lang="xml+smarty"> {{MoSNavBox}} </syntaxhighlight> == Example == {{MoSNavBox}} <includeonly>Category:Templates Category:Navbox templates</includeonly>")
- 08:38, 23 September 2026 CStatic talk contribs created page Template:Navbox with collapsible groups (Created page with "{{#invoke:Navbox|with collapsible groups}}<noinclude> {{documentation}} </noinclude>")
- 06:55, 23 September 2026 CStatic talk contribs deleted page Template:Tcl (content was: "<onlyinclude><includeonly>{{#switch: {{NAMESPACE: {{{1}}} }} |#default = {{FULLPAGENAME: {{{1}}} }} <!-- eg "User:Foo" --> |{{ns:0}} = {{#ifeq: {{NAMESPACE: {{{1}}} }} | {{NAMESPACE: Template{{{1}}} }} | Template:{{{1}}} <!-- no leading colon, eg "Foo" --> | {{PAGENAME: {{{1}}} }} <!-- leading colon, eg ":Foo", so we want the article -->...", and the only contributor was "CStatic" (talk))
- 06:54, 23 September 2026 CStatic talk contribs deleted page Template:Vdelinks (content was: "[[Template:{{{1}}}|v]] · [{{fullurl:Template talk:{{{1}}}}} d] · [[Special:EditPage/Template:{{{1}}}|e]]", and the only contributor was "Pynappo" (talk))
- 06:54, 23 September 2026 CStatic talk contribs deleted page Template:NavboxLua (content was: "{{#invoke:Navbox|main}}", and the only contributor was "CStatic" (talk))
- 06:54, 23 September 2026 CStatic talk contribs deleted page Template:Navbar (content was: "<includeonly>{{#if:{{{nodiv|}}}| <span|<div}} class="noprint plainlinks navbar" style="background:none; padding:0; font-weight:normal;{{{fontstyle|}}}; font-size:xx-small; {{{style|}}}"><!-- -->{{#if:{{{mini|}}}{{{plain|}}}|<!--nothing-->|<!--else: -->This box: }}<!-- -->{{#if:{{{brackets|}}}|[}}<!-- -->{{tcl|{{{1}}}}}|<span title="View this template" style="...", and the only contributor was "CStatic" (talk))
- 06:41, 23 September 2026 CStatic talk contribs created page Template:Navbox/styles.css (Created page with "{{pp|small=y}}: .navbox { box-sizing: border-box; border: 1px solid #a2a9b1; width: 100%; clear: both; font-size: 88%; text-align: center; padding: 1px; margin: 1em auto 0; Prevent preceding content from clinging to navboxes: } .navbox .navbox { margin-top: 0; No top margin for nested navboxes: } .navbox + .navbox-styles + .navbox, category positions are wrapped in an "empty" span in Parsoid [[phab:T378906]]: .navbox + span.mw-empty-elt +...")
- 06:36, 23 September 2026 CStatic talk contribs created page Template:Navbox/doc (Created page with "This is the general navbox template from [https://en.wikipedia.org/wiki/Template:Navbox Wikipedia]. == Usage == <syntaxhighlight lang="xml+smarty"> {{Navbox | name = Navbox/doc | state = uncollapsed | title = {{{title}}} | above = {{{above}}} | image = {{{image}}} | group1 = {{{group1}}} | list1 = {{{list1}}} | group2 = {{{group2}}} | list2 = {{{list2}}} | group3 = {{{group3}}} | list3 = {{{list3}}} | group4 = {{{group4}}} | list4 = {{{list4}}} | below = {{{b...")
- 06:24, 23 September 2026 CStatic talk contribs created page Module:Section link (Created page with "-- This module implements {{section link}}. require('strict'); local checkType = require('libraryUtil').checkType local p = {} local function makeSectionLink(page, section, display) display = display or section page = page or '' -- MediaWiki doesn't allow these in 'page', so only need to do for 'section' if type(section) == 'string' then section = string.gsub(section, "{", "{") section = string.gsub(section, "}", "}") end return string.format('[[%s...")
- 06:24, 23 September 2026 CStatic talk contribs created page Template:Section link (Created page with "<includeonly>{{SAFESUBST:<noinclude />#invoke:Section link|main}}</includeonly><noinclude> {{documentation}} <!-- Categories go on the /doc subpage and interwikis go on Wikidata. --> </noinclude>")
- 06:23, 23 September 2026 CStatic talk contribs created page Module:Navbar/styles.css (Created page with "{{pp|small=yes}}: .navbar { display: inline; font-size: 88%; font-weight: normal; } .navbar-collapse { float: left; text-align: left; } .navbar-boxtext { word-spacing: 0; } .navbar ul { display: inline-block; white-space: nowrap; line-height: inherit; } .navbar-brackets::before { margin-right: -0.125em; content: '[ '; } .navbar-brackets::after { margin-left: -0.125em; content: ' ]'; } .navbar li { word-spacing: -0.125em; } .navbar a > span, .nav...")
- 06:22, 23 September 2026 CStatic talk contribs created page Template:Hlist (Created page with "{{<includeonly>safesubst:</includeonly>#invoke:list|horizontal}}")
- 06:04, 23 September 2026 CStatic talk contribs created page Module:List (Created page with "local libUtil = require('libraryUtil') local checkType = libUtil.checkType local mTableTools = require('Module:TableTools') local p = {} local listTypes = { ['bulleted'] = true, ['unbulleted'] = true, ['horizontal'] = true, ['ordered'] = true, ['horizontal_ordered'] = true } function p.makeListData(listType, args) -- Constructs a data table to be passed to p.renderList. local data = {} -- Classes and TemplateStyles data.classes = {} data.templatestyles = ''...")
- 06:02, 23 September 2026 CStatic talk contribs created page Template:Hlist/styles.css (Created page with "{{pp-template}}: * hlist styles are defined in core and Minerva and differ in Minerva. The * current definitions here (2023-01-01) are sufficient to override Minerva * without use of the hlist-separated class. The most problematic styles were * related to margin, padding, and the bullet. Check files listed at * [[MediaWiki talk:Common.css/to do#hlist-separated]]: /* * TODO: When the majority of readership supports it (or some beautiful world * in which...")
- 06:01, 23 September 2026 CStatic talk contribs created page Module:Navbar/configuration (Created page with "return { ['templatestyles'] = 'Module:Navbar/styles.css', ['hlist_templatestyles'] = 'Hlist/styles.css', ['box_text'] = 'This box: ', -- default text box when not plain or mini ['title_namespace'] = 'Template', -- namespace to default to for title ['invalid_title'] = 'Invalid title ', ['classes'] = { -- set a line to nil if you don't want it ['navbar'] = 'navbar', ['plainlinks'] = 'plainlinks', -- plainlinks ['horizontal_list'] = 'hlist', -- horizontal lis...")
- 05:59, 23 September 2026 CStatic talk contribs created page Module:Navbar (Created page with "local p = {} local cfg = mw.loadData('Module:Navbar/configuration') local function get_title_arg(is_collapsible, template) local title_arg = 1 if is_collapsible then title_arg = 2 end if template then title_arg = 'template' end return title_arg end local function choose_links(template, args) -- The show table indicates the default displayed items. -- view, talk, edit, hist, move, watch -- TODO: Move to configuration. local show = {true, true, true, false, false...")
- 04:55, 23 September 2026 CStatic talk contribs created page Module:Color contrast/colors (Created page with "return { aliceblue = 0.92880068253475, antiquewhite = 0.84646951707754, aqua = 0.7874, aquamarine = 0.8078549208338, azure = 0.97265264954166, beige = 0.8988459998705, bisque = 0.80732327372979, black = 0, blanchedalmond = 0.85084439608156, blue = 0.0722, blueviolet = 0.12622014321946, brown = 0.098224287876511...")
- 04:54, 23 September 2026 CStatic talk contribs created page Module:Color contrast (Created page with "-- -- This module implements -- {{Color contrast ratio}} -- {{Greater color contrast ratio}} -- {{ColorToLum}} -- {{RGBColorToLum}} -- local p = {} local HTMLcolor = mw.loadData( 'Module:Color contrast/colors' ) local function sRGB (v) if (v <= 0.03928) then v = v / 12.92 else v = math.pow((v+0.055)/1.055, 2.4) end return v end local function rgbdec2lum(R, G, B) if ( 0 <= R and R < 256 and 0 <= G and G < 256 and 0 <= B and B < 256 ) then return 0.2126 *...")
- 04:50, 23 September 2026 CStatic talk contribs created page Module:Navbox/styles.css (Created page with "{{pp|small=y}}: .navbox { box-sizing: border-box; border: 1px solid #a2a9b1; width: 100%; clear: both; font-size: 88%; text-align: center; padding: 1px; margin: 1em auto 0; Prevent preceding content from clinging to navboxes: } .navbox .navbox { margin-top: 0; No top margin for nested navboxes: } .navbox + .navbox-styles + .navbox, category positions are wrapped in an "empty" span in Parsoid [[phab:T378906]]: .navbox + span.mw-empty-elt +...")
- 04:44, 23 September 2026 CStatic 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 = {...")
- 03:40, 23 September 2026 CStatic talk contribs created page Template:See also/doc (Created page with "This is a hatnote template that can be used on article sections that may contain different information than its main info page. If readers should or would want to read more about the topic, this hatnote would be appropriate. For example, on a character page, this can be used in a section about a character's role in an event if the section contains a heavily summarized or biased version of the event in question. == Usage == <syntaxhighlight lang="xml+smarty"> {{See als...")
- 20:46, 22 September 2026 CStatic talk contribs created page Template:Hatnote/doc (Created page with "This template is for adding a small notice to the top of a page in case a user may have found themselves on the wrong article. See the last section for specific hatnote templates with specific purposes on the wiki. For more information on what hatnotes are, see the page on [https://en.wikipedia.org/wiki/Wikipedia:Hatnote Wikipedia]. == Usage == <syntaxhighlight lang="xml+smarty"> {{Hatnote|hatnote text}} </syntaxhighlight> == Example == {{Hatnote|This is a hatnote. Look...")
- 20:33, 22 September 2026 CStatic talk contribs deleted page Template:Further (content was: "<includeonly>{{#invoke:Hatnote|further}}</includeonly>", and the only contributor was "CStatic" (talk))
- 20:31, 22 September 2026 CStatic talk contribs created page Template:About/doc (Created page with "This template is from [https://en.wikipedia.org/wiki/Template:About Wikipedia] and is a subcategory of Template:Hatnote. It is used to clear up ambiguity. == Usage == ;{{T|About}}: Links the reader to other articles with similar titles or concepts that they may have been seeking instead. The template has several formats, including: :;{{T|About|Use1}} →:{{About|}} :;{{T|About|Use1|<nowiki/>|Main Page}} →:{{About|Use1||Main Page}} :;{{T|About|Use1|<nowiki/>|Main P...")
- 20:29, 22 September 2026 CStatic talk contribs deleted page Template:Comma separated entries (content was: "{{<includeonly>safesubst:</includeonly>#invoke:Separated entries|comma}}<noinclude> {{documentation}} <!-- Categories go on the /doc subpage, and interwikis go on Wikidata. --> </noinclude>", and the only contributor was "CStatic" (talk))
- 20:25, 22 September 2026 CStatic talk contribs deleted page Template:Short description/lowercasecheck (content was: "{{#ifeq:<!--test first character for lower-case letter-->{{#invoke:string|find|1={{{1|}}}|2=^%l|plain=false}}|1 |<!-- first character is a lower case letter; test against whitelist -->{{#switch: {{First word|{{{1|}}}}}<!--begin whitelist--> |c. <!--for circa--> |gTLD |iMac |iOS |iOS, |iPad |iPhone |iTunes |macOS |none |pH |pH-dependent=<!-- end whitelist; short description sta...", and the only contributor was "CStatic" (talk))
- 20:22, 22 September 2026 CStatic talk contribs created page Template:Disambiguation/doc (Created page with "This is a notice template used on disambiguation pages. == Usage == <syntaxhighlight lang="xml+smarty"> {{Disambiguation}} </syntaxhighlight> == Example == {{:Template:Disambiguation}} <includeonly>Category:Templates Category:Notice templates</includeonly>")
- 20:18, 22 September 2026 CStatic talk contribs deleted page Template:Main other (content was: "{{#switch: <!--If no or empty "demospace" parameter then detect namespace--> {{#if:{{{demospace|}}} | {{lc: {{{demospace}}} }} <!--Use lower case "demospace"--> | {{#ifeq:{{NAMESPACE}}|{{ns:0}} | main | other }} }} | main = {{{1|}}} | other | #default = {{{2|}}} }}<noinclude> {{documentation}} <!-- Add categories to the /doc subpage; interwikis...", and the only contributor was "CStatic" (talk))
- 20:17, 22 September 2026 CStatic talk contribs deleted page Template:Main (content was: "{{#invoke:Hatnote|main}}", and the only contributor was "Pynappo" (talk))
- 19:31, 22 September 2026 CStatic talk contribs created page Template:Short description/lowercasecheck (Created page with "{{#ifeq:<!--test first character for lower-case letter-->{{#invoke:string|find|1={{{1|}}}|2=^%l|plain=false}}|1 |<!-- first character is a lower case letter; test against whitelist -->{{#switch: {{First word|{{{1|}}}}}<!--begin whitelist--> |c. <!--for circa--> |gTLD |iMac |iOS |iOS, |iPad |iPhone |iTunes |macOS |none |pH |pH-dependent=<!-- end whitelist; short description starts with an allowed lower-case string; whitelist matched; do nothing --> |#default=<!-- apply c...")
- 19:29, 22 September 2026 CStatic talk contribs created page Module:SDcat (Created page with "--SDcat Module to check whether local short description matches that on Wikidata -- local p = {} ------------------------------------------------------------------------------- --[[ setCat has the qid of a Wikidata entity passed as |qid= (it defaults to the associated qid of the current article if omitted) and the local short description passed as |sd= It returns a category if there is an associated Wikidata entity. It returns one of the following tracking categor...")
- 19:10, 22 September 2026 CStatic talk contribs created page Template:Delink/doc (Created page with "This template is from [https://en.wikipedia.org/wiki/Template:Delink Wikipedia] and is used to remove links from wikitext. == Usage == Basic <syntaxhighlight lang="xml+smarty"> {{delink|link}} </syntaxhighlight> All parameters <syntaxhighlight lang="xml+smarty"> {{delink | 1 = | wikilinks = no | urls = no | comments = no | whitespace = no | refs = yes }} </syntaxhighlight> == Example == {| class="wikitable" ! Code ! Output |- | <syntaxhighligh...")
- 11:25, 22 September 2026 CStatic talk contribs deleted page MediaWiki:Gadget-cosmostweaks.js (content was: "canada's cosmostweaks last updated: 28 september 2024 refer to [[dev:CosmosTweaks]] on dev.miraheze.org: // sidetools enableTOC = true; enableEditButton = true; enableFullwide = true; defaultFullwide = false; // dark mode enableDarkMode = true; defaultDarkMode = false; onlyDarkMode = false; // misc enableBannerNav = true; enableBackToTop = true; enableHideRail = true; // localization const i18n = { // For localization: Change the text in the "" quotation m...")
- 11:21, 22 September 2026 CStatic talk contribs deleted page MediaWiki:Gadget-cosmostweaks.css (content was: "@import url('https://fonts.googleapis.com/css2?family=Rosario:ital,wght@0,300..700;1,300..700&family=Rubik:ital,wght@0,300..900;1,300..900&display=swap'); CS added thisvvv: .portable-infobox { margin-right:3px; border-radius:5px; } .portable-infobox .pi-navigation { text-shadow:1px 1px 0 var(--content-background-color),-1px 1px 0 var(--content-background-color),1px -1px 0 var(--content-background-color),-1px -1px 0 var(--content-background-color),0px 1px 0 var(--cont...")
- 11:13, 22 September 2026 CStatic talk contribs created page MediaWiki:Sitenotice (Created page with "This wiki is still in active development, many areas of the site are unstable or broken. In the meantime, consider adding content to pages you like!")
- 23:05, 21 September 2026 CStatic talk contribs deleted page Template:Dir (content was: "{{#ifeq:{{#dir:{{{lang|{{{1|{{int:lang}}}}}}}}}}|rtl|{{{2|{{{rtl|rtl}}}}}}|{{{3|{{{ltr|ltr}}}}}}}}", and the only contributor was "CStatic" (talk))
- 23:02, 21 September 2026 CStatic talk contribs deleted page Template:NPC (content was: "#REDIRECT Template:NPCInfobox", and the only contributor was "CStatic" (talk))
- 23:02, 21 September 2026 CStatic talk contribs deleted page Template:Delimited tag (content was: "{{#invoke:Delimited tag|main}}", and the only contributor was "CStatic" (talk))
- 22:59, 21 September 2026 CStatic talk contribs deleted page Template:Line (content was: "<div style="height: 1px; margin: 2px 0 0; background: rgb(166, 166, 166); background: rgba(166, 166, 166, 0.5);"></div><br>", and the only contributor was "CStatic" (talk))
- 22:57, 21 September 2026 CStatic talk contribs deleted page Template:Testbox (content was: "<infobox> <title source="name"> <default>{{PAGENAME}}</default> </title> <navigation><font color="grey"><div align="center">{{{special}}} Character</div></font></navigation> <image source="image" /> <header>{{{header | Information}}}</header> <data source="aliases"><label>Aliases</label></data> <data source="species"><label>Species</label></data> <data source="affiliation"><la...", and the only contributor was "CStatic" (talk))
- 22:54, 21 September 2026 CStatic talk contribs deleted page Template:TOC (content was: "{{#if:{{{limit|}}}|<templatestyles src="TOC/limit-styles.css"/>}}<div style="{{#if:{{{clear|}}}{{{align|}}}| clear: {{{clear|both}}}; }} margin-bottom: .5em; float: {{{align|none}}}; {{#ifeq: {{lc:{{{align|}}}}} | right | margin-left:2em; | {{#ifeq: {{lc:{{{align|}}}}} | left | margin-right:2em; | <!-- align=none --> }} }} width: {{{width|auto}}};" {{#if:{{{limit|}}}|class="to...", and the only contributor was "CStatic" (talk))
- 22:53, 21 September 2026 CStatic talk contribs deleted page Template:TOCright (content was: "{{TOC |clear={{{clear|{{dir|{{PAGELANGUAGE}}|left|right}}}}} |width={{{width|{{{1|auto}}}}}} |align={{dir|{{PAGELANGUAGE}}|left|right}} |limit={{{limit|}}} }}", and the only contributor was "CStatic" (talk))
- 22:51, 21 September 2026 CStatic talk contribs deleted page Template:Quote box (content was: "<templatestyles src="Template:Quote_box/styles.css" /><div class="quotebox pullquote {{#switch: {{lc:{{{align|}}}}} | center = centered | left = floatleft | none = | floatright }} {{{class|}}}" style=" {{#if:{{{width|}}} |width:{{{width}}};}} {{#ifeq:{{{border}}}|none|border:none;|{{#if:{{{border|}}}|border-width: {{{border}}}}};...", and the only contributor was "CStatic" (talk))
- 22:50, 21 September 2026 CStatic talk contribs deleted page Template:Quote box/styles.css (content was: "{{pp-template}}: .quotebox { background-color: rgba(255, 255, 255, 0.25); border: 1px solid #aaa; box-sizing: border-box; padding: 10px; font-size: 88%; max-width: 100%; } .quotebox.floatleft { margin: .5em 1.4em .8em 0; } .quotebox.floatright { margin: .5em 0 .8em 1.4em; } .quotebox.centered { overflow: hidden; position: relative; margin: .5em auto .8em auto;...", and the only contributor was "CStatic" (talk))
- 22:33, 21 September 2026 CStatic talk contribs created page Template:If empty/doc (Created page with "Not sure what it does, but read more on the [https://en.wikipedia.org/wiki/Template:If_empty Wikipedia] page. <includeonly>Category:Templates</includeonly>")
- 22:28, 21 September 2026 CStatic talk contribs deleted page Template:IsDesktop (content was: "desktop", and the only contributor was "CStatic" (talk))
