All public logs
Combined display of all available logs of stencil.wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 00:15, 13 December 2024 IssuePress talk contribs created page Template:Event date formatter (Created page with "<includeonly> {{#if:{{{Has end date|}}}| {{#ifeq:{{{Has start date}}}|{{{Has end date}}}| {{#time:F j, Y|{{{Has start date}}}}}| {{#time:F j, Y|{{{Has start date}}}}} – {{#time:F j, Y|{{{Has end date}}}}} }}| {{#time:F j, Y|{{{Has start date}}}}} }} </includeonly>")
- 00:05, 13 December 2024 IssuePress talk contribs moved page Template:Date comparison to Template:Date formatter without leaving a redirect (going with a flexible name)
- 16:24, 12 December 2024 Robertbaxter talk contribs imported Template:How to export by file upload (1 revision)
- 16:24, 12 December 2024 Robertbaxter talk contribs imported Template:Dependencies by file upload (1 revision)
- 16:24, 12 December 2024 Robertbaxter talk contribs imported Template:Trim by file upload (1 revision)
- 16:24, 12 December 2024 Robertbaxter talk contribs imported Template:Tlx by file upload (1 revision)
- 16:24, 12 December 2024 Robertbaxter talk contribs imported Template:Tl by file upload (1 revision)
- 16:24, 12 December 2024 Robertbaxter talk contribs imported Template:Template link expanded by file upload (1 revision)
- 16:24, 12 December 2024 Robertbaxter talk contribs imported Template:Template link by file upload (1 revision)
- 16:24, 12 December 2024 Robertbaxter talk contribs imported Template:Documentation/doc by file upload (1 revision)
- 16:24, 12 December 2024 Robertbaxter talk contribs imported Module:Documentation/styles.css by file upload (1 revision)
- 16:24, 12 December 2024 Robertbaxter talk contribs imported Module:Documentation/config by file upload (1 revision)
- 16:24, 12 December 2024 Robertbaxter talk contribs imported Module:Documentation by file upload (1 revision)
- 16:24, 12 December 2024 Robertbaxter talk contribs imported Module:Arguments by file upload (1 revision)
- 16:24, 12 December 2024 Robertbaxter talk contribs imported Template:Documentation subpage by file upload (1 revision)
- 16:24, 12 December 2024 Robertbaxter talk contribs imported Template:Documentation by file upload (1 revision)
- 16:19, 12 December 2024 Robertbaxter talk contribs deleted page Module:List (content was: "local libUtil = require('libraryUtil') local checkType = libUtil.checkType local mTableTools = require('Module:TableTools') local p = {} local listTypes = { ['bulleted'] = true, ['unbulleted'] = true, ['horizontal'] = true, ['ordered'] = true, ['horizontal_ordered'] = true } function p.makeListData(listType, args) -- Constructs a data table to be passed to p.renderList. local data = {} -- Classes and TemplateStyles data.classes = {} data.templatestyles = '' if li...")
- 16:19, 12 December 2024 Robertbaxter talk contribs deleted page Module:Arguments (content was: "-- Imported from https://en.wikipedia.org/wiki/Module:Arguments (RB). -- 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. lo...")
- 16:19, 12 December 2024 Robertbaxter talk contribs deleted page Module:TableTools (content was: "-- Imported from https://en.wikipedia.org/wiki/Module:TableTools (RB). ------------------------------------------------------------------------------------ -- TableTools -- -- -- -- This module includes a number of functions for dealing with Lua tables. -- -- It is a meta-module, meant to be called from other Lua modules, and...")
- 16:18, 12 December 2024 Robertbaxter talk contribs deleted page Template:Code (Extraneous, just using <code> now.)
- 15:18, 12 December 2024 Robertbaxter talk contribs deleted page Module:Documentation/styles.css (content was: ".ts-doc-sandbox .mbox-image { padding:.75em 0 .75em .75em; } .ts-doc-doc { clear: both; background-color: #eaf3ff; color: var(--color-fixed, #333); border: 1px solid #a3caff; margin-top: 1em; border-top-left-radius: 2px; border-top-right-radius: 2px; } .ts-doc-header { background-color: #c2dcff; color: var(--color-fixed, #333 ); padding: .642857em 1em .5em; border-top-left-radius: 2px; border-top-right-radius: 2px; } .ts-doc-heading { display: inline-block; p...")
- 15:18, 12 December 2024 Robertbaxter talk contribs deleted page Module:Documentation/config (content was: "---------------------------------------------------------------------------------------------------- -- -- Configuration for Module:Documentation -- -- Here you can set the values of the parameters and messages used in Module:Documentation to -- localise it to your wiki and your language. Unless specified otherwise, values given here -- should be string values. ----------------------------------------------------------------------------------------...")
- 15:18, 12 December 2024 Robertbaxter talk contribs deleted page Module:Documentation (content was: "-- This module implements {{documentation}}. -- Get required modules. local getArgs = require('Module:Arguments').getArgs local messageBox = require('Module:Message box') -- Get the config table. local cfg = mw.loadData('Module:Documentation/config') local i18n = mw.loadData('Module:Documentation/i18n') local p = {} -- Often-used functions. local ugsub = mw.ustring.gsub ---------------------------------------------------------------------------- -- Helper functions -- -- Th...")
- 15:17, 12 December 2024 Robertbaxter talk contribs deleted page Template:Documentation (content was: "<noinclude> <languages/> </noinclude><includeonly>{{#invoke:documentation|main|_content={{ {{#invoke:documentation|contentTitle}}}}}}</includeonly><noinclude> {{documentation|content= {{Lua|Module:Documentation}} <translate><!--T:12--> This template automatically displays a documentation box like the one you are seeing now, of which the content is sometimes transcluded from another page.</translate> <translate><!--T:13--> It is intended for pages which are <tvar name=1>Speci...")
- 15:15, 12 December 2024 Robertbaxter talk contribs deleted page Template:Documentation/en (content was: "<noinclude> <languages/> </noinclude><includeonly>{{#invoke:documentation|main|_content={{ {{#invoke:documentation|contentTitle}}}}}}</includeonly><noinclude> {{documentation|content= {{Lua|Module:Documentation}} This template automatically displays a documentation box like the one you are seeing now, of which the content is sometimes transcluded from another page. It is intended for pages which are transcluded in other pages, i.e. temp...")
- 15:13, 12 December 2024 Robertbaxter talk contribs deleted page Module:TNT (content was: "-- -- INTRO: (!!! DO NOT RENAME THIS PAGE !!!) -- This module allows any template or module to be copy/pasted between -- wikis without any translation changes. All translation text is stored -- in the global Data:*.tab pages on Commons, and used everywhere. -- -- SEE: https://www.mediawiki.org/wiki/Multilingual_Templates_and_Modules -- -- ATTENTION: -- Please do NOT rename this module - it has to be identical on all wikis. -- This code is maintained at http...")
- 15:12, 12 December 2024 Robertbaxter talk contribs deleted page Module:Documentation/i18n (content was: "local format = require('Module:TNT').format local i18n = {} i18n['cfg-error-msg-type'] = format('I18n/Documentation', 'cfg-error-msg-type') i18n['cfg-error-msg-empty'] = format('I18n/Documentation', 'cfg-error-msg-empty') -- cfg['template-namespace-heading'] -- The heading shown in the template namespace. i18n['template-namespace-heading'] = format('I18n/Documentation', 'template-namespace-heading') -- cfg['module-namespace-heading'] -- The heading shown in the module namesp...")
- 15:11, 12 December 2024 Robertbaxter talk contribs deleted page Module:Message box/ombox.css (content was: "* * {{ombox}} (other pages message box) styles * * @source https://www.mediawiki.org/wiki/MediaWiki:Gadget-enwp-boxes.css * @revision 2021-07-15: table.ombox { margin: 4px 10%; border-collapse: collapse; Default "notice" gray: border: 1px solid #a2a9b1; background-color: #f8f9fa; color: #333; box-sizing: border-box; } An empty narrow cell: .ombox td.mbox-empty-cell { border: none; padding: 0; width: 1px; } The message body cell(s): .ombox th....")
- 15:09, 12 December 2024 Robertbaxter talk contribs deleted page Template:Lua (content was: "<onlyinclude><includeonly>{{#invoke:Lua banner|main}}</includeonly></onlyinclude> {{Lua|Module:Lua banner}} {{Documentation}} <!-- Categories go on the /doc subpage and interwikis go on Wikidata. -->")
- 15:08, 12 December 2024 Robertbaxter talk contribs deleted page Template:Tim (content was: "[[m:Template:{{{1|{{PAGENAME}}}}}]]<noinclude> {{documentation|content= Displays a link to a template on Meta. * {{xpds|tim|foo}} {{PAGENAME}} Category:External link templates}}</noinclude>")
- 15:08, 12 December 2024 Robertbaxter talk contribs deleted page Module:Lua banner (content was: "-- This module implements the {{lua}} template. local yesno = require('Module:Yesno') local mList = require('Module:List') local mTableTools = require('Module:TableTools') local mMessageBox = require('Module:Message box') local TNT = require('Module:TNT') local p = {} local function format(msg) return TNT.format('I18n/Lua banner', msg) end local function getConfig() return mw.loadData('Module:Lua banner/config') end function p.main(frame) local origArgs = frame:getParen...")
- 15:08, 12 December 2024 Robertbaxter talk contribs deleted page Module:Lua banner/config (content was: "local cfg = {} -- Don’t touch this line. -- Subpage blacklist: these subpages will not be categorized (except for the -- error category, which is always added if there is an error). -- For example “Template:Foo/doc” matches the `doc = true` rule, so it will have -- no categories. “Template:Foo” and “Template:Foo/documentation” match no rules, -- so they *will* have categories. All rules should be in the -- ['<subpage name>'] = true, -- format. cfg['subpage_blac...")
- 15:06, 12 December 2024 Robertbaxter talk contribs deleted page Template:Pp-template (content was: "<includeonly>{{#switch:{{#invoke:Effective protection level|edit|{{FULLPAGENAME}}}} |*=Category:Pages with incorrect protection templates |autoconfirmed={{#tag:indicator|20px|link=Project:Protected page|alt=Permanently protected {{module other|module|template}}|This high-risk {{module other|module|template}} is permanently semi-protected to prevent vandalism|name="pp-default"}}Category:{{module other|Modules subject to page pro...")
- 15:05, 12 December 2024 Robertbaxter talk contribs deleted page Template:Module other (content was: "{{#switch: <!--If no or empty "demospace" parameter then detect namespace--> {{#if:{{{demospace|}}} | {{lc: {{{demospace}}} }} <!--Use lower case "demospace"--> | {{#ifeq:{{NAMESPACE}}|{{ns:Module}} | module | other }} }} | module = {{{1|}}} | other | #default = {{{2|}}} }}<!--End switch--><noinclude> {{documentation}} <!-- Add categories and interwikis to the /doc subpage, not here! --> </noinclude>")
- 15:04, 12 December 2024 Robertbaxter talk contribs deleted page Module:Effective protection level (content was: "local p = {} -- Returns the permission required to perform a given action on a given title. -- If no title is specified, the title of the page being displayed is used. function p._main(action, pagename) local title if type(pagename) == 'table' and pagename.prefixedText then title = pagename elseif pagename then title = mw.title.new(pagename) else title = mw.title.getCurrentTitle() end pagename = title.prefixedText if action ~= 'edit' and action ~= 'move' and actio...")
- 15:00, 12 December 2024 Robertbaxter talk contribs imported Module:Effective protection level by file upload (1 revision)
- 15:00, 12 December 2024 Robertbaxter talk contribs imported Template:Module other by file upload (1 revision)
- 15:00, 12 December 2024 Robertbaxter talk contribs imported Template:Pp-template by file upload (1 revision)
- 15:00, 12 December 2024 Robertbaxter talk contribs imported Module:Lua banner/config by file upload (1 revision)
- 15:00, 12 December 2024 Robertbaxter talk contribs imported Module:Lua banner by file upload (1 revision)
- 15:00, 12 December 2024 Robertbaxter talk contribs imported Template:Tim by file upload (1 revision)
- 15:00, 12 December 2024 Robertbaxter talk contribs imported Template:Lua by file upload (1 revision)
- 15:00, 12 December 2024 Robertbaxter talk contribs imported Module:Documentation/styles.css by file upload (1 revision)
- 15:00, 12 December 2024 Robertbaxter talk contribs imported Module:Message box/ombox.css by file upload (1 revision)
- 15:00, 12 December 2024 Robertbaxter talk contribs imported Module:TableTools by file upload (1 revision)
- 15:00, 12 December 2024 Robertbaxter talk contribs imported Module:List by file upload (1 revision)
- 15:00, 12 December 2024 Robertbaxter talk contribs imported Module:Documentation/i18n by file upload (1 revision)
- 15:00, 12 December 2024 Robertbaxter talk contribs imported Module:TNT by file upload (1 revision)
- 15:00, 12 December 2024 Robertbaxter talk contribs imported Module:Documentation/config by file upload (1 revision)
- 15:00, 12 December 2024 Robertbaxter talk contribs imported Module:Documentation by file upload (1 revision)