User contributions for SuitCase
31 May 2024
- 06:5906:59, 31 May 2024 diff hist +34 Bittersweet Candy Bowl: Volume One No edit summary Tag: Visual edit: Switched
- 06:5806:58, 31 May 2024 diff hist +72 Template:PageNotice No edit summary
- 06:5506:55, 31 May 2024 diff hist +136 Template:PageNotice No edit summary
- 06:5006:50, 31 May 2024 diff hist +495 N Template:PageNotice Created page with "<noinclude> <!-- Check for Complete category --> {{#if:{{#categories:|Category:Complete}}| {{Notice Complete}} }} <!-- Check for Needs Polish category --> {{#if:{{#categories:|Category:Needs Polish}}| {{Notice Needs Polish}} }} <!-- Check for Stub category --> {{#if:{{#categories:|Category:Stub}}| {{Notice Stub}} }} <!-- Check for Stub for LLM content category --> {{#if:{{#categories:|Category:Stub for LLM content}}| {{Notice Stub for LLM conte..."
- 06:4406:44, 31 May 2024 diff hist +112 m Midterm Time agh i keep messing stuff up Tag: Visual edit: Switched
- 06:4206:42, 31 May 2024 diff hist +18 m Midterm Time references heading Tag: Visual edit
- 06:4106:41, 31 May 2024 diff hist −91 m Midterm Time whoops bold! had to fix. why is it done with tick marks my god
- 03:5803:58, 31 May 2024 diff hist −16 m Template:ChapterPage Tweaking a few details
29 May 2024
- 18:5318:53, 29 May 2024 diff hist −46,947 Template:Cite web Replaced content with "<includeonly> <ref> <span class="citation web"> <span class="cite web">{{#if:{{{author|}}}|{{{author}}}, }}{{{title}}}. {{#if:{{{date|}}}|{{{date}}}. }} Retrieved from <a href="{{{url}}}">{{{url}}}</a>. </span> </ref> </includeonly> <noinclude> This template is used to cite web pages. Usage: <pre> {{Cite web | url=URL | title=TITLE | author=AUTHOR | date=DATE }} </pre> </noinclude>" Tag: Replaced
- 18:5118:51, 29 May 2024 diff hist +47,363 N Template:Cite web Created page with "<noinclude>{{pp-template}}</noinclude> {{Documentation subpage}} {{High-use|all-pages=yes}} {{AWB standard installation}} {{csdoc|lua}} {{csdoc|cs1}} {{csdoc|lead|web sources that are not characterized by another CS1 template. Do not use this template in the "External links" section of articles}} ==Usage== {{csdoc|usage}} {{csdoc|usage common}} For references with author credit :<syntaxhighlight lang="wikitext" inline>{{cite web |..."
- 18:5018:50, 29 May 2024 diff hist +8,798 Midterm Time Inserting the first LLM-generated content of the whole wiki! Tag: Visual edit: Switched
- 07:2907:29, 29 May 2024 diff hist +2,674 Midterm Time Replacing with the template Tag: Replaced
- 07:2807:28, 29 May 2024 diff hist +2,892 N Template:ChapterPage Establishing a template we can use.
26 May 2024
- 05:5205:52, 26 May 2024 diff hist +1,024 Main Page Tuned it all into a todo page Tag: Visual edit
- 02:5202:52, 26 May 2024 diff hist −238 Template:BCB chapters Updating the colours to match the cover sources
24 May 2024
- 07:3607:36, 24 May 2024 diff hist −29 Template:BCI chapters No edit summary
- 07:3607:36, 24 May 2024 diff hist −80 Template:BCIChapterList No edit summary current
22 May 2024
- 06:2306:23, 22 May 2024 diff hist +71 Template:ChapterList Dumbening the quotes
19 May 2024
- 08:2908:29, 19 May 2024 diff hist −235 Template:BCB chapters Making the “Not yet in print” section dynamic
- 08:2808:28, 19 May 2024 diff hist −32 Template:NotYetInPrint No edit summary current
- 08:2808:28, 19 May 2024 diff hist +178 Module:NotYetInPrint No edit summary current
- 08:2708:27, 19 May 2024 diff hist +80 N Template:NotYetInPrint Created page with "<!-- Template:NotYetInPrint --> {{#invoke:NotYetInPrint|generateList|start=111}}"
- 08:2708:27, 19 May 2024 diff hist +992 N Module:NotYetInPrint Created page with "-- Module:NotYetInPrint local p = {} function p.getChaptersList() local listPage = mw.title.new('Template:ChapterList') if not listPage then return {} end local content = listPage:getContent() if not content then return {} end local chapters = {} for number, title in string.gmatch(content, "{{Chapter|number=([%d%.]+)|title=([^|]+)|") do table.insert(chapters, {number = tonumber(number), title = title}) end..."
- 08:1908:19, 19 May 2024 diff hist +466 Module:Chapters No edit summary
- 08:1708:17, 19 May 2024 diff hist −6 Module:Chapters No edit summary
- 08:1608:16, 19 May 2024 diff hist +1 Simple Pleasures No edit summary Tag: Visual edit: Switched
- 08:1508:15, 19 May 2024 diff hist +45 N Simple Pleasures Created page with "{{InfoboxChapter | name = Simple Pleasures }}"
- 08:1508:15, 19 May 2024 diff hist +527 N Template:Infobox chapter Created page with "<!-- Template:InfoboxChapter --> {{Infobox | name = {{{name|}}} | chapter_no = {{#invoke:Chapters|getChapterDetails|{{{name|}}}|number}} | title = {{{name|}}} | date = {{#invoke:Chapters|getChapterDetails|{{{name|}}}|date}} | pagecount = {{#invoke:Chapters|getChapterDetails|{{{name|}}}|pagecount}} | total_chapters = {{#invoke:Chapters|getTotalChapters}} | next_chapter = {{#invoke:Chapters|getNextChapter|{{{name|}}}}} | prev_chapter = {{..."
- 08:1408:14, 19 May 2024 diff hist +1,446 N Module:Chapters Created page with "-- Module:Chapters local p = {} function p.getChaptersList() local listPage = mw.title.new('Template:ChaptersList') if not listPage then return {} end local content = listPage:getContent() if not content then return {} end local chapters = {} for number, title, date, pagecount in string.gmatch(content, "{{Chapter|number=(%d+)|title=([^|]+)|date=([^|]+)|pagecount=(%d+)}}") do table.insert(chapters, {number = tonum..."
- 08:1208:12, 19 May 2024 diff hist +138 Template:BCIChapterList No edit summary
- 08:1108:11, 19 May 2024 diff hist +161 N Template:BCIChapter Created page with "<!-- Template:Chapter --> {| class="wikitable" |- ! Sequence Number ! Title ! Date ! Pagecount |- | {{{seq|}}} | {{{title|}}} | {{{date|}}} | {{{pagecount|}}} |}" current
- 08:1108:11, 19 May 2024 diff hist +155 N Template:Chapter Created page with "<!-- Template:Chapter --> {| class="wikitable" |- ! Number ! Title ! Date ! Pagecount |- | {{{number|}}} | {{{title|}}} | {{{date|}}} | {{{pagecount|}}} |}" current
- 08:1008:10, 19 May 2024 diff hist +9,900 N Template:ChapterList Created page with "<!-- Template:ChapterList --> {{Chapter|number=1|title=Simple Pleasures|date=2009-11-02|pagecount=6}} {{Chapter|number=2|title=Gaming Rivalry|date=2006-05-05|pagecount=4}} {{Chapter|number=3|title=Merry Snow Day|date=2006-05-08|pagecount=4}} {{Chapter|number=4|title=Unfit for Education|date=2006-05-12|pagecount=4}} {{Chapter|number=5|title=The Burden of Parenthood|date=2011-07-15|pagecount=7}} {{Chapter|number=6|title=Flying Lessons|date=2006-06-09|pagecount=4}} {{Chapte..."
- 08:0708:07, 19 May 2024 diff hist +3,335 N Template:BCIChapterList Created page with "<!-- Template:BCIChaptersList --> <!-- seq is the internal sequence order, but the number should not be user-visible. --> <!-- Missing Ships Ahoy and deleted BCI chapters. --> {{Chapter|seq=1|title=Sweet Dreams|date=2010-07-02|pagecount=15}} {{Chapter|seq=2|title=Molly's Adventure|date=2010-07-02|pagecount=24}} {{Chapter|seq=3|title=Another Path|date=2010-08-02|pagecount=24}} {{Chapter|seq=4|title=Magic Tricks|date=2011-01-01|pagecount=21}} {{Chapter|seq=5|title=Disaster..."
- 05:3205:32, 19 May 2024 diff hist −1 MediaWiki:Common.css No edit summary current
- 05:0605:06, 19 May 2024 diff hist +5,630 N MediaWiki:Common.js Created page with "/** * Keep code in MediaWiki:Common.js to a minimum as it is unconditionally * loaded for all users on every wiki page. If possible create a gadget that is * enabled by default instead of adding it here (since gadgets are fully * optimized ResourceLoader modules with possibility to add dependencies etc.) * * Since Common.js isn't a gadget, there is no place to declare its * dependencies, so we have to lazy load them with mw.loader.using on demand and * then execu..." current
- 05:0505:05, 19 May 2024 diff hist +1,121 N MediaWiki:Vector.css Created page with "→Don't display some stuff on the main page: .page-Main_Page #deleteconfirm, .page-Main_Page #t-cite, .page-Main_Page #footer-info-lastmod, .action-view.page-Main_Page #siteSub, .action-view.page-Main_Page #contentSub, .action-view.page-Main_Page #contentSub2 { display: none !important; } body.skin-vector-legacy #coordinates { position: absolute; top: 3.5em; right: 0; line-height: 1.6; text-align: right; font-size: 92%; white-space: nowrap; float: right; ma..." current
- 05:0505:05, 19 May 2024 diff hist +10,770 N MediaWiki:Common.css Created page with "→* This is the CSS common to all desktop skins on en.Wikipedia. * Styling inside .mw-parser-output should generally use TemplateStyles.: →Reset italic styling set by user agent: cite, dfn { font-style: inherit; } →Straight quote marks for <q>: q { quotes: '"' '"' "'" "'"; } →Avoid collision of blockquote with floating elements by swapping margin and padding: blockquote { overflow: hidden; margin: 1em 0; padding: 0 40px; } /* Consistent size for..."
- 03:2203:22, 19 May 2024 diff hist −10 Sue No edit summary Tags: Reverted Visual edit: Switched
- 03:2103:21, 19 May 2024 diff hist −14 Sue No edit summary Tag: Visual edit: Switched
- 03:2103:21, 19 May 2024 diff hist +479 Sue No edit summary Tag: Visual edit: Switched
- 03:1103:11, 19 May 2024 diff hist +13 Sue No edit summary Tag: Visual edit
- 03:1003:10, 19 May 2024 diff hist +1,214 N 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..."
- 01:1001:10, 19 May 2024 diff hist +20,533 N 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'..." current
- 01:0801:08, 19 May 2024 diff hist +223 N 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>" current
17 May 2024
- 06:1106:11, 17 May 2024 diff hist +12 N Sue wow created page Tag: Visual edit
- 06:1106:11, 17 May 2024 diff hist +29 Main Page added link for sue Tag: Visual edit
- 06:0006:00, 17 May 2024 diff hist −1 Main Page trying to regenerate thumb Tag: Visual edit
- 05:5805:58, 17 May 2024 diff hist +73 Main Page i added a cute fairy thing Tag: Visual edit
- 05:5805:58, 17 May 2024 diff hist +9 N File:A creature.png No edit summary current