Main public logs
Appearance
Combined display of all available logs of Shell Wikipedia. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 10:10, 27 January 2025 John talk contribs imported Template:Module other by file upload (1 revision)
- 10:10, 27 January 2025 John talk contribs imported Template:Category link with count by file upload (1 revision)
- 10:10, 27 January 2025 John talk contribs imported Template:Clc by file upload (1 revision)
- 10:10, 27 January 2025 John talk contribs imported Template:Lua by file upload (1 revision)
- 10:10, 27 January 2025 John talk contribs imported Module:Lua banner by file upload (1 revision)
- 10:10, 27 January 2025 John talk contribs imported Module:Transclusion count by file upload (1 revision)
- 10:10, 27 January 2025 John talk contribs imported Module:High-use by file upload (1 revision)
- 10:10, 27 January 2025 John talk contribs imported Template:High-use by file upload (1 revision)
- 10:10, 27 January 2025 John talk contribs imported Module:Documentation/styles.css by file upload (1 revision)
- 10:10, 27 January 2025 John talk contribs imported Module:Documentation/config by file upload (1 revision)
- 10:10, 27 January 2025 John talk contribs imported Module:Documentation by file upload (1 revision)
- 10:10, 27 January 2025 John talk contribs imported Module:TNT by file upload (1 revision)
- 10:10, 27 January 2025 John talk contribs imported Template:Ombox by file upload (1 revision)
- 10:10, 27 January 2025 John talk contribs imported Module:Protection banner/config by file upload (1 revision)
- 10:10, 27 January 2025 John talk contribs imported Module:Protection banner by file upload (1 revision)
- 10:10, 27 January 2025 John talk contribs imported Module:File link by file upload (1 revision)
- 10:10, 27 January 2025 John talk contribs imported Module:Effective protection level by file upload (1 revision)
- 10:10, 27 January 2025 John talk contribs imported Module:Effective protection expiry by file upload (1 revision)
- 10:10, 27 January 2025 John talk contribs imported Module:TableTools by file upload (1 revision)
- 10:10, 27 January 2025 John talk contribs imported Module:List by file upload (1 revision)
- 10:10, 27 January 2025 John talk contribs imported Module:Infobox/styles.css by file upload (1 revision)
- 09:18, 27 January 2025 John talk contribs imported Module:String by file upload (1 revision)
- 09:18, 27 January 2025 John talk contribs imported Module:Message box/configuration by file upload (1 revision)
- 09:18, 27 January 2025 John talk contribs imported Module:Message box by file upload (1 revision)
- 09:18, 27 January 2025 John talk contribs imported Template:Template link by file upload (1 revision)
- 09:18, 27 January 2025 John talk contribs imported Template:Tl by file upload (1 revision)
- 09:18, 27 January 2025 John talk contribs imported Module:Arguments by file upload (1 revision)
- 09:18, 27 January 2025 John talk contribs imported Module:Yesno by file upload (1 revision)
- 09:18, 27 January 2025 John talk contribs imported Module:Infobox by file upload (1 revision)
- 08:44, 27 January 2025 John talk contribs created page Module:Infobox (Created page with "local p = {} local args = {} local origArgs = {} local root local empty_row_categories = {} local category_in_empty_row_pattern = '%[%[%s*[Cc][Aa][Tt][Ee][Gg][Oo][Rr][Yy]%s*:[^]]*]]' local has_rows = false local lists = { plainlist_t = { patterns = { '^plainlist$', '%splainlist$', '^plainlist%s', '%splainlist%s' }, found = false, styles = 'Plainlist/styles.css' }, hlist_t = { patterns = { '^hlist$', '%shlist$', '^hlist%s', '%shlist%s'...")
- 08:30, 27 January 2025 John talk contribs deleted page Module:Infobox (content was: "local p = {} local args = {} local origArgs = {} local root local empty_row_categories = {} local category_in_empty_row_pattern = '%[%[%s*[Cc][Aa][Tt][Ee][Gg][Oo][Rr][Yy]%s*:[^]]*]]' local has_rows = false local lists = { plainlist_t = { patterns = { '^plainlist$', '%splainlist$', '^plainlist%s', '%splainlist%s' }, found = false, styles = 'Plainlist/styles.css'...", and the only contributor was "Rg0pl" (talk))
- 08:26, 27 January 2025 John talk contribs created page Sandbox (Created page with "{{#invoke:Sandbox|test}}")
- 08:24, 27 January 2025 John talk contribs created page Module:Sandbox (Created page with "local check = require("Module:Check_for_unknown_parameters") local p = {} function p.test() return check.check({param1="value1", param2="value2", unknown="value3"}) end return p")
- 08:21, 27 January 2025 John talk contribs created page Template:LuaTest (Created page with "{{#invoke:Check for unknown parameters|check|param1|param2|param3}}")
- 08:17, 27 January 2025 John talk contribs created page Module:Check for unknown parameters (Created page with "-- Module:Check for unknown parameters -- This module checks for unknown parameters passed to a template or module. local p = {} function p.check(frame) local args = frame:getParent().args local known = {} for _, v in ipairs(frame.args) do known[v] = true end local unknowns = {} for k, _ in pairs(args) do if not known[k] then table.insert(unknowns, k) end end if #unknowns > 0 then local message...")
- 08:08, 27 January 2025 John talk contribs deleted page Template:Infobox (content was: "{{#invoke:Infobox|infobox}}<includeonly>{{template other|{{#ifeq:{{PAGENAME}}|Infobox||{{#ifeq:{{str left|{{SUBPAGENAME}}|7}}|Infobox|{{remove first word|{{SUBPAGENAME}}}}}}}}|}}</includeonly><noinclude> {{documentation}} <!-- Categories go in the /doc subpage, and interwikis go in Wikidata. --> </noinclude>", and the only contributor was "Rg0pl" (talk))
- 07:55, 27 January 2025 John 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...")
- 07:54, 27 January 2025 John talk contribs created page 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....")
- 07:53, 27 January 2025 John 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'...")
- 07:50, 27 January 2025 John talk contribs created page Module:Infobox (Created page with "local p = {} local args = {} local origArgs = {} local root local empty_row_categories = {} local category_in_empty_row_pattern = '%[%[%s*[Cc][Aa][Tt][Ee][Gg][Oo][Rr][Yy]%s*:[^]]*]]' local has_rows = false local lists = { plainlist_t = { patterns = { '^plainlist$', '%splainlist$', '^plainlist%s', '%splainlist%s' }, found = false, styles = 'Plainlist/styles.css' }, hlist_t = { patterns = { '^hlist$', '%shlist$', '^hlist%s', '%shlist%s'...")
- 08:07, 23 January 2025 John talk contribs protected Main Page [Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) (hist)
- 07:01, 23 January 2025 John talk contribs created page Temp (Created page with "{{#invoke: Infobox | render }}")
- 06:39, 23 January 2025 John talk contribs created page Template:Flagicon (Created page with "<includeonly>{{safesubst<noinclude />:#ifeq: {{Yesno-no|{{{noredlink|}}}}}|yes<noinclude><!-- --></noinclude>|<noinclude><!-- #Check for existence of Template: Country data foo before invoking it --></noinclude>{{safesubst<noinclude />:#ifexist: Template: Country data {{{1|}}}<noinclude><!-- --></noinclude>|<noinclude><!-- # It exists, so proceed --></noinclude>{{country data {{{1|}}}|flag icon/core|variant={{{variant...")
- 06:38, 23 January 2025 John talk contribs created page Template:Start date (Created page with "<includeonly>{{#if: {{{4|}}} |{{#if: {{{5|}}} |{{padleft:{{{4}}}|2|0}}:{{padleft:{{{5}}}|2|0}}{{#if: {{{6|}}} |:{{padleft:{{{6}}}|2|0}} }}, }} }}<!--ABOVE FOR TIME; BELOW FOR DATE -->{{#if: {{{1|}}} |{{#if: {{{2|}}} |{{#if: {{{3|}}} |{{#if: {{{df|}}}|{{#expr:{{{3}}}}} {{MONTHNAME|{{{2}}}}}|{{MONTHNAME|{{{2}}}}} {{#expr:{{{3}}}}},}} {{{1}}}|{{MONTHNAME|{{{2}}}}} {...")
- 06:37, 23 January 2025 John talk contribs created page Template:Plainlist (Created page with "<templatestyles src="Plainlist/styles.css"/><div class="plainlist {{{class|}}}" {{#if:{{{style|}}}{{{indent|}}}|style="{{#if:{{{indent|}}}|margin-left: {{#expr:{{{indent}}}*1.6}}em;}} {{{style|}}}"}}>{{#if:{{{1|}}}| {{{1}}} </div>}}<noinclude></div> {{documentation}} </noinclude>")
- 06:36, 23 January 2025 John talk contribs created page Template:URL (Created page with "local p = {} local args = {} local origArgs = {} local root local empty_row_categories = {} local category_in_empty_row_pattern = '%[%[%s*[Cc][Aa][Tt][Ee][Gg][Oo][Rr][Yy]%s*:[^]]*]]' local has_rows = false local lists = { plainlist_t = { patterns = { '^plainlist$', '%splainlist$', '^plainlist%s', '%splainlist%s' }, found = false, styles = 'Plainlist/styles.css' }, hlist_t = { patterns = { '^hlist$', '%shlist$', '^hlist%s', '%shlist%s'...")
- 06:35, 23 January 2025 John talk contribs created page Module:Infobox (Created page with "local p = {} local args = {} local origArgs = {} local root local empty_row_categories = {} local category_in_empty_row_pattern = '%[%[%s*[Cc][Aa][Tt][Ee][Gg][Oo][Rr][Yy]%s*:[^]]*]]' local has_rows = false local lists = { plainlist_t = { patterns = { '^plainlist$', '%splainlist$', '^plainlist%s', '%splainlist%s' }, found = false, styles = 'Plainlist/styles.css' }, hlist_t = { patterns = { '^hlist$', '%shlist$', '^hlist%s', '%shlist%s'...")
- 06:33, 23 January 2025 John talk contribs created page Template:Infobox (Created page with "{{#invoke:Infobox|infobox}}<includeonly>{{template other|{{#ifeq:{{PAGENAME}}|Infobox||{{#ifeq:{{str left|{{SUBPAGENAME}}|7}}|Infobox|{{remove first word|{{SUBPAGENAME}}}}}}}}|}}</includeonly><noinclude> {{documentation}} <!-- Categories go in the /doc subpage, and interwikis go in Wikidata. --> </noinclude>")
- 06:27, 23 January 2025 John talk contribs created page Template:Infobox company (Created page with "{{Infobox | bodyclass = ib-company vcard | templatestyles = Infobox company/styles.css | child = {{lc:{{{embed}}}}} | decat = yes | titleclass = fn org | title = {{#ifeq:{{lc:{{{embed}}}}} | yes | '''Company''' | {{#if:{{{name|}}} | {{{name}}} | {{#if:{{{company_name|}}}|{{{company_name}}}|<includeonly>{{PAGENAMEBASE}}</includeonly>}} }} }} | imageclass = ib-company-logo logo | image = {{#invoke:InfoboxImage |InfoboxImage |image={{#ifeq:{{lc:{{{embed}}}}} | yes | {{{l...")
- 07:21, 21 January 2025 MediaWiki default talk contribs created page Main Page