Main public logs

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

Logs
(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)
  • 20:53, 25 January 2026 Pumpkin talk contribs created page Humphrey bogart (Redirected page to Humphrey Bogart) Tag: New redirect
  • 20:42, 25 January 2026 Pumpkin talk contribs created page Module:Web citation (Created page with "local p = {} local function is_set (var) return not (var == nil or var == ''); end local function italics (var) return "''" .. var .. "''" end function p.cite( frame ) local pframe = frame:getParent() local Author = pframe.args.author if is_set (pframe.args.journalist) then Author = pframe.args.journalist end local Date = pframe.args['date'] local Title = pframe.args.title local URL = pframe.args.url local Website = pframe.args.newspaper or pframe.args.we...")
  • 20:41, 25 January 2026 Pumpkin talk contribs created page Template:Web citation (Created page with "<onlyinclude>{{#invoke:web citation|cite}}</onlyinclude> <noinclude> <templatedata> { "params": { "date": { "label": "Date", "type": "date", "suggested": true, "description": "Date in YYYY-MM-DD format", "example": "2021-10-21" }, "title": { "label": "Title", "type": "string", "suggested": true, "description": "Title of the article" }, "url": { "label": "URL", "type": "url", "suggested": true, "description": "URL of the a...")
  • 20:40, 25 January 2026 Pumpkin talk contribs created page Template:News citation (Redirected page to Template:Web citation) Tag: New redirect
  • 20:36, 25 January 2026 Pumpkin talk contribs created page 1858 (Created page with "asdadasadssad <ref>{{Cite web}}</ref>") Tag: Visual edit
  • 20:32, 25 January 2026 Pumpkin talk contribs deleted page Module:Cite/config (content was: "--local cfg = mw.loadData ('Module:Citation/CS1/Configuration'); -- TODO: in future, use this to replace current <known_templates_t> and <citation_classes_t> --[[--------------------------< S E T T I N G S >-------------------------------------------------------------- settings definitions for i18n; translate only the rvalues ]] local settings_t = { err_category = 'CS...", and the only contributor was "Pumpkin" (talk))
  • 20:31, 25 January 2026 Pumpkin talk contribs deleted page Module:Cite (content was: "require ('strict'); local cfg = mw.loadData ('Module:Cite/config'); --[[--------------------------< S U B S T I T U T E >---------------------------------------------------------- Substitutes $1, $2, etc in <message> with data from <data_t>. Returns plain-text substituted string when <data_t> not nil; returns <message> else. ]] local function substitute (message, data_t)...", and the only contributor was "Pumpkin" (talk))
  • 19:42, 25 January 2026 Pumpkin talk contribs created the page Data:CS1/Identifier limits.tab using a non-default content model "JSON"
  • 19:42, 25 January 2026 Pumpkin talk contribs created page Data:CS1/Identifier limits.tab (Pumpkin created the page Data:CS1/Identifier limits.tab using a non-default content model "JSON")
  • 18:55, 25 January 2026 Pumpkin talk contribs created page Module:Citation/CS1/COinS (Created page with " --[[--------------------------< F O R W A R D D E C L A R A T I O N S >-------------------------------------- ]] local is_set, in_array, remove_wiki_link, strip_apostrophe_markup; -- functions in Module:Citation/CS1/Utilities local cfg; -- table of configuration tables that are defined in Module:Citation/CS1/Configuration --[[--------------------------< M A K E _ C O I N S _ T I T L E >---------------------------------------------- Makes a tit...")
  • 18:33, 25 January 2026 Pumpkin talk contribs created page Module:Citation/CS1/Date validation (Created page with " --[[--------------------------< F O R W A R D D E C L A R A T I O N S >-------------------------------------- ]] local add_prop_cat, is_set, in_array, set_message, substitute, wrap_style; -- imported functions from selected Module:Citation/CS1/Utilities local cfg; -- table of tables imported from selected Module:Citation/CS1/Configuration --[[--------------------------< F I L E - S C O P E D E C L A R A T I O N S >-------------------------------...")
  • 18:28, 25 January 2026 Pumpkin talk contribs created page Module:Citation/CS1/Whitelist (Created page with " --[[--------------------------< S U P P O R T E D P A R A M E T E R S >-------------------------------------- Because a steady-state signal conveys no useful information, whitelist.basic_arguments[] list items can have three values: true - these parameters are valid and supported parameters false - these parameters are deprecated but still supported nil - these parameters are no longer supported. remove entirely ]] local basic_arguments = { ['accessdate'] = tr...")
  • 18:26, 25 January 2026 Pumpkin talk contribs created page Module:No globals (Created page with "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)")
  • 17:50, 25 January 2026 Pumpkin talk contribs created page Module:Tabular data (Created page with "local p = {} local lang = mw.getContentLanguage() local navbar = require("Module:Navbar") local messages = { ["true"] = "Yes", ["false"] = "No", null = "N/A", } local bgColors = { ["true"] = "#9f9", ["false"] = "#f99", null = "#ececec", } local colors = { null = "#2c2c2c", } --- Returns the value of the cell at the given row index and column name. --- A row index of 1 refers to the first row in the table. A row index of -1 --- refers to the last row in the tab...")
  • 17:35, 25 January 2026 Pumpkin talk contribs created page Module:Citation/CS1/Utilities (Created page with "local z = { error_cats_t = {}; -- for categorizing citations that contain errors error_ids_t = {}; -- list of error identifiers; used to prevent duplication of certain errors; local to this module error_msgs_t = {}; -- sequence table of error messages maint_cats_t = {}; -- for categorizing citations that aren't erroneous per se, but could use a little work prop_cats_t = {}; -- for categorizing cit...")
  • 17:33, 25 January 2026 Pumpkin talk contribs created page Module:Citation/CS1/Identifiers (Created page with "--[[--------------------------< F O R W A R D D E C L A R A T I O N S >-------------------------------------- ]] local has_accept_as_written, is_set, in_array, set_message, select_one, -- functions in Module:Citation/CS1/Utilities substitute, make_wikilink; local z; -- table of tables defined in Module:Citation/CS1/Utilities local cfg; -- table of configuration tables that are defined in Module:Citation/CS1/Configuration --[[-...")
  • 17:32, 25 January 2026 Pumpkin talk contribs created page Module:CS1 identifiers (Created page with "require ('strict'); local get_args = require ('Module:Arguments').getArgs; local identifiers = require ('Module:Citation/CS1/Identifiers'); local utilities = require ('Module:Citation/CS1/Utilities'); local has_accept_as_written = utilities.has_accept_as_written; -- import functions from Module:Citation/CS1/Utilities local is_set = utilities.is_set; local make_wikilink = utilities.make_wikilink; local set_message = utilities.set_message; local substitute = utili...")
  • 17:28, 25 January 2026 Pumpkin talk contribs created page Module:Citation/CS1/styles.css (Created page with "Protection icon the following line controls the page-protection icon in the upper right corner it must remain within this comment {{sandbox other||{{pp-template}}}}: Overrides: cite.citation { font-style: inherit; word-wrap: break-word; } .citation q { quotes: '"' '"' "'" "'"; } Highlight linked elements: .citation:target { background-color: rgba(0, 127, 255, 0.133); } ID and URL access: .id-lock-free.id-lock-free a { background-image: url(h...")
  • 17:14, 25 January 2026 Pumpkin talk contribs created page Module:Citation/CS1/Configuration (Created page with "local lang_obj = mw.language.getContentLanguage(); -- make a language object for the local language; used here for languages and dates --[[--------------------------< S E T T I N G S >-------------------------------------------------------------- boolean settings used to control various things. these setting located here to make them easy to find ]] -- these settings local to this module only local local_digits_from_mediawiki = false;...")
  • 17:13, 25 January 2026 Pumpkin talk contribs created page Module:Citation/CS1 (Created page with "require ('strict'); --[[--------------------------< F O R W A R D D E C L A R A T I O N S >-------------------------------------- each of these counts against the Lua upvalue limit ]] local validation; -- functions in Module:Citation/CS1/Date_validation local utilities; -- functions in Module:Citation/CS1/Utilities local z = {}; -- table of tables in Module:Citation/CS1/Utilities local identifiers; -- f...")
  • 17:12, 25 January 2026 Pumpkin talk contribs created page Module:Citation (Redirected page to Module:Cite) Tag: New redirect
  • 17:11, 25 January 2026 Pumpkin talk contribs created page Module:Cite/config (Created page with "--local cfg = mw.loadData ('Module:Citation/CS1/Configuration'); -- TODO: in future, use this to replace current <known_templates_t> and <citation_classes_t> --[[--------------------------< S E T T I N G S >-------------------------------------------------------------- settings definitions for i18n; translate only the rvalues ]] local settings_t = { err_category = 'CS1 errors: cite module', -- name of category that lists article with Module:Cite errors...")
  • 17:03, 25 January 2026 Pumpkin talk contribs created page Module:Cite (Created page with "require ('strict'); local cfg = mw.loadData ('Module:Cite/config'); --[[--------------------------< S U B S T I T U T E >---------------------------------------------------------- Substitutes $1, $2, etc in <message> with data from <data_t>. Returns plain-text substituted string when <data_t> not nil; returns <message> else. ]] local function substitute (message, data_t) return data_t and mw.message.newRawMessage (message, data_t):plain() or message; end --[[---...")
  • 16:12, 25 January 2026 Pumpkin talk contribs created page Template:Cite web (Created page with "<includeonly>{{#invoke:citation/CS1|citation |CitationClass=web }}</includeonly><noinclude> {{documentation}} </noinclude>")
  • 10:25, 25 January 2026 Pumpkin talk contribs created page Template:Ref label (Created page with "<templatestyles src="Citation/styles.css"/><{{#ifeq:yes|{{yesno|def=|{{{sub|}}}}}|sub|sup}} class="citation nobold" {{#ifeq:{{{noid}}}|noid||id="ref_{{{1}}}{{{3|}}}"}}>}}}|[{{{2}}}]</{{#ifeq:yes|{{yesno|def=|{{{sub|}}}}}|sub|sup}}><noinclude> {{Documentation|Template:Ref/doc}} <!-- Add categories and interwikis to the /doc subpage, not here! --> </noinclude>")
  • 10:24, 25 January 2026 Pumpkin talk contribs created page Template:Citation/styles.css (Created page with "{{pp|small=y}}: * This page is a convenient place for the "citation" styles that are * available in many of our citation templates. This page can be considered the * authoritative source for those styles. [[Template:Citation]], like all CS1/2 * templates, is styled from [[Module:Citation/CS1/styles.css]], *not* here.: Break long urls, etc., rather than overflowing box: .citation { word-wrap: break-word; } /* Highlight linked elements (such as clicke...")
  • 10:23, 25 January 2026 Pumpkin talk contribs created page Template:Citation (Created page with "<includeonly>{{#invoke:citation/CS1|citation |CitationClass=citation }}</includeonly><noinclude> {{Documentation}} </noinclude>")
  • 10:22, 25 January 2026 Pumpkin talk contribs created page Template:Ref (Created page with "<sup class="plainlinks nourlexpansion citation" {{#ifeq:{{{noid}}}|noid||id="ref_{{{1}}}"}}>{{#if:{{{2|}}}|{{{2}}}|[{{fullurl:{{FULLPAGENAME}}}}#endnote_{{anchorencode:{{{1|}}}}}]}}</sup><noinclude> {{documentation}} <!-- Add categories to the /doc subpage; interwikis go to Wikidata, thank you! --> </noinclude>")
  • 18:20, 24 January 2026 Pumpkin talk contribs protected Sanarchive:Cascade-protected items/Main Page/2 [Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) [cascading] (Excessive vandalism) (hist)
  • 18:16, 24 January 2026 Pumpkin talk contribs created page MediaWiki:Cascadeprotected (Created page with "<div class="mw-parser-output"> {{#ifeq:{{CASCADINGSOURCES}}|{{FULLPAGENAME}} |<!-- Page is only cascade-protected via a self-transclusion, defer to MediaWiki:protectedpagetext --> | {{#ifexist: Template:Editnotices/Protection/{{FULLPAGENAME}} | {{Template:Editnotices/Protection/{{FULLPAGENAME}}|protect|$3}} <!-- Display the protection editnotice if it exists. (See Sanarchive:Editnotice#Protection notices.) --> | <!-- Cascading protection and no protection editn...")
  • 18:10, 24 January 2026 Pumpkin talk contribs protected Sanarchive:Cascade-protected items/Main Page [Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) [cascading] (Excessive vandalism) (hist)
  • 18:10, 24 January 2026 Pumpkin talk contribs created page Sanarchive:Cascade-protected items/Main Page (Created page with "{{:Main Page}}")
  • 17:42, 24 January 2026 Pumpkin talk contribs protected Sanarchive:Cascade-protected items/content [Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) [cascading] (Excessive vandalism) (hist)
  • 17:39, 24 January 2026 Pumpkin talk contribs protected Sanarchive:Cascade-protected items [Edit=Allow only autoconfirmed users] (indefinite) [Move=Allow only autoconfirmed users] (indefinite) (Excessive vandalism) (hist)
  • 17:31, 24 January 2026 Pumpkin talk contribs created page Module:Lockbox (Created page with "local export = {} -- XXX: OUTRAGEOUS ABUSE OF SCRIBUNTO API -- Generates a transclusion without incrementing the "expensive function" count local generate_transclusion do local mock_title = mw.title.new(mw.title.getCurrentTitle().id) local getContent = mock_title.getContent function generate_transclusion(title) local full_text = type(title) == 'table' and title.fullText or title rawset(mock_title, 'fullText', full_text) getContent(mock_title) end end local f...")
  • 17:28, 24 January 2026 Pumpkin talk contribs created page Sanarchive:Cascade-protected items/content (Created page with "<noinclude>{{ombox|type=protection|image=40px|text='''This page is fully protected with the cascading option enabled.''' Pages transcluded on this page are highly important templates or pages that require full protection to guard against vandalism. Most of them are also directly full-protected, but this page serves as a safeguard against security...")
  • 17:26, 24 January 2026 Pumpkin talk contribs created page Sanarchive:Cascade-protected items (Created page with "{{ombox |type=protection |image=40px |text='''This page transcludes Sanarchive:Cascade-protected items/content''', a page fully protected with the cascading option enabled. Items transcluded on that page are highly important templates or pages that require full protection to guard against vandalism. Most of them are also directly full-protect...")
  • 17:23, 24 January 2026 Pumpkin talk contribs removed protection from Main Page (hist)
  • 22:38, 23 January 2026 Pumpkin talk contribs created page Sanarchive:Selected anniversaries/January 24 (Created page with "{{TB header|day=24 January|special=Major events in the arts}} {{TB image|Amedeo_Modigliani_1919.jpg}} *1742 – The opera Adriano in Siria, composed by the prominent Baroque musician Johann Adolph Hasse, premiered at the Teatro di San Carlo in Naples. *1935 – The first canned beer went on sale in Richmond, Virginia, an event that eventually influenced the Pop Art movement and industrial design aesthetics. *1939 – The Grapes of Wrath by John Steinbeck was...")
  • 20:53, 22 January 2026 Pumpkin talk contribs created page Category:Pages using gadget ImageStackPopup (Created blank page)
  • 20:52, 22 January 2026 Pumpkin talk contribs created page MediaWiki:Gadget-ImageStackPopup.css (Created page with " ****************************************************************************: *** THIS PAGE TRACKS [[mw:MediaWiki:Gadget-Global-ImageStackPopup.css]]. PLEASE AVOID EDITING DIRECTLY. /**** EDITS SHOULD BE PROPOSED DIRECTLY to [[mw:MediaWiki:Gadget-Global-ImageStackPopup.css]]. /**** A BOT WILL RAISE AN EDIT REQUEST IF IT BECOMES DIFFERENT FROM UPSTREAM. /*****************************************************************************: @media print { html .ImageStac...")
  • 20:51, 22 January 2026 Pumpkin talk contribs created page MediaWiki:Gadget-ImageStackPopup.js (Created page with " ****************************************************************************: *** THIS PAGE TRACKS [[mw:MediaWiki:Gadget-Global-ImageStackPopup.js]]. PLEASE AVOID EDITING DIRECTLY. /**** EDITS SHOULD BE PROPOSED DIRECTLY to [[mw:MediaWiki:Gadget-Global-ImageStackPopup.js]]. /**** A BOT WILL RAISE AN EDIT REQUEST IF IT BECOMES DIFFERENT FROM UPSTREAM. /*****************************************************************************: // Script written by Bawolff for...")
  • 10:02, 22 January 2026 Pumpkin talk contribs created page Sanarchive:Selected anniversaries/January 23 (Created page with "{{TB header|day=23 January|special=Major events in the arts}} {{TB image|Django Reinhardt (Gottlieb 07301).jpg}} *1943 – The world premiere of Duke Ellington's Black, Brown and Beige took place at Carnegie Hall, a landmark jazz symphony exploring the history of African Americans. *1953 – The Arthur Miller play The Crucible, a dramatized story of the Salem witch trials used as an allegory for McCarthyism, premiered at the Martin Beck Theatre. *1977 – Th...")
  • 09:54, 22 January 2026 Pumpkin talk contribs created page Sanarchive:Selected anniversaries/January 22 (Created page with "{{TB header|day=22 January|special=Major events in the arts}} {{TB image|Salvador_Dali_NYWTS.jpg}} *1890 – American pioneer of modern dance Ruth St. Denis was born; her innovative performances and choreography introduced Eastern dance forms to Western audiences. *1963 – The influential French New Wave film Le Mépris (Contempt), directed by Jean-Luc Godard and starring Brigitte Bardot, began filming in Rome. *1968 – The NBC television network aired the...")
  • 17:56, 20 January 2026 Pumpkin talk contribs created page Sanarchive:Selected anniversaries/January 20 (Created page with "{{TB header|day=20 January|special=Major events in the arts}} {{TB image|Audrey_Hepburn_1956.jpg}} *1920 – Italian director Federico Fellini, one of the most influential filmmakers of all time and known for masterpieces like La Dolce Vita, was born in Rimini. *1942 – The legendary American soul and gospel singer Aretha Franklin was born; she would later become known as the Queen of Soul. *1958 – Elvis Presley received his draft notice for the United St...")
  • 16:56, 19 January 2026 Pumpkin talk contribs created page Template:FULLROOTPAGENAME (Created page with "{{ safesubst:<noinclude/>#if: {{ safesubst:<noinclude/>Ns has subpages | {{ safesubst:<noinclude/>#if:{{{1|}}}|{{ safesubst:<noinclude/>NAMESPACE:{{{1}}}}}|{{ safesubst:<noinclude/>NAMESPACE}}}} }} | {{ safesubst:<noinclude/>#titleparts:{{ safesubst:<noinclude/>#if:{{{1|}}}|{{{1}}}|{{ safesubst:<noinclude/>FULLPAGENAME}}}}|1}} | {{ safesubst:<noinclude/>#if:{{{1|}}}|{{{1}}}|{{ safesubst:<noinclude/>FULLPAGENAME}}}} }}<noinclude> {{documentation}} </noinclude>")
  • 16:51, 19 January 2026 Pumpkin talk contribs created page MediaWiki:Editnotice-0 (Created page with "{{#ifcategory:Living people|{{BLP editnotice}}}}")
  • 16:39, 19 January 2026 Pumpkin talk contribs protected Template:BLP editnotice/styles.css [Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) (Excessive vandalism) (hist)
  • 16:39, 19 January 2026 Pumpkin talk contribs created page Template:BLP editnotice/styles.css (Created page with "{{pp-template|small=yes}}: .blp-editnotice { background-color: var(--background-color-error-subtle, #fee7e6); color: var(--color-base, #202122); } .blp-editnotice .editnotice-header { font-size: 120%; }")
  • 16:38, 19 January 2026 Pumpkin talk contribs protected Template:Editnotice/styles.css [Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) (Excessive vandalism) (hist)
(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)