Main public logs
Combined display of all available logs of Break Into Chat - BBS wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 17:44, 1 June 2026 Josh Renaud talk contribs created page Break Into Chat articles (Created page with "This page lists all articles that have been published on the '''Break Into Chat''' blog. These articles include original research, interviews, retrospectives, and other BBS- and retrocomputing-related content. These articles are listed in reverse chronological order. <rss max="128" date="(Y-m-d)" >https://breakintochat.com/blog/feed/all-posts/</rss>")
- 16:59, 1 June 2026 Josh Renaud talk contribs created page MediaWiki:Rss-item-all-posts (Created page with "{{ MediaWiki:Rss-feed-all-posts \ | title = {{{title}}} \ | link = {{{link}}} \ | date = {{{date}}} \ | author = {{{author}}} \ | description = {{{description}}} }}")
- 16:57, 1 June 2026 Josh Renaud talk contribs created page MediaWiki:Rss-feed-all-posts (Created page with "<!-- This template is an improved version which requires Extension:ParserFunctions --><!-- ; '''<span class='plainlinks'>[{{{link}}} {{{title}}}]</span>'''{{#if: {{{description|}}}|: {{{description}}}}}{{#if: {{{author|}}} | {{#if: {{{date|}}} |: — {{{author}}} {{{date}}}}} | {{#if: {{{author|}}}|: — {{{author}}}}} {{#if: {{{date|}}}|:{{{date}}}}}|}} -->")
- 19:54, 2 May 2026 Josh Renaud talk contribs created page File:Stellar-chaos-title-ansi.png (An ANSI title screen from STellar Chaos v1.52.)
- 19:54, 2 May 2026 Josh Renaud talk contribs uploaded File:Stellar-chaos-title-ansi.png (An ANSI title screen from STellar Chaos v1.52.)
- 19:53, 2 May 2026 Josh Renaud talk contribs created page File:Stellar-chaos-title-screen-st.png (A title screen from STellar Chaos)
- 19:53, 2 May 2026 Josh Renaud talk contribs uploaded File:Stellar-chaos-title-screen-st.png (A title screen from STellar Chaos)
- 19:03, 2 May 2026 Josh Renaud talk contribs uploaded a new version of File:Thieves-guild-emulator-title.png
- 19:29, 1 May 2026 Josh Renaud talk contribs deleted page Data:CS1/Identifier limits.tab (content was: "{ "license": "CC0-1.0", "description": { "en": "Limit values for Citation Style 1 and 2 identifier error checking" }, "sources": "For help, see documentation; ask at en:Help talk:Citation Style 1", "schema": { "fields": [ { "name": "identifier",...", and the only contributor was "Josh Renaud" (talk))
- 19:29, 1 May 2026 Josh Renaud talk contribs deleted page Portal:Franconia/Head (Extraneous)
- 19:28, 1 May 2026 Josh Renaud talk contribs deleted page Key press/styles.css (Extraneous)
- 01:37, 1 May 2026 Josh Renaud talk contribs created page File:Global-backgammon-bulletin.png (Title screen from the game of ''Global Backgammon'')
- 01:37, 1 May 2026 Josh Renaud talk contribs uploaded File:Global-backgammon-bulletin.png (Title screen from the game of ''Global Backgammon'')
- 00:53, 1 May 2026 Josh Renaud talk contribs created page File:Buccaneer-title-screen-v1.01a.png (Title screen for the BBS door game "Buccaneer", version 1.01a.)
- 00:53, 1 May 2026 Josh Renaud talk contribs uploaded File:Buccaneer-title-screen-v1.01a.png (Title screen for the BBS door game "Buccaneer", version 1.01a.)
- 00:49, 1 May 2026 Josh Renaud talk contribs uploaded a new version of File:Buccaneer-title-screen-1.png
- 00:22, 1 May 2026 Josh Renaud talk contribs created page File:Barren-realms-elite-title-v960.png (Title screen for BBS door game Barren Realms Elite v0.960.)
- 00:22, 1 May 2026 Josh Renaud talk contribs uploaded File:Barren-realms-elite-title-v960.png (Title screen for BBS door game Barren Realms Elite v0.960.)
- 23:59, 30 April 2026 Josh Renaud talk contribs uploaded a new version of File:Barren-realms-elite-title.png
- 02:06, 29 January 2026 Josh Renaud talk contribs deleted page User:Typhoon2013/Windstorm color/doc (content was: "{{Documentation subpage}} <!-- Please place categories where indicated at the bottom of this page and interwikis at Wikidata (see Wikipedia:Wikidata) --> == Purpose == The purpose of this template is to provide a consistent color scheme for windstorms based on the Beaufort scale from Forces 6 – 12 used by the Met Office of UK and Met Éireann over in Europe. == Usage == {| class="wikitable" |- ! scope="col" | Parameter ! scope="col" | Code ! scope="col" | P...")
- 02:06, 29 January 2026 Josh Renaud talk contribs deleted page User:Typhoon2013/Windstorm color (content was: "<includeonly> <!-- Beaufort Scale for European Windstorms --> |Force6|F6=CCFF00 |Force7|F7=FFFF00 |Force8|F8=FFCC00 |Force9|F9=99ff00 |Force10|F10=ff6600 |Force11|F11=ff3300 |Force12|F12=ff0000 |unknown=c0c0c0 </includeonly><noinclude> {{documentation}} </noinclude>")
- 17:00, 22 January 2026 Josh Renaud talk contribs created page Module:Date (Created page with "-- Date functions for use by other modules. -- I18N and time zones are not supported. local MINUS = '−' -- Unicode U+2212 MINUS SIGN local floor = math.floor local Date, DateDiff, diffmt -- forward declarations local uniq = { 'unique identifier' } local function is_date(t) -- The system used to make a date read-only means there is no unique -- metatable that is conveniently accessible to check. return type(t) == 'table' and t._id == uniq end local function is_...")
- 16:59, 22 January 2026 Josh Renaud talk contribs created page Module:TwitterSnowflake (Created page with "local p = {} local Date = require('Module:Date')._Date function p.snowflakeToDate(frame) local format = frame.args.format or "%B %e, %Y" local epoch = tonumber(frame.args.epoch) or 1288834974 local id_str = frame.args.id_str if type(id_str) ~= "string" then error("bad argument #1 (expected string, got " .. type(id_str) .. ")", 2) end if type(format) ~= "string" then error("bad argument #2 (expected string, got " .. type(format) .. ")", 2) end if type(epoch) ~= "n...")
- 16:58, 22 January 2026 Josh Renaud talk contribs created page Module:Cite tweet (Created page with "local TwitterSnowflake = require('Module:TwitterSnowflake') local err_msgs_t = { -- a sequence of snowflake date error messages; all must be terminated with a semicolon (;) ' <kbd>|date=</kbd> / <kbd>|number=</kbd> mismatch;', -- [1] ' <kbd>|date=</kbd> required;', -- [2] ' Invalid <kbd>|number=</kbd>;', -- [3] ' Missing or empty <kbd>|number=</kbd>;', -- [4] ' Missing or empty <kbd>|user=</kbd...")
- 02:32, 5 October 2025 Josh Renaud talk contribs created page File:Tw2-title.gif (Animated title screen from v11.20 of TradeWars 2 (1993, John Morris).)
- 02:32, 5 October 2025 Josh Renaud talk contribs uploaded File:Tw2-title.gif (Animated title screen from v11.20 of TradeWars 2 (1993, John Morris).)
- 16:36, 21 August 2025 Josh Renaud talk contribs created page File:Yankee-trader-title.png (A title screen from '''Yankee Trader'''.)
- 16:36, 21 August 2025 Josh Renaud talk contribs uploaded File:Yankee-trader-title.png (A title screen from '''Yankee Trader'''.)
- 16:33, 21 August 2025 Josh Renaud talk contribs created page File:Ultimate-universe-title.png (A title screen from '''Ultimate Universe'''.)
- 16:33, 21 August 2025 Josh Renaud talk contribs uploaded File:Ultimate-universe-title.png (A title screen from '''Ultimate Universe'''.)
- 19:26, 28 June 2025 Josh Renaud talk contribs created page Template:Cite document/doc (Created page with "{{Documentation subpage}} <!-- Categories go where indicated at the bottom of this page, please; interwikis go to Wikidata (see also: Wikipedia:Wikidata). --> {{csdoc|lua}...")
- 18:33, 28 June 2025 Josh Renaud talk contribs changed the content model of the page Data:CS1/Identifier limits.tab from "wikitext" to "JSON"
- 17:58, 28 June 2025 Josh Renaud talk contribs created page Data:CS1/Identifier limits.tab (Created page with "{ "license": "CC0-1.0", "description": { "en": "Limit values for Citation Style 1 and 2 identifier error checking" }, "sources": "For help, see Data...")
- 17:33, 28 June 2025 Josh Renaud talk contribs imported Module:Catalog lookup link by file upload (1 revision) (Updating the citation templates)
- 17:33, 28 June 2025 Josh Renaud talk contribs imported Template:Catalog lookup link by file upload (1 revision) (Updating the citation templates)
- 17:33, 28 June 2025 Josh Renaud talk contribs imported Module:Citation/CS1/COinS/doc by file upload (1 revision) (Updating the citation templates)
- 17:33, 28 June 2025 Josh Renaud talk contribs imported Module:Citation/CS1/Utilities/doc by file upload (1 revision) (Updating the citation templates)
- 17:33, 28 June 2025 Josh Renaud talk contribs imported Module:Citation/CS1/Identifiers/doc by file upload (1 revision) (Updating the citation templates)
- 17:33, 28 June 2025 Josh Renaud talk contribs imported Module:Citation/CS1/Date validation/doc by file upload (1 revision) (Updating the citation templates)
- 17:33, 28 June 2025 Josh Renaud talk contribs imported Module:Citation/CS1/Whitelist/doc by file upload (1 revision) (Updating the citation templates)
- 17:33, 28 June 2025 Josh Renaud talk contribs imported Module:Citation/CS1/Configuration/doc by file upload (1 revision) (Updating the citation templates)
- 17:33, 28 June 2025 Josh Renaud talk contribs imported Template:Module rating/protected by file upload (1 revision) (Updating the citation templates)
- 17:33, 28 June 2025 Josh Renaud talk contribs imported Module:Citation/CS1/doc by file upload (1 revision) (Updating the citation templates)
- 17:33, 28 June 2025 Josh Renaud talk contribs imported Module:Uses TemplateStyles/config by file upload (1 revision) (Updating the citation templates)
- 17:33, 28 June 2025 Josh Renaud talk contribs imported Module:Uses TemplateStyles by file upload (1 revision) (Updating the citation templates)
- 17:33, 28 June 2025 Josh Renaud talk contribs imported Template:Uses TemplateStyles by file upload (1 revision) (Updating the citation templates)
- 17:33, 28 June 2025 Josh Renaud talk contribs imported Template:Module rating by file upload (1 revision) (Updating the citation templates)
- 17:33, 28 June 2025 Josh Renaud talk contribs imported Template:Module other by file upload (1 revision) (Updating the citation templates)
- 17:33, 28 June 2025 Josh Renaud talk contribs imported Template:Cs2 by file upload (1 revision) (Updating the citation templates)
- 17:33, 28 June 2025 Josh Renaud talk contribs imported Template:Cs1 by file upload (1 revision) (Updating the citation templates)