Jump to content

Main public logs

Combined display of all available logs of Northeast Transit Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 22:06, 17 September 2026 User account Kjytrpfusq talk contribs was created
  • 20:15, 16 September 2026 RidestheTalot talk contribs created page MBTA Red Line (Created page with "{{Infobox transit line | name = Red Line | color = Red | logo = | logo_size = | image = | image_size = | caption = | type = Heavy Rail | system = MBTA Subway | operator = MBTA | owner = | locale = Boston, Braintree, Cambridge, Quincy, and Somerville | status = | start = | end = | termini = Alewife <br> Ashmont / Braintree | stations = 22 | distance = 11.5 mi (18.5 km) Alewife - Ashmont<br>17.5 mi (28.2 km) Alewife - Braintree | opened = | closed = | frequency = Every...")
  • 14:06, 15 September 2026 RidestheTalot talk contribs created page MBTA Mattapan Line (Created page with "{{Infobox transit line | name = Mattapan Line | color = Red | logo = | logo_size = | image = | image_size = | caption = | type = Light Rail | system = Green Line | operator = MBTA | owner = | locale = Boston, Milton | status = | start = | end = | termini = Ashmont <br> Mattapan | stations = 8 | distance = 2.5 Mi (4.1 km) | opened = | closed = | frequency = Every 6-20 Minutes | daily_ridership = | annual_ridership = | rolling_stock = PCC Streetcar | tracks = | gauge...")
  • 13:43, 14 September 2026 RidestheTalot talk contribs moved page MBTA E BRanch to MBTA E Branch without leaving a redirect (Misspelled title)
  • 02:45, 6 September 2026 RidestheTalot talk contribs deleted page MBTA (content was: "{{Infobox Public transit | name = Massachusetts Bay Transportation Authority | image = MBTA.svg | owner = Commonwealth of Massachusetts | locale = Greater Boston, Massachusetts | transit_type = Rapid transit<br>Light rail<br>Bus<br>Bus rapid transit<br>Commuter rail<br>Ferry | chief_executive = Phillip Eng | headquarters = Boston, Massachusetts | began_operat...", and the only contributor was "RidestheTalot" (talk))
  • 17:08, 5 September 2026 RidestheTalot talk contribs created page Massachusetts Bay Transportation Authority (Created page with "{{Infobox Public transit | name = Massachusetts Bay Transportation Authority | image = MBTA.svg | owner = Commonwealth of Massachusetts | locale = Greater Boston, Massachusetts | transit_type = Rapid transit<br>Light rail<br>Bus<br>Bus rapid transit<br>Commuter rail<br>Ferry | chief_executive = Phillip Eng | headquarters = Boston, Massachusetts | began_operation = August 3, 1964 | operator = Massachusetts Bay Transportation Authority | daily_ridership = 851,600 (weekday,...")
  • 23:18, 4 September 2026 RidestheTalot talk contribs created page MBTA (Created page with "{{Infobox Public transit | name = Massachusetts Bay Transportation Authority | image = MBTA.svg | owner = Comonwealth of Massachusetts | locale = Greater Boston, Massachusetts | transit_type = Rapid transit<br>Light rail<br>Bus<br>Bus rapid transit<br>Commuter rail<br>Ferry | chief_executive = Phillip Eng | headquarters = Boston, Massachusetts | began_operation = August 3, 1964 | operator = Massachusetts Bay Transportation Authority | daily_ridership = 851,600 (weekday,...") Tag: Recreated
  • 23:15, 4 September 2026 RidestheTalot 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...")
  • 23:14, 4 September 2026 RidestheTalot 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...")
  • 23:14, 4 September 2026 RidestheTalot 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...")
  • 23:13, 4 September 2026 RidestheTalot 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 *...")
  • 23:11, 4 September 2026 RidestheTalot talk contribs created page Module:Arguments (Created page with "-- This module provides easy processing of arguments passed to Scribunto from -- #invoke. It is intended for use by other Lua modules, and should not be -- called from #invoke directly. local libraryUtil = require('libraryUtil') local checkType = libraryUtil.checkType local arguments = {} -- Generate four different tidyVal functions, so that we don't have to check the -- options every time we call it. local function tidyValDefault(key, val) if type(val) == 'string'...")
  • 23:02, 4 September 2026 RidestheTalot talk contribs created page Module:Banana (Created page with "local p = {} function p.hello(frame) return "Hello, world!" end return p")
  • 22:48, 4 September 2026 RidestheTalot talk contribs imported Template:Routemap/styles.css by file upload (1 revision)
  • 22:48, 4 September 2026 RidestheTalot talk contribs imported Module:Check for conflicting parameters by file upload (1 revision)
  • 22:45, 4 September 2026 RidestheTalot talk contribs imported Template:Routemap by file upload (1 revision)
  • 22:35, 4 September 2026 RidestheTalot talk contribs created page Template:Transit map end (Created page with "</table> </div>")
  • 22:35, 4 September 2026 RidestheTalot talk contribs created page Template:Transit map stop (Created page with "<tr class="transit-route-row"> <td class="transit-route-line"> <span class="{{#if:{{{terminal|}}}|transit-route-terminal|transit-route-stop}}"></span> </td> <td class="transit-route-label"> {{{1}}} {{#if:{{{note|}}}|<div class="transit-route-note">{{{note}}}</div>}} </td> </tr>")
  • 22:35, 4 September 2026 RidestheTalot talk contribs created page Template:Transit map start (Created page with "<div class="transit-diagram" style="--route-color:{{{color|#777777}}};"> <table>")
  • 22:32, 4 September 2026 RidestheTalot talk contribs created page Template:Infobox transit line (Created page with "<includeonly> <table class="infobox transit-infobox transit-line-infobox"> <!-- TITLE --> <tr> <th colspan="2" class="transit-infobox-title" style="border-top:6px solid {{{color|#777777}}};"> {{{name|{{PAGENAME}}}}} </th> </tr> <!-- LOGO / ICON --> {{#if:{{{logo|}}}| <tr> <td colspan="2" class="transit-infobox-image"> [[File:{{{logo}}}|{{{logo_size|100px}}}]] </td> </tr> }} <!-- MAIN IMAGE --> {{#if:{{{image|}}}| <tr> <td colspan="2" class="transit-infobo...")
  • 22:27, 4 September 2026 RidestheTalot talk contribs created page MediaWiki:Common.css (Created page with "CSS placed here will be applied to all skins: .transit-infobox { float: right; clear: right; width: 22em; margin: 0 0 1em 1.5em; border: 1px solid #a2a9b1; border-collapse: collapse; background: var(--background-color-base, transparent); font-size: 88%; line-height: 1.45; } .transit-infobox th, .transit-infobox td { padding: 0.3em 0.55em; vertical-align: top; border: 0; } .transit-infobox > tbody > tr > th:not([colspan]) { text-align: left; font-w...")
  • 22:25, 4 September 2026 RidestheTalot talk contribs created page Template:Infobox Public transit (Created page with "<includeonly> <table class="infobox transit-infobox"> <tr> <th colspan="2" class="transit-infobox-title"> {{{name|{{PAGENAME}}}}} </th> </tr> {{#if:{{{image|}}}| <tr> <td colspan="2" class="transit-infobox-image"> [[File:{{{image}}}|{{{imagesize|100px}}}]] </td> </tr> }} {{#if:{{{image2|}}}| <tr> <td colspan="2" class="transit-infobox-image"> [[File:{{{image2}}}|{{{imagesize2|280px}}}]] {{#if:{{{caption2|}}}|<div class="transit-infobox-cap...")
  • 16:07, 22 July 2026 RidestheTalot talk contribs created page MA Railroad Radio (Created page with "== Amtrak == {| class="wikitable sortable" |+ !Frequency !AAR CH !Name !Description !Mode !Tag |- |160.920 |54 |AMTK Road |South Station to New Haven and Springfield to New Haven |FMN |Railroad |- |160.740 | |AMTK SH-SI |Boston Southampton Yard - Service and Inspection |FMN |Railroad |- |160.455 |23 |AMTK Yard |Boston Southampton Yard |FMN |Railroad |- |161.325 |81 |AMTK MoW |Maintenance of Way |FMN |Railroad |- |161.295 |79 |AMTK TPD |Amtrak Police |FMN...") Tag: Visual edit: Switched
  • 23:33, 20 July 2026 RidestheTalot talk contribs created page Amtrak Radio (Created page with "This page only lists routes that Amtrak owns or operates. When Amtrak trains operate on other companies rails, they use their frequencies == Northeast Corridor == === Road/Dispatch === {| class="wikitable sortable" |+ !From (MP) !To (MP) !Frequency !AAR Ch !Name !Notes |- |Boston, MA (228.7) |New Haven, CT (72.9) |160.92 |54 |NEC Road |South Station to Division Post (MNR) |- |New Haven, CT (72.9) |New Rochelle, NY (16.3) | colspan="4" |See Metro North Radio|Metro Nor...") Tag: Visual edit
  • 23:04, 20 July 2026 RidestheTalot talk contribs deleted page MBTA (content was: "{{Short description|Public transport agency in the US}} {{redirect|MBTA}} {{Use American English|date=March 2026}} {{Use mdy dates|date=February 2024}} {{Infobox Public transit | name = Massachusetts Bay Transportation Authority | image = MBTA.svg | imagesize = 80px | image2 = MBTA services sampling excluding trolleybus.jpg | imagesize2 = 300px | caption2...", and the only contributor was "73.218.198.189" (talk))
  • 19:48, 20 July 2026 RidestheTalot talk contribs created page Railroad Frequencies (Created page with "== Connecticut == == Massachusetts == * Amtrak * MBTA * CSXT * Genessee and Wyoming * Shortlines == Maine == == New Hampshire == == New York == == Rhode Island == == Vermont ==") Tag: Visual edit
  • 20:40, 26 March 2026 RidestheTalot talk contribs deleted page MBTA D BRanch (content was: "{{Infobox rail line | color = #00843D | name = D Branch | system = Green Line (MBTA) | locale = Boston, Brookline, Cambridge, Newton, Somerville | termini = Union Square <> Riverside | stations = 25 | type = Light rail | rolling_stock = Type 7, Type 8, Type 9 | opened = July 4, 1959 | linelength = 13.5 mi (21.8 km) | track_gauge = 4 ft 8.5 in (1,435 mm) | ele...", and the only contributor was "RidestheTalot" (talk))
  • 20:38, 26 March 2026 RidestheTalot talk contribs created page MBTA D Branch (Created page with "{{Infobox rail line | color = #00843D | name = D Branch | system = Green Line (MBTA) | locale = Boston, Brookline, Cambridge, Newton, Somerville | termini = Union Square <> Riverside | stations = 25 | type = Light rail | rolling_stock = Type 7, Type 8, Type 9 | opened = July 4, 1959 | linelength = 13.5 mi (21.8 km) | track_gauge = 4 ft 8.5 in (1,435 mm) | electrification = 600 V DC overhead }}")
  • 02:32, 24 March 2026 RidestheTalot talk contribs created page MBTA Subway Chaining (Created Page) Tag: Visual edit
  • 20:11, 21 March 2026 RidestheTalot talk contribs created page MBTA A Branch (Created page with "{{Infobox rail line | color = #00843D | name = A Branch | system = Green Line (MBTA) | locale = Boston, Newton, & Watertown | termini = Watertown Yard <> Park St | type = Light rail | opened = 1858 | closed = June 20, 1969 | linelength = 7.3 mi (11.7 km) | track_gauge = 4 ft 8.5 in (1,435 mm) }}")
  • 20:07, 21 March 2026 RidestheTalot talk contribs created page MBTA B Branch (Created page with "{{Infobox rail line | color = #00843D | name = B Branch | system = Green Line (MBTA) | locale = Boston | termini = Boston College <> Government Center | stations = 23 | type = Light rail | rolling_stock = Type 7, Type 8, Type 9 | opened = 1896 | linelength = 6.6 mi (10.6 km) | track_gauge = 4 ft 8.5 in (1,435 mm) | electrification = 600 V DC overhead }}")
  • 20:01, 21 March 2026 RidestheTalot talk contribs created page MBTA C Branch (Created page with "{{Infobox rail line | color = #00843D | name = C Branch | system = Green Line (MBTA) | locale = Boston, Brookline | termini = Cleveland Circle <> Government Center | stations = 20 | type = Light rail | rolling_stock = Type 7, Type 8, Type 9 | opened = 1888 | linelength = 5.2 mi (8.4 km) | track_gauge = 4 ft 8.5 in (1,435 mm) | electrification = 600 V DC overhead }}")
  • 19:58, 21 March 2026 RidestheTalot talk contribs created page MBTA D BRanch (Created page with "{{Infobox rail line | color = #00843D | name = D Branch | system = Green Line (MBTA) | locale = Boston, Brookline, Cambridge, Newton, Somerville | termini = Union Square <> Riverside | stations = 25 | type = Light rail | rolling_stock = Type 7, Type 8, Type 9 | opened = July 4, 1959 | linelength = 13.5 mi (21.8 km) | track_gauge = 4 ft 8.5 in (1,435 mm) | electrification = 600 V DC overhead }}")
  • 19:38, 21 March 2026 RidestheTalot talk contribs created page MBTA E BRanch (Created page with "{{Infobox rail line | color = #00843D | name = E Branch | system = Green Line (MBTA) | locale = Boston, Cambridge, Somerville | termini = Medford/Tufts <> Heath St | stations = 25 | type = Light rail | rolling_stock = Type 7, Type 8 | linelength = 8.6 mi (13.8 km) | track_gauge = 4 ft 8.5 in (1,435 mm) | electrification = 600 V DC overhead }}")
  • 19:20, 21 March 2026 RidestheTalot talk contribs created page Template:Infobox test (Created page with "{| class="wikitable infobox" style="float:right; width:300px; font-size:90%;" |+ style="background:{{{color|#00843D}}}; color:white; text-align:center;" | {{{name|{{PAGENAME}}}}} {{#if:{{{subtitle|}}}| |- ! colspan="2" style="text-align:center;" | {{{subtitle}}} }} {{#if:{{{label1|}}}| |- ! {{{label1}}} | {{{data1|}}} }} {{#if:{{{label2|}}}| |- ! {{{label2}}} | {{{data2|}}} }} {{#if:{{{label3|}}}| |- ! {{{label3}}} | {{{data3|}}} }} |}")
  • 18:33, 21 March 2026 RidestheTalot talk contribs imported Template:Infobox rail line by file upload (1 revision)
  • 18:33, 21 March 2026 RidestheTalot talk contribs imported Template:Infobox by file upload (1 revision)
  • 19:17, 20 March 2026 73.218.198.189 talk created page MBTA EDACS System (Page Created) Tag: Visual edit
  • 18:58, 20 March 2026 73.218.198.189 talk created page MBTA (Created page with "{{Short description|Public transport agency in the US}} {{redirect|MBTA}} {{Use American English|date=March 2026}} {{Use mdy dates|date=February 2024}} {{Infobox Public transit | name = Massachusetts Bay Transportation Authority | image = MBTA.svg | imagesize = 80px | image2 = MBTA services sampling excluding trolleybus.jpg | imagesize2 = 300px | caption2 = | locale = Greater Boston, Massachusetts, US | transit_type = {{flat list| * Bus * bus rapid transit *...") Tag: Visual edit: Switched
  • 09:02, 20 March 2026 MediaWiki default talk contribs created page Main Page