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).
- 22:10, 29 November 2024 Robertbaxter talk contribs undeleted page Module:TableTools (1 revision) (Bringing this back for another attempt at Lua infoboxes!)
- 22:07, 29 November 2024 Robertbaxter talk contribs deleted page Template:WikiInfobox (Mass deletion of pages added by Robertbaxter)
- 22:06, 29 November 2024 Robertbaxter talk contribs created page Module:List (Created page with "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 = ''...")
- 22:04, 29 November 2024 Robertbaxter talk contribs deleted page Module:Infobox/styles.css (Mass deletion of pages added by Robertbaxter)
- 21:59, 29 November 2024 Robertbaxter talk contribs deleted page Module:Documentation/doc (Mass deletion of pages added by Robertbaxter)
- 21:59, 29 November 2024 Robertbaxter talk contribs deleted page Template:Hlist/styles.css (Mass deletion of pages added by Robertbaxter)
- 21:44, 29 November 2024 Robertbaxter talk contribs deleted page Template:WikiInfobox/doc (Mass deletion of pages added by Robertbaxter)
- 21:42, 29 November 2024 Robertbaxter talk contribs deleted page Module:List (Mass deletion of pages added by Robertbaxter)
- 21:38, 29 November 2024 Robertbaxter talk contribs deleted page Module:Documentation/config (Mass deletion of pages added by Robertbaxter)
- 21:36, 29 November 2024 Robertbaxter talk contribs deleted page Module:TableTools (Mass deletion of pages added by Robertbaxter)
- 21:33, 29 November 2024 Robertbaxter talk contribs deleted page Module:Documentation/styles.css (Mass deletion of pages added by Robertbaxter)
- 20:55, 29 November 2024 Robertbaxter talk contribs deleted page Module:Navbar/styles.css (Mass deletion of pages added by Robertbaxter)
- 20:54, 29 November 2024 Robertbaxter talk contribs deleted page Module:Navbar/configuration (Mass deletion of pages added by Robertbaxter)
- 20:54, 29 November 2024 Robertbaxter talk contribs deleted page Template:Documentation (Mass deletion of pages added by Robertbaxter)
- 20:54, 29 November 2024 Robertbaxter talk contribs deleted page Module:Documentation (Mass deletion of pages added by Robertbaxter)
- 20:05, 29 November 2024 Robertbaxter talk contribs deleted page Template:Hlist (Mass deletion of pages added by Robertbaxter)
- 19:57, 29 November 2024 Robertbaxter talk contribs created page Module:Navbar/styles.css (Created page with "{{pp|small=yes}}: .navbar { display: inline; font-size: 88%; font-weight: normal; } .navbar-collapse { float: left; text-align: left; } .navbar-boxtext { word-spacing: 0; } .navbar ul { display: inline-block; white-space: nowrap; line-height: inherit; } .navbar-brackets::before { margin-right: -0.125em; content: '[ '; } .navbar-brackets::after { margin-left: -0.125em; content: ' ]'; } .navbar li { word-spacing: -0.125em; } .navbar a > span, .nav...")
- 19:56, 29 November 2024 Robertbaxter talk contribs created page Module:TableTools (Created page with "------------------------------------------------------------------------------------ -- 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 should not -- -- be called directly from #invoke....")
- 19:55, 29 November 2024 Robertbaxter talk contribs created page Module:List (Created page with "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 = ''...")
- 19:54, 29 November 2024 Robertbaxter talk contribs created page Template:Hlist (Created page with "{{<includeonly>safesubst:</includeonly>#invoke:list|horizontal}}<noinclude> {{documentation}} <!-- Categories go on the /doc subpage, and interwikis go on Wikidata. --> </noinclude>")
- 19:53, 29 November 2024 Robertbaxter talk contribs created page Template:Hlist/styles.css (Created page with "{{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 * MediaWiki talk:Common.css/to do#hlist-separated: /* * TODO: When the majority of readership supports it (or s...")
- 19:52, 29 November 2024 Robertbaxter talk contribs created page Module:Navbar/configuration (Created page with "return { ['templatestyles'] = 'Module:Navbar/styles.css', ['hlist_templatestyles'] = 'Hlist/styles.css', ['box_text'] = 'This box: ', -- default text box when not plain or mini ['title_namespace'] = 'Template', -- namespace to default to for title ['invalid_title'] = 'Invalid title ', ['classes'] = { -- set a line to nil if you don't want it ['navbar'] = 'navbar', ['plainlinks'] = 'plainlinks', -- plainlinks ['horizontal_list'] = 'hlist', -- horizontal lis...")
- 19:38, 29 November 2024 Robertbaxter talk contribs created page Module:Documentation/styles.css (Created page with "{{pp|small=yes}}: .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-bott...")
- 19:36, 29 November 2024 Robertbaxter talk contribs created page Module:Documentation/config (Created page with "---------------------------------------------------------------------------------------------------- -- -- 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:35, 29 November 2024 Robertbaxter talk contribs created page Module:Documentation/doc (Created page with "{{Used in system|in MediaWiki:Scribunto-doc-page-show, in MediaWiki:Scribunto-doc-page-does-not-exist}} {{Module rating|protected}} {{Lua|Module:Documentation/config|Module:Arguments|Module:Message box|Module:Module wikitext|Module:Protection banner}} {{Uses TemplateStyles|Module:Documentation/styles.css}} This module displays a green box containing documentation for templates, Lua modules, or other pages. The {{tl|documentatio...")
- 19:35, 29 November 2024 Robertbaxter talk contribs created page Module:Documentation (Created page with "-- 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 local format = mw.ustring.format ---------------------------------------------------------------------------- -- Helper functions -- -- These are defined as local functions, but are made available in...")
- 19:34, 29 November 2024 Robertbaxter talk contribs created page Template:Documentation (Created page with "{{#invoke:documentation|main|_content={{ {{#invoke:documentation|contentTitle}}}}}}<noinclude> <!-- Add categories to the /doc subpage --> </noinclude>")
- 19:31, 29 November 2024 Robertbaxter talk contribs created page Template:WikiInfobox/doc (Created page with "{{Documentation subpage}} <!-- Please place categories where indicated at the bottom of this page and interwikis at Wikidata (see Wikipedia:Wikidata) --> {{Distinguish|Template:Userbox}} {{#ifeq:{{SUBPAGENAME}}|sandbox||{{High-use}}}} {{Lua|Module:Infobox}} {{Parameter names example |name={{PAGENAME}} <!--|child |subbox |decat--> |title |above |subheader |subheader1 |subheader2={{{subheader2}}}<br/>...... |image|caption |image1|caption1 |image2|caption2={{{caption2...")
- 19:30, 29 November 2024 Robertbaxter talk contribs created page Module:Infobox/styles.css (Created page with "{{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-subbox or infobox, not both * just replicating the module faithfully: .infobox-subbox { padding: 0; borde...")
- 19:28, 29 November 2024 Robertbaxter talk contribs created page Template:WikiInfobox (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>")
- 19:23, 29 November 2024 Robertbaxter talk contribs imported Module:If empty by file upload (1 revision)
- 19:23, 29 November 2024 Robertbaxter talk contribs imported Module:Check for unknown parameters by file upload (1 revision)
- 19:23, 29 November 2024 Robertbaxter talk contribs imported Module:InfoboxImage by file upload (1 revision)
- 19:23, 29 November 2024 Robertbaxter talk contribs imported Module:Navbar by file upload (1 revision)
- 19:23, 29 November 2024 Robertbaxter talk contribs imported Module:Infobox by file upload (1 revision)
- 19:23, 29 November 2024 Robertbaxter talk contribs imported Module:Authority control by file upload (1 revision)
- 19:23, 29 November 2024 Robertbaxter talk contribs imported Module:Yesno by file upload (1 revision)
- 19:23, 29 November 2024 Robertbaxter talk contribs imported Module:Arguments by file upload (1 revision)
- 19:23, 29 November 2024 Robertbaxter talk contribs imported Module:Navbox by file upload (1 revision)
- 19:23, 29 November 2024 Robertbaxter talk contribs imported Module:Message box by file upload (1 revision)
- 19:23, 29 November 2024 Robertbaxter talk contribs imported Module:Sidebar by file upload (1 revision)
- 19:23, 29 November 2024 Robertbaxter talk contribs imported Module:Unsubst by file upload (1 revision)
- 19:23, 29 November 2024 Robertbaxter talk contribs imported Module:Hatnote by file upload (1 revision)
- 17:49, 29 November 2024 Robertbaxter talk contribs created page Category:Machines
- 21:32, 27 November 2024 Robertbaxter talk contribs created page Violet (Created page with "{{Ink |japanese_name=ヴァイオレット |brand=Risograph |series=Standard |display_hex=#9D7AD2 }}")
- 21:27, 27 November 2024 Robertbaxter talk contribs created page Template:Infobox ink (Created page with "; Japanese Name : [[Has Japanese name::{{{japanese_name|}}}]] ; Brand : [[Has brand::{{{brand|}}}]] ; Series : [[Has series::{{{series|}}}]] ; Display Hex : <nowiki>#</nowiki>{{#sub:{{{display_hex|}}}|-6}}{{#set:Has display hex={{{display_hex|}}}}}")
- 20:19, 27 November 2024 Robertbaxter talk contribs created page Category:Inks
- 20:18, 27 November 2024 Robertbaxter talk contribs created page Form:Ink
- 20:17, 27 November 2024 Robertbaxter talk contribs created page Template:Ink
- 19:20, 27 November 2024 User account Robertbaxter talk contribs was created