Template talk:WikiProject cleanup listing
Template-protected edit request on 12 March 2018
[edit]![]() | This edit request has been answered. Set the |answered= parameter to no to reactivate your request. |
Please change http://tools.wmflabs.org/bambots/
to https://tools.wmflabs.org/bambots/
. Thank you. Jon Kolbert (talk) 02:38, 12 March 2018 (UTC)
Done —RP88 (talk) 02:48, 12 March 2018 (UTC)
Template-protected edit request on 13 May 2018
[edit]![]() | This edit request has been answered. Set the |answered= parameter to no to reactivate your request. |
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)
Done — Martin (MSGJ · talk) 07:38, 17 May 2018 (UTC)
Template protected edit request on 20 March 2019
[edit]![]() | This edit request has been answered. Set the |answered= parameter to no to reactivate your request. |
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)
External links
[edit]![]() | This edit request has been answered. Set the |answered= parameter to no to reactivate your request. |
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)
Done — Martin (MSGJ · talk) 11:51, 4 September 2023 (UTC)
- Thanks, appreciate it. --2001:1C06:19CA:D600:BA53:6003:72F0:65A7 (talk) 19:05, 4 September 2023 (UTC)
Darkmode support
[edit]![]() | This edit request has been answered. Set the |answered= parameter to no to reactivate your request. |
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)
- Example: the colors are inverted on Wikipedia:WikiProject Film. Labratscientist (talk) 03:45, 18 February 2025 (UTC)
- Okay, I can conclude that I should never explicit wrap things with skin-invert. Labratscientist (talk) 13:30, 18 February 2025 (UTC)
4 September 2025
[edit]![]() | It is requested that an edit be made to the template-protected template at Template:WikiProject cleanup listing. (edit · history · last · links · sandbox · edit sandbox · sandbox history · sandbox last edit · sandbox diff · transclusion count · protection log) This template must be followed by a complete and specific description of the request, so that an editor unfamiliar with the subject matter could complete the requested edit immediately.
Edit requests to template-protected pages should only be used for edits that are either uncontroversial or supported by consensus. If the proposed edit might be controversial, discuss it on the protected page's talk page before using this template. Consider making changes first to the template's sandbox before submitting an edit request. To request that a page be protected or unprotected, make a protection request. When the request has been completed or denied, please add the |
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)
- Fixes image problem not centered, middle waddie96 ★ (talk) 16:09, 19 September 2025 (UTC)