Template talk:WikiProject cleanup listing

Template-protected edit request on 12 March 2018

[edit]

Please change http://tools.wmflabs.org/bambots/ to https://tools.wmflabs.org/bambots/. Thank you. Jon Kolbert (talk) 02:38, 12 March 2018 (UTC)[reply]

 DoneRP88 (talk) 02:48, 12 March 2018 (UTC)[reply]

Template-protected edit request on 13 May 2018

[edit]

Please could the text max-width: 90%; be appended to the style tag of the outer div? (As in the sandbox.) This makes the template work on devices with restricted width. This would fix this edit to WP:FA. Currently this template spills outside its container and makes the whole page scroll horizontally. (I know that there is a width parameter but setting a fixed tiny width to satisfy mobile devices is not an ideal solution.) Many thanks, User:GKFXtalk 19:06, 13 May 2018 (UTC)[reply]

 Done — Martin (MSGJ · talk) 07:38, 17 May 2018 (UTC)[reply]

Template protected edit request on 20 March 2019

[edit]

Please copy the sandbox over to the template.

I am the maintainer of the cleanup listings (CleanupWorklistBot), the listings have been moved to a new server due to the unreliability of Toolforge and inadequate tech support. See T218510. --Bamyers99 (talk) 22:13, 20 March 2019 (UTC)[reply]

 Done Keith D (talk) 00:36, 21 March 2019 (UTC)[reply]
[edit]

Please make it clear that some of the links are external links by adding the usual external link icon (). I, and probably other readers/editors, dislike clicking a seemingly internal link, and then suddenly being sent off to an external domain. Without the external link icon, the template formatting is also inconsistent with the rest of Wikipedia. --2001:1C06:19CA:D600:BA53:6003:72F0:65A7 (talk) 11:30, 4 September 2023 (UTC)[reply]

 Done — Martin (MSGJ · talk) 11:51, 4 September 2023 (UTC)[reply]
Thanks, appreciate it. --2001:1C06:19CA:D600:BA53:6003:72F0:65A7 (talk) 19:05, 4 September 2023 (UTC)[reply]

Darkmode support

[edit]

Note: I am currently unable to test this, because the CSS lock down on User:Labratscientist/sandbox
color: white;needs to be added, such that:
@media screen { html.skin-theme-clientpref-night .wikiproject-cleanup-listing { background-color: #111; color: white; } } @media screen and (prefers-color-scheme: dark) { html.skin-theme-clientpref-os .wikiproject-cleanup-listing { background-color: #111; color: white; }}

According to Recommendations for night mode compatibility on Wikimedia wikis - MediaWiki, I believe 2 classes should be added: notheme mw-no-invert Labratscientist (talk) 03:43, 18 February 2025 (UTC)[reply]

Example: the colors are inverted on Wikipedia:WikiProject Film. Labratscientist (talk) 03:45, 18 February 2025 (UTC)[reply]
Okay, I can conclude that I should never explicit wrap things with skin-invert. Labratscientist (talk) 13:30, 18 February 2025 (UTC)[reply]

4 September 2025

[edit]

Kindly adjust code to Template:WikiProject cleanup listing/sandbox.

Kindly adjust CSS by adding:

.wikiproject-cleanup-listing {
    background: var(--background-color-neutral, #eaecf0);
    border-color: var(--border-color-base, #a2a9b1);
    display: flex;
    align-items: center;
    border-radius: 2px;
}
.wikiproject-cleanup-listing-img {
    float: right;
    padding-left: 5px;
}
.wikiproject-cleanup-listing-content {
}

waddie96 ★ (talk) 23:30, 3 September 2025 (UTC)[reply]

Fixes image problem not centered, middle waddie96 ★ (talk) 16:09, 19 September 2025 (UTC)[reply]