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).
- 06:56, 11 March 2025 CStatic talk contribs created page Template:Quote box (Created page with "<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}}}}};}} {{#if:{{{fontsize|}}}|font-size: {{{fontsize}}};}} {{#if:{{{bgcolor|}}}|color: #2021...")
- 06:54, 11 March 2025 CStatic talk contribs created page Template:Quote box/styles.css (Created page with "{{pp-template}}: .quotebox { background-color: #F9F9F9; 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; } .quotebox.floatleft span, .quotebox.floatright span { font-style: inherit; } .quotebox > blockquote { margin:...")
- 06:40, 11 March 2025 CStatic talk contribs created page Template:Poem quote (Created page with "<includeonly>{{Blockquote |text={{#if:{{{text|}}}{{{quote|}}}{{{quotetext|}}}{{{content|}}}{{{1|}}}|{{#tag:poem|{{if empty|{{{text|}}}|{{{quote|}}}|{{{quotetext|}}}|{{{content|}}}|{{{1|}}}}}}}}} |char={{{char|{{{character|}}}}}} |2={{{2|}}} |author={{{author|}}} |by={{{by|}}} |cite={{{cite|}}} |personquoted={{{personquoted|}}} |sign={{{sign|}}} |3={{{3|}}} |publication={{{publication|}}} |quotesource={{{quotesource|}}} |source={{{source|}}} |title={{{title|}}} |ts={{{ts|...")
- 06:38, 11 March 2025 CStatic 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>}}}}}}}}}}}}}}}{{#if:{{{sign|}...")
- 06:35, 11 March 2025 CStatic talk contribs created page Module:Separated entries (Created page with "-- This module takes positional parameters as input and concatenates them with -- an optional separator. The final separator (the "conjunction") can be -- specified independently, enabling natural-language lists like -- "foo, bar, baz and qux". The starting parameter can also be specified. local compressSparseArray = require('Module:TableTools').compressSparseArray local p = {} function p._main(args) local dataPlural = args.dataPlural local separator = args.separator...")
- 06:34, 11 March 2025 CStatic talk contribs created page Template:Comma separated entries (Created page with "{{<includeonly>safesubst:</includeonly>#invoke:Separated entries|comma}}<noinclude> {{documentation}} <!-- Categories go on the /doc subpage, and interwikis go on Wikidata. --> </noinclude>")
- 06:33, 11 March 2025 CStatic talk contribs created page Template:If empty (Created page with "{{<includeonly>safesubst:</includeonly>#invoke:If empty|main}}<noinclude>{{Documentation}}</noinclude>")
- 06:33, 11 March 2025 CStatic talk contribs created page Module:If empty (Created page with "local p = {} function p.main(frame) local args = require('Module:Arguments').getArgs(frame, {wrappers = 'Template:If empty', removeBlanks = false}) for k,v in ipairs(args) do if v ~= '' then return v end end end return p")
- 06:31, 11 March 2025 CStatic talk contribs created page Template:Main 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:0}} | main | other }} }} | main = {{{1|}}} | other | #default = {{{2|}}} }}<noinclude> {{documentation}} <!-- Add categories to the /doc subpage; interwikis go to Wikidata, thank you! --> </noinclude>")
- 06:30, 11 March 2025 CStatic talk contribs created page Template:Lorem ipsum (Created page with "{{{{{|safesubst:}}}#invoke:lorem ipsum|main}}<noinclude> {{Documentation}} </noinclude>")
- 06:29, 11 March 2025 CStatic 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...")
- 06:29, 11 March 2025 CStatic 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...")
- 06:27, 11 March 2025 CStatic talk contribs created page Module:Check for unknown parameters (Created page with "-- This module may be used to compare the arguments passed to the parent -- with a list of arguments, returning a specified result if an argument is -- not on the list require ('strict'); local p = {} local function trim(s) return s:match('^%s*(.-)%s*$') end local function isnotempty(s) return s and s:match('%S') end local function clean(text) -- Return text cleaned for display and truncated if too long. -- Strip markers are replaced with dummy text representing...")
- 06:26, 11 March 2025 CStatic 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; } }")
- 06:20, 11 March 2025 CStatic talk contribs created page Template:Poem (Created page with "<includeonly><<noinclude></noinclude>poem>{{{1|}}}<<noinclude></noinclude>/poem></includeonly>")
- 05:44, 11 March 2025 CStatic talk contribs created page Template:StructuredQuote (working on this later)
- 05:43, 11 March 2025 CStatic talk contribs created page Template:Emdash (Created page with "<includeonly>—</includeonly><noinclude><templatedata> { "params": {}, "description": "This template returns an em dash (—)." } </templatedata> </noinclude>")
- 05:08, 11 March 2025 CStatic talk contribs deleted page File:StubIcon.png (Deleted old revision 20250311050827!StubIcon.png: content before blanking was: "")
- 05:08, 11 March 2025 CStatic talk contribs uploaded a new version of File:StubIcon.png (Brighter image)
- 04:54, 11 March 2025 CStatic talk contribs uploaded a new version of File:StubIcon.png (yayyy new version)
- 02:57, 11 March 2025 CStatic talk contribs created page Category:Marked for deletion (Created page with "These pages have been '''marked for deletion''' and require some discussion about deleting them before they are removed.")
- 07:00, 8 March 2025 CStatic talk contribs created page Template:IsDesktop (Created page with "desktop")
- 06:19, 8 March 2025 CStatic talk contribs created page NBITTRPG Wiki:Manual of Style/Page Formatting/Items (will work on it later)
- 05:15, 8 March 2025 CStatic talk contribs moved page Aucturacten to Aucturacten (Misspelled title)
- 23:46, 7 March 2025 CStatic talk contribs created page Spireathia: The Fire-Moth Effect (Created page with "{{SessionInfobox |campaign=Spireloft |sessiondate=July 4th, 2023 |previous=A Priest, a Politician, and a Loan Shark Walk Into a Bar |next=No Ship, Sherlock}} '''Spirethia: The Fire-Moth Effect''' is the session of Spireloft that comes after Spireloft's first arc. == Plot Summary == spireathia!!! == NPC Appearances == * Vrik Knaver * oh my gosh == Locations Visited == * Erumita {{SpireloftSessionsNavBox}} Category:Sessions Category:Spirel...")
- 23:29, 7 March 2025 CStatic talk contribs protected MediaWiki:EditSimilar-Categories [Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) (hist)
- 23:29, 7 March 2025 CStatic talk contribs created page MediaWiki:EditSimilar-Categories (Created page with "* Spireloft Sessions * Sessions * Locations * NPCs * PCs * Weathia: Resurrection Sessions")
- 22:05, 7 March 2025 CStatic talk contribs deleted page Template Showcase (content was: "#REDIRECT NBITTRPG Wiki:Template Showcase", and the only contributor was "CStatic" (talk))
- 12:43, 7 March 2025 CStatic talk contribs created page Template:Tab (making this page)
- 01:09, 6 March 2025 CStatic talk contribs created page Template:PCNavbox (ugly but will fix later) Tag: Disambiguation links
- 02:04, 5 March 2025 CStatic talk contribs protected Module:User error [Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) (hist)
- 02:03, 5 March 2025 CStatic talk contribs protected Module:Yesno [Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) (hist)
- 02:02, 5 March 2025 CStatic talk contribs protected Module:TableTools [Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) (hist)
- 02:02, 5 March 2025 CStatic talk contribs protected Module:T [Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) (hist)
- 02:02, 5 March 2025 CStatic talk contribs protected Module:Navbox/i18n [Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) (hist)
- 02:02, 5 March 2025 CStatic talk contribs protected Module:For [Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) [cascading] (hist)
- 02:01, 5 March 2025 CStatic talk contribs protected Module:Fallbacklist [Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) (hist)
- 02:01, 5 March 2025 CStatic talk contribs protected Module:Entrypoint [Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) (hist)
- 02:01, 5 March 2025 CStatic talk contribs protected Module:Delimited tag [Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) [cascading] (hist)
- 12:08, 4 March 2025 CStatic talk contribs created page MediaWiki:Common.js (Created page with "Any JavaScript here will be loaded for all users on every page load.: * * Name: WhatLinksHere * Version: v1.1 * Author: KockaAdmiralac <[email protected]> * Description: Adds a link to Special:WhatLinksHere below the edit dropdown: (function() { 'use strict'; var $list = $('.page-header__contribution-buttons .wds-list, .page-header__actions .wds-list, .UserProfileActionButton .WikiaMenuElement'); if (!$list.length || window.Wha...")
- 11:40, 4 March 2025 CStatic talk contribs created page Module:For/i18n (Created page with "-- <nowiki> return { ["_metadata"] = { ["order"] = { "disambiguation", "for-1", "for-2", "other" } }, ["en"] = { ["disambiguation"] = "$1 (disambiguation)", ["for-1"] = "For $1, see $2.", ["for-2"] = "For $1, see $2 or $3.", ["other"] = "other uses" }, ["be"] = { ["disambiguation"] = "$1 (неадназначнасць)", ["for-1...")
- 11:38, 4 March 2025 CStatic talk contribs created page Template:For (Created page with "{{#invoke:For|main}}")
- 11:38, 4 March 2025 CStatic talk contribs created page Module:For (Created page with "-- <nowiki> local p = {} local i18n = require('Module:I18n').loadMessages('For') local title = mw.title.getCurrentTitle() -- @param {*} val -- @returns {(string|nil)} local function sanitize(val) if type(val) == 'string' and mw.text.trim(val) ~= '' then return val end return nil end -- @param {table} args -- @returns {string} function p._main(args) local html = mw.html.create('dl') for i = 3, math.huge, 3 do local thing = sanitize(a...")
- 11:23, 4 March 2025 CStatic talk contribs created page Template:Delimited tag (Created page with "{{#invoke:Delimited tag|main}}")
- 11:22, 4 March 2025 CStatic talk contribs created page Module:Delimited tag/i18n (Created page with "-- <nowiki> return { ["_metadata"] = { ["order"] = { "delimiter-br", "delimiter-comma", "delimiter-comma-list", "delimiter-list", "delimiter-to", "final-delimiter-&", "final-delimiter-&-list", "final-delimiter-and", "final-delimiter-and-list", "final-delimiter-or", "final-delimiter-or-list", "mid-delimiter-&",...")
- 11:22, 4 March 2025 CStatic talk contribs created page Module:Delimited tag (Created page with "local i18n = require('Dev:I18n').loadMessages('Delimited tag') local p = {} function p.output(f) local args = f if f == mw.getCurrentFrame() then args = require('Module:Arguments').getArgs(f) end local tag = function(txt) return '<' .. args['tag'] .. '>' .. txt .. '</' .. args['tag'] .. '>' end local listLevel = args['list-level'] or '**' local output = tag(assert(args[1], i18n:msg('not-provided'))) local finalDelimiterValues = { ['none'] = '<nowiki...")
- 09:42, 4 March 2025 CStatic talk contribs deleted page Navbox.css (content was: "****************** * Navboxes ******************: * CSS Vars * Note: The linter will throw an error. See [https://community.fandom.com/wiki/Help:Advanced_CSS_and_JS#Common_issues this page] for more info.: .navbox { --navbox-bg-color: var(--theme-page-background-color); --navbox-text-color: var(--theme-page-text-color); --navbox-title-color: rgba(var(--th...", and the only contributor was "Pynappo" (talk))
- 09:24, 4 March 2025 CStatic talk contribs created page NBITTRPG Wiki:Manual of Style/Page Formatting/Sessions (draft)
- 01:16, 4 March 2025 CStatic talk contribs created page NBITTRPG Wiki:Manual of Style/Page Formatting/Locations (finally made ty ember)
- 22:05, 3 March 2025 Pynappo talk contribs created page MediaWiki:Lua/Navbox.css (Created page with "****************** * Navboxes ******************: * CSS Vars * Note: The linter will throw an error. See [https://community.fandom.com/wiki/Help:Advanced_CSS_and_JS#Common_issues this page] for more info.: .navbox { --navbox-bg-color: var(--theme-page-background-color); --navbox-text-color: var(--theme-page-text-color); --navbox-title-color: rgba(var(--theme-accent-color--rgb, rgb(102, 102, 102)), 0.5); --navbox-header-color: rgba(var(--theme-ac...")
