User contributions for Intcreator
Appearance
27 January 2025
- 10:3810:38, 27 January 2025 diff hist +94 N Template:Navbox Created page with "<includeonly>{{#invoke:Navbox|navbox}}</includeonly><noinclude> {{Documentation}} </noinclude>"
- 09:4309:43, 27 January 2025 diff hist −1 CMS:CX 100 Switch No edit summary
- 09:4209:42, 27 January 2025 diff hist +43 CMS:CX 100 Switch No edit summary Tag: Visual edit
- 09:4009:40, 27 January 2025 diff hist +87 CMS:CX 100 Switch No edit summary
- 00:4900:49, 27 January 2025 diff hist +4,369 N Module:Disambiguation/templates Created page with "-- This page contains a table of all disambiguation templates and their -- redirects. Templates names are capitalized, and the Template: prefix is -- removed. Templates are grouped with the main template first, followed by -- its redirects. return { ["Disambiguation"] = true, ["Begriffsklärung"] = true, ["DAB"] = true, ["Dab"] = true, ["Dab page"] = true, ["Dabpage"] = true, ["Dbig"] = true, ["Dis"] = true, ["Disam"] = true, ["Disamb"] = true, ["Disambig"] =..." current
- 00:4800:48, 27 January 2025 diff hist +50 N Module:Pagetype/disambiguation Redirected page to Module:Disambiguation/templates current Tag: New redirect
- 00:4700:47, 27 January 2025 diff hist +1,489 N Module:Pagetype/setindex Created page with "-- This page contains a table of all set index templates and their -- redirects. Templates names are capitalized, and the Template: prefix is -- removed. Templates are grouped with the main template first, followed by -- its redirects. return { ["Set index article"] = true, ["Sia"] = true, ["Set index"] = true, ["SIA"] = true, ["Set-index"] = true, ["Setindex"] = true, ["Set-index article"] = true, ["Animal common name"] = true, ["Chemistry index"] = true..." current
- 00:4700:47, 27 January 2025 diff hist +640 N Module:Pagetype/rfd Created page with "-- This page contains a table of all RfD templates and their -- redirects. Templates names are capitalized, and the Template: prefix is -- removed. Templates are grouped with the main template first, followed by -- its redirects. return { -- Template forms (these should be substituted so we should rarely see these) ["Redirect for discussion"] = true, ["RFD"] = true, ["RfD"] = true, ["Rfd1"] = true, ["Rfd-t"] = true, ["Rfd"] = true, ["Rfd-NPF"] = true, ["..." current
- 00:4600:46, 27 January 2025 diff hist +2,612 N Module:Pagetype/softredirect Created page with "-- This page contains a table of all soft redirect templates and their -- redirects. Templates names are capitalized, and the Template: prefix is -- removed. Templates are grouped with the main template first, followed by -- its redirects. return { ["R from category navigation"] = true, ["Redirect from category navigation"] = true, ["Category redirect"] = true, ["Cat move"] = true, ["Cat red"] = true, ["Cat redir"] = true, ["Cat redirect"] = true, ["Category mo..." current
- 00:4500:45, 27 January 2025 diff hist +93 CX 100 No edit summary
- 00:4500:45, 27 January 2025 diff hist +486 N Module:Hatnote/styles.css Created page with "→{{pp|small=y}}: .hatnote { font-style: italic; } →Limit structure CSS to divs because of [[Module:Hatnote inline]]: div.hatnote { →@noflip: padding-left: 1.6em; margin-bottom: 0.5em; } .hatnote i { font-style: normal; } →The templatestyles element inserts a link element before hatnotes. * TODO: Remove link if/when WMF resolves T200206: .hatnote + link + .hatnote { margin-top: -0.5em; } @media print { body.ns-0 .hatnote { display: none !impo..."
- 00:4400:44, 27 January 2025 diff hist +65 N Template:About Created page with "{{#invoke:about|about}}<noinclude> {{Documentation}} </noinclude>" current
- 00:4400:44, 27 January 2025 diff hist +17,882 N Module:Wikitext Parsing Created page with "require("strict") --Helper functions local function startswith(text, subtext) return string.sub(text, 1, #subtext) == subtext end local function endswith(text, subtext) return string.sub(text, -#subtext, -1) == subtext end local function allcases(s) return s:gsub("%a", function(c) return "["..c:upper()..c:lower().."]" end) end local trimcache = {} local whitespace = {[" "]=1, ["\n"]=1, ["\t"]=1, ["\r"]=1} local function cheaptrim(str) --mw.text.trim is surprising..." current
- 00:3700:37, 27 January 2025 diff hist +4,216 N Module:Pagetype/config Created page with "-------------------------------------------------------------------------------- -- Module:Pagetype configuration data -- -- This page holds localisation and configuration data for Module:Pagetype. -- -------------------------------------------------------------------------------- local cfg = {} -- Don't edit this line. -------------------------------------------------------------------------------- -- St..." current
- 00:3600:36, 27 January 2025 diff hist +8,227 N Module:Pagetype Created page with "-------------------------------------------------------------------------------- -- -- -- This meta-module which automatically detects namespaces, and allows -- -- for a great deal of customisation. It can easily be ported to other -- -- wikis by changing the values in the Module:Pagetype/config. -- --..." current
- 00:3600:36, 27 January 2025 diff hist +6,484 N Module:Format link Created page with "-------------------------------------------------------------------------------- -- Format link -- -- Makes a wikilink from the given link and display values. Links are escaped -- with colons if necessary, and links to sections are detected and displayed -- with " § " as a separator rather than the standard MediaWiki "#". Used in -- the {{format link}} template. -------------------------------------------------------------------------------- local libraryUtil = require(..."
- 00:3500:35, 27 January 2025 diff hist +7,325 N Module:Hatnote list Created page with "-------------------------------------------------------------------------------- -- Module:Hatnote list -- -- -- -- This module produces and formats lists for use in hatnotes. In particular, -- -- it implements the for-see list, i.e. lists of "For X, see Y" statements, -- -- as used in {{about}}, {{redirect}}, and their variants. Also introd..."
- 00:3500:35, 27 January 2025 diff hist +6,037 N Module:Hatnote Created page with "-------------------------------------------------------------------------------- -- Module:Hatnote -- -- -- -- This module produces hatnote links and links to related articles. It -- -- implements the {{hatnote}} and {{format link}} meta-templates and includes -- -- helper functions for other Lua hatnote modules...."
- 00:3500:35, 27 January 2025 diff hist +1,480 N Module:About Created page with "local mArguments --initialize lazily local mHatnote = require('Module:Hatnote') local mHatList = require('Module:Hatnote list') local libraryUtil = require('libraryUtil') local checkType = libraryUtil.checkType local p = {} function p.about (frame) -- A passthrough that gets args from the frame and all mArguments = require('Module:Arguments') args = mArguments.getArgs(frame) return p._about(args) end function p._about (args, options) -- Produces "about" hatnote...." current
25 January 2025
- 11:5611:56, 25 January 2025 diff hist −31 Model 500 No edit summary current Tag: Visual edit
- 11:5511:55, 25 January 2025 diff hist +30 Model 500 test youtube link Tag: Visual edit
- 11:5511:55, 25 January 2025 diff hist +422 N MediaWiki:Spam-whitelist Created page with " #<!-- leave this line exactly as it is --> <pre> # External URLs matching this list will *not* be blocked even if they would # have been blocked by block list entries. # # Syntax is as follows: # * Everything from a "#" character to the end of the line is a comment # * Every non-blank line is a regex fragment which will only match hosts inside URLs #</pre> <!-- leave this line exactly as it is --> \byoutu\.be\b" current
- 11:4611:46, 25 January 2025 diff hist +1 m CMS:Number One Crossbar Switch fix YouTube link Tag: Visual edit: Switched
- 11:0411:04, 25 January 2025 diff hist +60 Template:Connections Museum sidebar No edit summary
- 11:0311:03, 25 January 2025 diff hist +150 CMS:Outline of the Connections Museum No edit summary
22 January 2025
- 00:3400:34, 22 January 2025 diff hist +149 CMS:Outline of the Connections Museum No edit summary
- 00:3200:32, 22 January 2025 diff hist +110 Template:Connections Museum sidebar No edit summary
- 00:3100:31, 22 January 2025 diff hist +42 CMS:Portable Step-by-Step No edit summary
- 00:3100:31, 22 January 2025 diff hist +300 N CMS:Portable Step-by-Step Created page with "thumb|Portable Step-by-Step on display at the Issaquah Downtown Association The '''Portable Step-by-Step''' switch is a compact, easily moveable step-by-step switch that contains 5 steppers and is capable of making 1 simultaneous call." Tag: Visual edit
- 00:3000:30, 22 January 2025 diff hist +21 N File:Portable Step-by-Step.jpg No edit summary current
21 January 2025
- 14:3114:31, 21 January 2025 diff hist +354 CMS:Space Age Cordless Telephone No edit summary Tag: Visual edit
- 10:1410:14, 21 January 2025 diff hist +263 N North Electric Created page with "'''North Electric''' was an American telephone equipment supplier primarily for independent telephone companies in North America. It manufactured several all-relay switches, including the CX 10, CX 100, and CX 1000." current Tag: Visual edit
- 00:2100:21, 21 January 2025 diff hist −28 CMS:Outline of the Connections Museum No edit summary Tag: Visual edit
20 January 2025
- 21:3221:32, 20 January 2025 diff hist +951 CMS:Early Telephone History Display No edit summary Tag: Visual edit
- 21:0021:00, 20 January 2025 diff hist +571 CMS:CX 100 Switch not sure if it was actually a PABX because it could not call outside Tag: Visual edit
- 20:1620:16, 20 January 2025 diff hist +230 CMS:Panel Switch No edit summary Tag: Visual edit
- 19:5619:56, 20 January 2025 diff hist +19 N File:Parkway 1965 layout.jpg No edit summary
- 19:2819:28, 20 January 2025 diff hist +5,771 N Module:Formatnum Created page with "-- This module is intended to replace the functionality of Template:Formatnum and related templates. local p = {} function p.main(frame) local args = frame:getParent().args local prec = args.prec or '' local sep = args.sep or '' local number = args[1] or args.number or '' local lang = args[2] or args.lang or '' -- validate the language parameter within MediaWiki's caller frame if lang == "arabic-indic" then -- only for back-compat..." current
- 19:1019:10, 20 January 2025 diff hist +14,646 N Module:Math Created page with "--This module provides a number of basic mathematical operations. local yesno, getArgs -- lazily initialized local p = {} -- Holds functions to be returned from #invoke, and functions to make available to other Lua modules. local wrap = {} -- Holds wrapper functions that process arguments from #invoke. These act as intemediary between functions meant for #invoke and functions meant for Lua. --Helper functions used to avoid redundant code. local function..." current
- 19:0519:05, 20 January 2025 diff hist +37,188 N Template:Inflation/fn Created page with "<includeonly>{{#switch:{{{index|{{{1|none}}}}}} <!-- *** When changing this, also update the datasets for Template:Inflation and the latest year in Template:Inflation/year! *** --> | AR = {{#tag:ref|'''1864 to 1912''': Jeffrey G. Williamson, 1998. ''[https://scholar.harvard.edu/jwilliamson/publications/real-wages-and-relative-factor-prices-third-world-1820-1940-latin-america Real Wages and Relative Factor Prices in the Third World 1820-1940: Latin America]''..." current
- 19:0319:03, 20 January 2025 diff hist +1,251 N Template:Inflation/year Created page with "<includeonly>{{#switch:{{{index|{{{1|ERR}}}}}} <!-- *** When changing this, also update the reference in Template:Inflation/fn and the datasets for Template:Inflation! *** --> | AR = 2020 | AT = 2018 | AU = 2022 | AU-road = 2018 | BD = 2023 | BE = 2020 | BR = 2020 | CA = 2023 | CH = 2021 | CL = 2020 | CN = 2023 | DE = 2021 | DK = 2022 | EG = 2018 | ES = 2022 | EU = 2023 | FI = 2023 | FR = 2022 | GR = 2007 | HK = 2020 | ID = 2007 | IL = 2021 | IN = 2023 | IR = 1..." current
- 19:0119:01, 20 January 2025 diff hist +3,200 CMS:Panel Switch No edit summary Tag: Visual edit: Switched
- 18:5218:52, 20 January 2025 diff hist 0 m Template:Inflation/US/dataset Intcreator moved page Template:Inflation/dataset to Template:Inflation/US/dataset without leaving a redirect current
- 18:5118:51, 20 January 2025 diff hist 0 m Template:Inflation/US/startyear Intcreator moved page Template:Inflation/startyear to Template:Inflation/US/startyear without leaving a redirect current
- 18:4418:44, 20 January 2025 diff hist +77 N Template:Inflation/US/startyear Created page with "1634<noinclude>{{documentation|Template:Inflation/doc/startyear}}</noinclude>"
- 18:4218:42, 20 January 2025 diff hist +6,410 N Template:Inflation/US/dataset Created page with "{{#switch:{{{1}}} | 1634 = 89.84088 | 1635 = 0 | 1636 = 160.4301 | 1637 = 138.1388 | 1638 = 72.61575 | 1639 = 118.8871 | 1640 = 103.0130 | 1641 = 69.23827 | 1642 = 104.0262 | 1643 = 150.2977 | 1644 = 108.0792 | 1645 = 95.24484 | 1646 = 58.76809 | 1647 = 44.58269 | 1648 = 78.69521 | 1649 = 115.5097 | 1650 = 61.13233 | 1651 = 81.73494 | 1652 = 64.50980 | 1653 = 83.76142 | 1654 = 84.09917 | 1655 = 81.39719 | 1656 = 79.37070 | 1657 = 64.84755 | 1658 = 41.54296 | 1659 = 46.94..."
- 18:3118:31, 20 January 2025 diff hist +173 N Template:Inflation/US Created page with "<includeonly>* {{#expr:{{Inflation/US/dataset|{{{2}}}}}/{{Inflation/US/dataset|{{{1}}}}}}}</includeonly><noinclude>{{documentation|Template:Inflation/doc/table}}</noinclude>" current
- 18:2818:28, 20 January 2025 diff hist +608 N Template:Para Created page with "<code class="tpl-para" style="word-break:break-word;{{SAFESUBST:<noinclude />#if:{{{plain|}}}|border: none; background-color: inherit;}} {{SAFESUBST:<noinclude />#if:{{{plain|}}}{{{mxt|}}}{{{green|}}}{{{!mxt|}}}{{{red|}}}|color: {{SAFESUBST:<noinclude />#if:{{{mxt|}}}{{{green|}}}|#006400|{{SAFESUBST:<noinclude />#if:{{{!mxt|}}}{{{red|}}}|#8B0000|inherit}}}};}} {{SAFESUBST:<noinclude />#if:{{{style|}}}|{{{style}}}}}">|{{SAFESUBST:<noinclude />#if:{{{1|}}}|{{{1}}}=..."
- 18:2618:26, 20 January 2025 diff hist +145 N Template:Nowrap Created page with "<span class="nowrap">{{{1}}}</span><noinclude> {{documentation}} <!-- Categories go on the /doc page; interwikis go to Wikidata. --> </noinclude>"
- 18:2618:26, 20 January 2025 diff hist +190 N Template:Template link Created page with "{{nowrap|{{}}[[Template:{{{1}}}|{{{1}}}]]{{nowrap|}}}}<noinclude> {{documentation}} <!-- Categories go on the /doc subpage and interwikis go on Wikidata. --> </noinclude>"