User contributions for SuitCase
19 May 2024
- 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