All public logs
Jump to navigation
Jump to search
Combined display of all available logs of Intellipedia. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 18:43, 13 July 2023 Admin talk contribs imported Module:Pagetype/config by file upload (1 revision)
- 18:43, 13 July 2023 Admin talk contribs imported Module:Pagetype by file upload (1 revision)
- 18:43, 13 July 2023 Admin talk contribs imported Template:Portal by file upload (1 revision)
- 18:43, 13 July 2023 Admin talk contribs imported Template:Yesno-yes by file upload (1 revision)
- 18:43, 13 July 2023 Admin talk contribs imported Template:Pagetype by file upload (1 revision)
- 18:43, 13 July 2023 Admin talk contribs imported Template:Yesno by file upload (1 revision)
- 18:43, 13 July 2023 Admin talk contribs imported Module:Citation/CS1/styles.css by file upload (1 revision)
- 18:43, 13 July 2023 Admin talk contribs imported Module:Citation/CS1/COinS by file upload (1 revision)
- 18:43, 13 July 2023 Admin talk contribs imported Module:Citation/CS1/Identifiers by file upload (1 revision)
- 18:43, 13 July 2023 Admin talk contribs imported Module:Citation/CS1/Date validation by file upload (1 revision)
- 18:43, 13 July 2023 Admin talk contribs imported Module:Citation/CS1/Utilities by file upload (1 revision)
- 18:43, 13 July 2023 Admin talk contribs imported Module:Citation/CS1/Whitelist by file upload (1 revision)
- 18:43, 13 July 2023 Admin talk contribs imported Module:Citation/CS1/Configuration by file upload (1 revision)
- 18:43, 13 July 2023 Admin talk contribs imported Module:Citation/CS1 by file upload (1 revision)
- 18:43, 13 July 2023 Admin talk contribs imported Module:Ns has subpages by file upload (1 revision)
- 18:43, 13 July 2023 Admin talk contribs imported Module:Unsubst by file upload (1 revision)
- 18:43, 13 July 2023 Admin talk contribs imported Template:Cite journal by file upload (1 revision)
- 18:43, 13 July 2023 Admin talk contribs imported Template:Ns has subpages by file upload (1 revision)
- 18:43, 13 July 2023 Admin talk contribs imported Template:FULLROOTPAGENAME by file upload (1 revision)
- 18:43, 13 July 2023 Admin talk contribs imported Template:Dated maintenance category by file upload (1 revision)
- 18:43, 13 July 2023 Admin talk contribs imported Template:DMCA by file upload (1 revision)
- 18:43, 13 July 2023 Admin talk contribs imported Module:Convert/text by file upload (1 revision)
- 18:43, 13 July 2023 Admin talk contribs imported Module:Convert/data by file upload (1 revision)
- 18:43, 13 July 2023 Admin talk contribs imported Module:Convert by file upload (1 revision)
- 18:43, 13 July 2023 Admin talk contribs imported Module:Error by file upload (1 revision)
- 18:43, 13 July 2023 Admin talk contribs imported Template:Template link by file upload (1 revision)
- 18:43, 13 July 2023 Admin talk contribs imported Template:Tl by file upload (1 revision)
- 18:43, 13 July 2023 Admin talk contribs imported Module:Arguments by file upload (1 revision)
- 18:43, 13 July 2023 Admin talk contribs imported Module:Yesno by file upload (1 revision)
- 18:43, 13 July 2023 Admin talk contribs imported Template:Nowrap by file upload (1 revision)
- 18:43, 13 July 2023 Admin talk contribs imported Template:Citation needed by file upload (1 revision)
- 18:43, 13 July 2023 Admin talk contribs imported Fairchild Republic A-10 Thunderbolt II by file upload (1 revision)
- 18:40, 13 July 2023 Admin talk contribs created page Template:Efn-lg (Created page with "<includeonly>{{efn|name={{{name|}}}|group=lower-greek|reference={{{1|}}}}}</includeonly><noinclude> {{documentation}} </noinclude>")
- 18:39, 13 July 2023 Admin talk contribs created page Template:Efn-ur (Created page with "<includeonly>{{efn|name={{{name|}}}|group=upper-roman|reference={{{1|}}}}}</includeonly><noinclude> {{documentation}} </noinclude>")
- 18:39, 13 July 2023 Admin talk contribs created page Template:Efn-lr (Created page with "<includeonly>{{efn|name={{{name|}}}|group=lower-roman|reference={{{1|}}}}}</includeonly><noinclude> {{documentation}} </noinclude>")
- 18:39, 13 July 2023 Admin talk contribs created page Template:Efn-la (Redirected page to Template:Efn) Tag: New redirect
- 18:38, 13 July 2023 Admin talk contribs created page Template:Efn-ua (Created page with "<includeonly>{{efn|name={{{name|}}}|group=upper-alpha|reference={{{1|}}}}}</includeonly><noinclude> {{documentation}} </noinclude>")
- 18:34, 13 July 2023 Admin talk contribs created page Template:Efn (Created page with "<includeonly>{{#if:{{{name|}}} |{{#tag:ref|{{{1|{{{reference|{{{content|{{{text|}}}}}}}}}}}}|name={{{name|}}}|group={{#switch: {{{group|}}} | note | upper-alpha | upper-roman | lower-alpha | lower-greek | lower-roman = {{{group|}}} | #default = lower-alpha }} }} |{{#tag:ref|{{{1|{{{reference|{{{content|{{{text|}}}}}}}}}}}}|group={{#switch: {{{group|}}} | note | upper-alpha | upper-roman | lower-alpha | lower-greek...")
- 18:33, 13 July 2023 Admin talk contribs created page Module:Yesno (Created page with "-- Adapted from https://www.mediawiki.org/w/index.php?title=Module:Yesno&oldid=2410941 -- 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 ==...")
- 18:33, 13 July 2023 Admin talk contribs created page Module:No globals (Created page with "-- Adapted from https://www.mediawiki.org/w/index.php?title=Module:No_globals&oldid=2410933 local mt = getmetatable(_G) or {} function mt.__index (t, k) if k ~= 'arg' then error('Tried to read nil global ' .. tostring(k), 2) end return nil end function mt.__newindex(t, k, v) if k ~= 'arg' then error('Tried to write global ' .. tostring(k), 2) end rawset(t, k, v) end setmetatable(_G, mt)")
- 18:32, 13 July 2023 Admin talk contribs created page Module:Infobox (Created page with "-- Load necessary modules. require('Module:No globals') local getArgs local yesno = require('Module:Yesno') local p = { } -------------------------------------------------------------------------------- -- Helper functions -------------------------------------------------------------------------------- local function union(t1, t2) local temp = {} for _, v in pairs(t1) do temp[v] = true end for _, v in pairs(t2) do temp[v] = true end local ret = {} for k in...")
- 18:32, 13 July 2023 Admin talk contribs created page Module:Arguments (Created page with "-- Adapted from https://www.mediawiki.org/w/index.php?title=Module:Arguments&oldid=2145434 -- 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 -- option...")
- 18:29, 13 July 2023 Admin talk contribs created page Template:Windows family (Created page with "{{#switch:{{{output|desc}}} | desc = {{#switch:{{lc:{{{1|}}}}} | = |16 = 16-bit Windows |9x = Windows 9x |nt = Windows NT |10 = Windows 10 (NT 10.0) |11 = Windows 11 (NT 10.0) |ce = Windows CE | {{{1}}}<sup>[!]</sup> {{#ifexpr: {{NAMESPACENUMBER}} = 0|Category:Windows articles with invalid family value|}} }} | title = {{#switch:{{lc:{{{1|}}}}} |16 |9x | = Windows |nt = Windows NT |10 = Windows 10 |11 = Windows 11 |ce =...")
- 18:28, 13 July 2023 Admin talk contribs created page Template:Documentation/styles.css (Created page with ".template-documentation { background-color: honeydew; border: 1px solid lightgreen; padding: 1em; } .template-documentation .td-headline { font-weight: bold; font-size: 125%; }")
- 18:28, 13 July 2023 Admin talk contribs created page Template:Documentation (Created page with "<templatestyles src="Template:Documentation/styles.css" /> <div class="template-documentation"> <span class="td-headline">Template documentation</span> <span class="mw-editsection-like plainlinks"> <nowiki>[</nowiki>[[{{FULLPAGENAME}}/doc|view]]<nowiki>]</nowiki> <nowiki>[</nowiki>[{{fullurl:{{FULLPAGENAME}}/doc|action=edit}} edit]<nowiki>]</nowiki> <nowiki>[</nowiki>[{{fullurl:{{FULLPAGENAME}}/doc|action=history}} history]<nowiki>]</nowiki> <nowiki>[</nowiki>[{{fullurl:...")
- 18:26, 13 July 2023 Admin talk contribs created page Template:Infobox/styles.css (Created page with ".infobox { width: 22em; margin: 0.5em 0 0.5em 1em; padding: 0.2em; font-size: 88%; line-height: 1.5em; text-align: left; border: 1px solid darkgray; border-spacing: 3px; background-color: whitesmoke; color: black; float: right; clear: right; } @media (max-width: 720px) { .infobox { float: none; margin: 0 0 1em; } } .ib-title, .ib-above, .ib-subheader, .ib-below, .ib-image, .ib-header, .ib-data:only-child { text-align: center; } .ib-title, .ib-abo...")
- 18:07, 13 July 2023 Admin talk contribs created page Template:Infobox/new (Created page with "<onlyinclude>{{#invoke:Infobox|infobox}}</onlyinclude> Category:Templates")
- 18:06, 13 July 2023 Admin talk contribs created page Template:Infobox Windows version/doc (Created page with "This infobox provides essential information on versions of Windows. ==Usage== {{Infobox Windows version |name = Windows 7 |logo = Windows 7.svg |codename = Windows 7 |image = Windows7-RTM-DesktopAero.png |image-caption = Desktop |family = nt |version = 6.1 |arch = x86, x64 |latestbuild = 6.1.7600.16385 |releasedate = 2009-10-22 |support = 2020-01-14 |server = Windows Server 2008 R2 |sku = Starter<br>Home Basic<br>...")
- 18:05, 13 July 2023 Admin talk contribs created page Template:Infobox Windows version (Created page with "<onlyinclude>{{ Infobox/new |autoheaders = y |title = {{{ name | {{ Windows family | output = title | {{{family|}}} }} {{{version}}} }}} |subheader = Version of Microsoft Windows |below = <div style="text-align:right;">{{{rivals|}}}</div> |image = {{#if: {{{logo|}}} | [[File:{{{logo}}}|{{{logo size|250px}}}|alt={{{logo alt|Logo}}}]] }} |caption = {{{logo caption|}}} |image2 = {{#if: {{{image|}}} | File:{{{image}}}|{{{screenshot size|290px}}}|alt={{{i...")
- 18:05, 13 July 2023 Admin talk contribs created page Windows XP (Created page with "{{Infobox Windows version |name = Windows XP |logo = Windows XP logo and wordmark.svg |image = WindowsXP-RTM-Desktop.png |family = NT |version = 5.1 |codename = Whistler |arch = x86, x64, IA-64 |latestbuild = 5.1.2600.5512 (Service Pack 3) |releasedate = 2001-10-25 |support = 2014-04-08 |skus = Starter Edition<br>Home Edition (K, N, KN)<br>64-Bit Edition<br>Professional (K, N, KN,...") Tag: Visual edit: Switched