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).
- 19:53, 13 December 2024 Robertbaxter talk contribs deleted page Template:Template link (content was: "{{[[Template:{{{1}}}|{{{1}}}]]}}<noinclude>{{documentation}} <!-- Categories go on the /doc subpage and interwikis go on Wikidata. --> </noinclude>")
- 19:53, 13 December 2024 Robertbaxter talk contribs deleted page Template:Plainlist/styles.css (content was: "{{pp-template|small=yes}}: .plainlist ol, .plainlist ul { line-height: inherit; list-style: none; margin: 0; padding: 0; Reset Minerva default: } .plainlist ol li, .plainlist ul li { margin-bottom: 0; }", and the only contributor was "Robertbaxter" (talk))
- 19:53, 13 December 2024 Robertbaxter talk contribs deleted page Template:Plainlist (content was: "<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> </noinclude>", and the only contributor was "Robertbaxter" (talk))
- 19:52, 13 December 2024 Robertbaxter talk contribs deleted page Template:Infobox place/people/individual (content was: "#REDIRECT Template:Infobox place/people/person", and the only contributor was "Robertbaxter" (talk))
- 19:52, 13 December 2024 Robertbaxter talk contribs deleted page Template:Hlist/styles.css (content was: "{{pp-protected|reason=match parent|small=yes}}: /* * hlist styles are defined in core and Minerva and differ in Minerva. The * current definitions here (2023-01-01) are sufficient to override Minerva * without use of the hlist-separated class. The most problematic styles were * related to margin, padding, and the bullet. Check files listed at * [[Medi...", and the only contributor was "Robertbaxter" (talk))
- 19:52, 13 December 2024 Robertbaxter talk contribs deleted page Template:Hlist (content was: "{{<includeonly>safesubst:</includeonly>#invoke:list|horizontal}}", and the only contributor was "Robertbaxter" (talk))
- 19:52, 13 December 2024 Robertbaxter talk contribs deleted page Template:Dependencies (content was: "<div style="background: lightyellow; margin-bottom:3px; font-weight:bold;">{{trim| Dependencies: * [[{{{1}}}]] {{#if:{{{2|}}}|* [[{{{2}}}]]}} {{#if:{{{3|}}}|* [[{{{3}}}]]}} {{#if:{{{4|}}}|* [[{{{4}}}]]}} {{#if:{{{5|}}}|* [[{{{5}}}]]}} {{#if:{{{6|}}}|* [[{{{6}}}]]}} {{#if:{{{7|}}}|* [[{{{7}}}]]}} }}</div><noinclude>{{doc|content=Indicates which other templates (or modules) from this wiki the given template depends on. If you export this template to another wiki, you will need to...")
- 19:50, 13 December 2024 Robertbaxter talk contribs deleted page Module:Hatnote (content was: "-------------------------------------------------------------------------------- -- 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....")
- 19:49, 13 December 2024 Robertbaxter talk contribs deleted page Module:Documentation/styles.css (content was: ".documentation, .documentation-metadata { border: 1px solid #a2a9b1; background-color: #ecfcf4; clear: both; } .documentation { margin: 1em 0 0 0; padding: 1em; } .documentation-metadata { margin: 0.2em 0; same margin left-right as .documentation: font-style: italic; padding: 0.4em 1em; same padding left-right as .documentation: } .documentation-startbox { padding-bottom: 3px; border-bottom: 1px solid #aaa; margin-bottom: 1ex; } .documentation-hea...")
- 19:47, 13 December 2024 Robertbaxter talk contribs deleted page Template:Infobox (content was: "{{#invoke:Infobox|infobox}} <!-- Commenting out old infobox to make a Lua attempt --> <!-- {| class="infobox" --> <!-- |- --> <!-- ! colspan="2" | {{{title|Default Title}}} --> <!-- Debug: {{{rows|No rows passed}}} --> <!-- --> <!-- | colspan="2" | {{{footer|}}} --> <!-- |} -->")
- 19:47, 13 December 2024 Robertbaxter talk contribs deleted page Module:Infobox (content was: "-- Imported from https://en.wikipedia.org/wiki/Module:Infobox (RB). 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...")
- 19:46, 13 December 2024 Robertbaxter talk contribs deleted page Module:If empty (content was: "local p = {} function p.main(frame) local args = require('Module:Arguments').getArgs(frame, {wrappers = 'Template:If empty', removeBlanks = false}) for k,v in ipairs(args) do if v ~= '' then return v end end end return p")
- 19:45, 13 December 2024 Robertbaxter talk contribs deleted page Module:Unsubst (content was: "local checkType = require('libraryUtil').checkType local p = {} local BODY_PARAM = '$B' local specialParams = { ['$params'] = 'parameter list', ['$aliases'] = 'parameter aliases', ['$flags'] = 'flags', ['$B'] = 'template content', ['$template-name'] = 'template invocation name override', } function p.main(frame, body) -- If we are substing, this function returns a template invocation, and if -- not, it returns the template body. The template body can be specified in...")
- 19:44, 13 December 2024 Robertbaxter talk contribs deleted page Module:Navbox (content was: "require('strict') local p = {} local cfg = mw.loadData('Module:Navbox/configuration') local inArray = require("Module:TableTools").inArray local getArgs -- lazily initialized local format = string.format function p._navbox(args) local function striped(wikitext, border) -- Return wikitext with markers replaced for odd/even striping. -- Child (subgroup) navboxes are flagged with a category that is removed -- by parent navboxes. The result is that the category shows all pa...")
- 19:44, 13 December 2024 Robertbaxter talk contribs deleted page Module:InfoboxImage (content was: "-- Inputs: -- image - Can either be a bare filename (with or without the File:/Image: prefix) or a fully formatted image link -- page - page to display for multipage images (DjVu) -- size - size to display the image -- maxsize - maximum size for image -- sizedefault - default size to display the image if size param is blank -- alt - alt text for image -- title - title text for image -- border - set to yes if border -- center - set to yes, if the image...")
- 19:44, 13 December 2024 Robertbaxter talk contribs deleted page Module:Infobox/styles.css (content was: "{{pp|small=y}}: * This TemplateStyles sheet deliberately does NOT include the full set of * infobox styles. We are still working to migrate all of the manual * infoboxes. See MediaWiki talk:Common.css/to do#Infobox * DO NOT ADD THEM HERE: /* * not strictly certain these styles are necessary since the modules now * exclusively output infobox-...", and the only contributor was "Robertbaxter" (talk))
- 19:43, 13 December 2024 Robertbaxter talk contribs deleted page Module:Sidebar (content was: "require('strict') local cfg = mw.loadData('Module:Sidebar/configuration') local p = {} local getArgs = require('Module:Arguments').getArgs --[[ Categorizes calling templates and modules with a 'style' parameter of any sort for tracking to convert to TemplateStyles. TODO after a long cleanup: Catch sidebars in other namespaces than Template and Module. TODO would probably want to remove /log and /archive as CS1 does ]] local function categorizeTemplatesWithInlineStyles(args)...")
- 19:43, 13 December 2024 Robertbaxter talk contribs deleted page Module:Navbar (content was: "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, false...")
- 19:41, 13 December 2024 Robertbaxter talk contribs deleted page Module:Message box/configuration (content was: "-------------------------------------------------------------------------------- -- Message box configuration -- -- -- -- This module contains configuration data for Module:Message box. -- -------------------------------------------------------------------------------- return { ambox = { types = { speedy = { class = 'ambox-speedy',...")
- 19:41, 13 December 2024 Robertbaxter talk contribs deleted page Module:Message box (content was: "require('strict') local getArgs local yesno = require('Module:Yesno') local lang = mw.language.getContentLanguage() local CONFIG_MODULE = 'Module:Message box/configuration' local DEMOSPACES = {talk = 'tmbox', image = 'imbox', file = 'imbox', category = 'cmbox', article = 'ambox', main = 'ambox'} -------------------------------------------------------------------------------- -- Helper functions --------------------------------------------------------------------------------...")
- 19:40, 13 December 2024 Robertbaxter talk contribs deleted page Module:Authority control (content was: "require('strict') local p = {} local frame = mw.getCurrentFrame() local config_file = frame.args.config and frame.args.config~='' and ('/' .. frame.args.config) or '' local config = mw.loadData('Module:Authority control/config' .. config_file) local title = mw.title.getCurrentTitle() local namespace = title.namespace local testcases = title.subpageText == config.i18n.testcases local wikilink = function(target, label) return label and '' .. label .. '' or...")
- 19:40, 13 December 2024 Robertbaxter talk contribs deleted page Module:Check for unknown parameters (content was: "-- This module may be used to compare the arguments passed to the parent -- with a list of arguments, returning a specified result if an argument is -- not on the list require ('strict'); local p = {} local function trim(s) return s:match('^%s*(.-)%s*$') end local function isnotempty(s) return s and s:match('%S') end local function clean(text) -- Return text cleaned for display and truncated if too long. -- Strip markers are replaced with dummy text representing the or...")
- 19:39, 13 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. ----------------------------------------------------------------------------------------...")
- 19:39, 13 December 2024 Robertbaxter talk contribs deleted page Module:Documentation (content was: "-- This module implements {{documentation}}. -- Get required modules. local getArgs = require('Module:Arguments').getArgs -- Get the config table. local cfg = mw.loadData('Module:Documentation/config') local p = {} -- Often-used functions. local ugsub = mw.ustring.gsub ---------------------------------------------------------------------------- -- Helper functions -- -- These are defined as local functions, but are made available in the p -- table for testing purposes. ---...")
- 19:36, 13 December 2024 Robertbaxter talk contribs deleted page Module:Exponential search (content was: "-- Imported from https://en.wikipedia.org/wiki/Module:Exponential_search (RB). -- This module provides a generic exponential search algorithm. requirestrict local checkType = require('libraryUtil').checkType local floor = math.floor local function midPoint(lower, upper) return floor(lower + (upper - lower) / 2) end local function search(testFunc, i, low...", and the only contributor was "Robertbaxter" (talk))
- 19:30, 13 December 2024 Robertbaxter talk contribs deleted page Template:Documentation subpage (content was: "<includeonly><!-- -->{{#ifeq:{{lc:{{SUBPAGENAME}}}} |{{{override|doc}}} | <!--(this template has been transcluded on a /doc or /{{{override}}} page)--> </includeonly><!-- -->{{#ifeq:{{{doc-notice|show}}} |show | {{Mbox | type = notice | style = margin-bottom:1.0em; | image = 40px|alt=|link= | text = '''This is a documentation subpage''' for '''{{{1|:{{SUBJECTSPACE}}:{{BASEP...")
- 19:21, 13 December 2024 Robertbaxter talk contribs created page Template:Place/doc (Created page with "<templatedata> { "params": { "location": { "label": "Location", "description": "Open format location for the placeācan be as detailed as full street address, or just a city + state/province, or left blank. This will be displayed in the infobox as typed. It should not include the country.", "example": "5628 Airport Way S, Suite 175 Seattle, WA 98108", "type": "string", "suggested": true }, "country": { "label": "Country", "description": "The...")
- 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...")