Main public logs
Appearance
Combined display of all available logs of The Telecommunications Inventory Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 13:02, 17 January 2025 Intcreator talk contribs created page Template:Color (Created page with "{{<includeonly>safesubst:</includeonly>ifsubst|1=<span|2=<templatestyles src="Template:Color/styles.css" /><span class="tmp-color"}} style="color:{{{1|}}}">{{{2|{{{1|}}}}}}<includeonly></span></includeonly><noinclude>{{Documentation}}<!-- PLEASE ADD THIS TEMPLATE'S CATEGORIES AND INTERWIKIS TO THE /doc SUBPAGE, THANKS --></noinclude>")
- 13:01, 17 January 2025 Intcreator 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...")
- 01:13, 17 January 2025 Intcreator 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 *...")
- 01:11, 17 January 2025 Intcreator talk contribs created page Module:Box-header/colours (Created page with "return { aliceblue = "#F0F8FF", antiquewhite = "#FAEBD7", aqua = "#00FFFF", aquamarine = "#7FFFD4", azure = "#F0FFFF", beige = "#F5F5DC", bisque = "#FFE4C4", black = "#000000", blanchedalmond = "#FFEBCD", blue = "#0000FF", blueviolet = "#8A2BE2", brown = "#A52A2A", burlywood = "#DEB887", cadetblue = "#5F9EA0", chartreuse = "#7FFF00", chocolate = "#D2691E", coral = "#FF7F50", cornflower = "#6495ED", cornsilk = "#FFF8DC", crimson = "#DC143C", cyan = "#...")
- 01:11, 17 January 2025 Intcreator talk contribs created page Module:Box-header (Created page with "local getArgs = require('Module:Arguments').getArgs local p = {} ---------- Config data ---------- local namedColours = mw.loadData( 'Module:Box-header/colours' ) local modes = { lightest = { sat=0.10, val=1.00 }, light = { sat=0.15, val=0.95 }, normal = { sat=0.40, val=0.85 }, dark = { sat=0.90, val=0.70 }, darkest = { sat=1.00, val=0.45 }, content = { sat=0.04, val=1.00 }, grey = { sat=0.00 } } local min_contrast_ratio_normal_text = 7 -- i.e 7:1...")
- 01:10, 17 January 2025 Intcreator talk contribs created page Template:Clear (Created page with "<div style="clear:{{{1|both}}};" class={{{class|}}}></div><noinclude> {{documentation}} </noinclude>")
- 01:09, 17 January 2025 Intcreator talk contribs created page Template:Transclude random excerpt (Created page with "<includeonly>{{#invoke:Excerpt/portals|random}}</includeonly><noinclude> {{documentation}} </noinclude>")
- 01:09, 17 January 2025 Intcreator talk contribs created page Template:Box-header colour (Created page with "{{#invoke:Box-header|autoColour}}<noinclude> {{Box-footer}} {{Documentation}} </noinclude>")
- 01:08, 17 January 2025 Intcreator talk contribs created page Module:Purge (Created page with "-- This module implements Template:Purge. local p = {} local function makeUrlLink(url, display) return string.format('[%s %s]', url, display) end function p._main(args) -- Make the URL local url do local title if args.page then title = mw.title.new(args.page) if not title then error(string.format( "'%s' is not a valid page name", args.page ), 2) end else title = mw.title.getCurrentTitle() end if args.anchor then title...")
- 01:07, 17 January 2025 Intcreator talk contribs created page Template:Purge (Created page with "{{#invoke:Purge|main}}<noinclude> {{documentation}} </noinclude>")
- 01:07, 17 January 2025 Intcreator talk contribs created page Template:Purge link portals (Created page with "<div style="text-align:center; margin:0.25em auto 0.75em">{{purge|{{{1|'''Refresh with new selections below (purge)'''}}}}}</div><noinclude>{{documentation}}</noinclude>")
- 01:06, 17 January 2025 Intcreator talk contribs created page Template:Box-footer (Created page with "<includeonly>{{#if:{{{1|}}}|<div class="noprint" style="margin:0.3em 0.2em 0.2em 0.3em; padding:0.3em 0.2em 0.2em 0.3em; text-align:right;"><b>{{{1|}}}</b></div>}}{{clear}}</div></includeonly><noinclude> {{Documentation}} </noinclude>")
- 00:55, 17 January 2025 Intcreator talk contribs created page Module:Yesno (Created page with "-- Function allowing for consistent treatment of boolean-like wikitext input. -- It works similarly to the template {{yesno}}. return function (val, default) -- If your wiki uses non-ascii characters for any of "yes", "no", etc., you -- should replace "val:lower()" with "mw.ustring.lower(val)" in the -- following line. val = type(val) == 'string' and val:lower() or val if val == nil then return nil elseif val == true or val == 'yes' or val == 'y' or val =...")
- 00:55, 17 January 2025 Intcreator talk contribs created page Module:String (Created page with "--[[ This module is intended to provide access to basic string functions. Most of the functions provided here can be invoked with named parameters, unnamed parameters, or a mixture. If named parameters are used, Mediawiki will automatically remove any leading or trailing whitespace from the parameter. Depending on the intended use, it may be advantageous to either preserve or remove such whitespace. Global options ignore_errors: If set to 'true' or 1, any error c...")
- 00:54, 17 January 2025 Intcreator talk contribs created page Module:Transcluder (Created page with "-- Module:Transcluder is a general-purpose transclusion engine -- Documentation and master version: https://en.wikipedia.org/wiki/Module:Transcluder -- Authors: User:Sophivorus, User:Certes & others -- License: CC-BY-SA-3.0 local p = {} -- Helper function to test for truthy and falsy values -- @todo Somehow internationalize it local function truthy(value) if not value or value == '' or value == 0 or value == '0' or value == 'false' or value == 'no' or value == 'non' t...")
- 00:54, 17 January 2025 Intcreator talk contribs created page Module:Excerpt/portals (Created page with "-- ATTENTION ! -- This version of Excerpt is designed specifically for the portal namespace and its associated templates -- Prefer Module:Excerpt whenever possible -- Name of the category to track content pages with errors local errorCategory = "Articles with broken excerpts" -- Error messages local errorMessages = { prefix = "Excerpt error: ", noPage = "No page given", pageNotFound = "Page '%s' not found", leadEmpty = "Lead section is empty", sectionEmpty = "Sect...")
- 00:53, 17 January 2025 Intcreator talk contribs created page Template:Transclude lead excerpt (Created page with "<includeonly>{{safesubst:#invoke:Excerpt/portals|lead}}</includeonly><noinclude> {{documentation}} </noinclude>")
- 00:51, 17 January 2025 Intcreator talk contribs created page Template:Resize (Created page with "{{safesubst<noinclude />:#if:{{{2|}}} |<{{safesubst<noinclude />:#ifeq:{{{div|}}}|yes|div|span}} style="font-size:{{{1|}}};">{{{2|}}}</{{safesubst<noinclude />:#ifeq:{{{div|}}}|yes|div|span}}> |<{{safesubst<noinclude />:#ifeq:{{{div|}}}|yes|div|span}} style="font-size:{{{size|90}}}%;">{{{1}}}</{{safesubst<noinclude />:#ifeq:{{{div|}}}|yes|div|span}}> }}<noinclude> {{Documentation}} <!-- Add categories to the /doc subpage and interwikis in Wikidata, not here! --> </noincl...")
- 00:39, 17 January 2025 Intcreator talk contribs created page Portal:Connections Museum (Created page with "{{subst:Basic portal start page}}")
- 15:09, 14 January 2025 Intcreator talk contribs created page Category:Connections Museum Inventory Items (Created page with "This category contains all items that are part of the Connections Museum inventory.")
- 15:06, 14 January 2025 Intcreator talk contribs created page Category:Connections Museum Telephones (Created page with "This category contains phones that are part of the Connections Museum inventory.") Tag: Visual edit
- 15:04, 14 January 2025 Intcreator talk contribs created page CMS:Space Age Cordless Telephone (Created page with "thumb|Space Age Cordless Telephone display The '''Space Age Cordless Telephone''' is one of the world's first wireless phones. It debuted at the Space Needle as part of the Seattle World's Fair in 1962. Category:Connections Museum Telephones Category:Connections Museum Inventory Items") Tag: Visual edit: Switched
- 15:03, 14 January 2025 Intcreator talk contribs created page File:Space Age Cordless Telephone.jpg
- 15:03, 14 January 2025 Intcreator talk contribs uploaded File:Space Age Cordless Telephone.jpg
- 14:59, 14 January 2025 Intcreator talk contribs created page File:Hewitt Room sign.jpg
- 14:59, 14 January 2025 Intcreator talk contribs uploaded File:Hewitt Room sign.jpg
- 14:58, 14 January 2025 Intcreator talk contribs uploaded a new version of File:Hewitt Room.jpg (rotate)
- 14:48, 14 January 2025 Intcreator talk contribs uploaded a new version of File:Design Line Phone Collection.jpg (maybe actually rotated idk)
- 14:38, 14 January 2025 Intcreator talk contribs deleted page File:Design Line Phone Collection.jpg (Deleted old revision 20250114213646!Design_Line_Phone_Collection.jpg: content was: "Design Line Phone Collection", and the only contributor was "Intcreator" (talk))
- 14:38, 14 January 2025 Intcreator talk contribs reverted File:Design Line Phone Collection.jpg to an old version (Reverted to version as of 21:17, 14 January 2025 (UTC))
- 14:37, 14 January 2025 Intcreator talk contribs uploaded a new version of File:Design Line Phone Collection.jpg
- 14:36, 14 January 2025 Intcreator talk contribs uploaded a new version of File:Design Line Phone Collection.jpg (rotated)
- 14:29, 14 January 2025 Intcreator talk contribs created page File:Strowger Step-by-Step (SXS) Switch.jpg
- 14:29, 14 January 2025 Intcreator talk contribs uploaded File:Strowger Step-by-Step (SXS) Switch.jpg
- 14:27, 14 January 2025 Intcreator talk contribs created page CMS:Private Automatic Branch Exchange (PABX) Collection (Created page with "thumb|Private Automatic Branch Exchange (PABX) Collection The '''Private Automatic Branch Exchange (PABX) Collection''' contains several PABXs with different underlying technologies and accompanying phones. Category:Connections Museum Exhibits") Tag: Visual edit: Switched
- 14:24, 14 January 2025 Intcreator talk contribs created page File:Private Automatic Branch Exchange (PABX) Collection.jpg
- 14:24, 14 January 2025 Intcreator talk contribs uploaded File:Private Automatic Branch Exchange (PABX) Collection.jpg
- 14:21, 14 January 2025 Intcreator talk contribs created page CMS:Key System Collection (Created page with "thumb|Key System Collection The '''Key System Collection''' contains several examples of key systems with accompanying phones. Category:Connections Museum Exhibits") Tag: Visual edit: Switched
- 14:21, 14 January 2025 Intcreator talk contribs created page CMS:Payphone Collection (Created page with "thumb|Payphone Collection The '''Payphone Collection''' contains several payphones from various decades. Category:Connections Museum Exhibits") Tag: Visual edit: Switched
- 14:21, 14 January 2025 Intcreator talk contribs created page File:Key System Collection.jpg
- 14:21, 14 January 2025 Intcreator talk contribs uploaded File:Key System Collection.jpg
- 14:20, 14 January 2025 Intcreator talk contribs created page File:Payphone Collection.jpg
- 14:20, 14 January 2025 Intcreator talk contribs uploaded File:Payphone Collection.jpg
- 14:18, 14 January 2025 Intcreator talk contribs created page CMS:Design Line Phone Collection (Created page with "thumb|Design Line Phone Collection The '''Design Line Phone Collection''' contains several phones from AT&T's Design Line series. Category:Connections Museum Exhibits") Tag: Visual edit: Switched
- 14:17, 14 January 2025 Intcreator talk contribs created page File:Design Line Phone Collection.jpg
- 14:17, 14 January 2025 Intcreator talk contribs uploaded File:Design Line Phone Collection.jpg
- 14:14, 14 January 2025 Intcreator talk contribs created page CMS:DMS 10 (Digital Multiplexing System) (Created page with "thumb|DMS 10 The '''DMS 10''' was acquired in 2023. This particular model was manufactured in around 2001 and contains contemporary computer components such as a PowerPC CPU, 3.5 in hard drive, and 128 MB of RAM. Category:Connections Museum Exhibits")
- 14:14, 14 January 2025 Intcreator talk contribs created page File:DMS 10.jpg
- 14:14, 14 January 2025 Intcreator talk contribs uploaded File:DMS 10.jpg
- 14:11, 14 January 2025 Intcreator talk contribs created page CMS:Mobile Phone Display (Created page with "thumb|Mobile Phone Display The '''Mobile Phone Display''' contains several mobile phones from various decades. Category:Connections Museum Exhibits")