Hiding User:lowercase sigmabot III's archiving edits from the watchlist

edit

Is there a way of hiding User:lowercase sigmabot III's archiving edits from the watchlist? Gonnym (talk) 09:14, 22 September 2024 (UTC)Reply

(talk page watcher) @Gonnym: Put this in your CSS
li.mw-changeslist-line:has(a[href="/wiki/Special:Contributions/Lowercase_sigmabot_III"]),
table.mw-changeslist-line:has(a[href="/wiki/Special:Contributions/Lowercase_sigmabot_III"]),
tr.mw-changeslist-line:has(a[href="/wiki/Special:Contributions/Lowercase_sigmabot_III"]) {
  display: none;
}
At Preferences → Watchlist, you also need to enable "Expand watchlist to show all changes, not just the most recent". --Redrose64 🌹 (talk) 19:09, 22 September 2024 (UTC)Reply

Wikipedia:Teahouse/Questions/Archive 1210 has duplicate sections

edit

I will remove them and put them in my sandbox.— Vchimpanzee • talk • contributions • 22:48, 26 September 2024 (UTC)Reply

See This diff to confirm I did not remove anything that should have been there.— Vchimpanzee • talk • contributions • 22:58, 26 September 2024 (UTC)Reply

Protected edit request on 27 September 2024

edit

The user is somehow abusing html to prevent the showing of the page source code. Where normally it would be visible for a protected page, instead only corrupted right-to-left text that appears visually to show: "{{PleaseDontEdit/}}". I request the page to be edited to prevent this violation of WP:NOTCENSORED and correctly show the page contents. Ergzay (talk) 22:28, 27 September 2024 (UTC)Reply

@Ergzay: That's not the whole story. If I copy the whole of the page source and paste it into Richard Ishida's Unicode code converter, I find that the actual page content is
‮{{/tidEtnoDesaelP}}
The user page therefore transcludes User:Σ/tidEtnoDesaelP; I won't explain further. But you have not shown how the page as it presently stands is in violation of WP:UPNO. Therefore,   Not done for now: please establish a consensus for this alteration before using the {{Edit protected}} template. --Redrose64 🌹 (talk) 08:04, 28 September 2024 (UTC)Reply

Bot not working (in my talk)

edit

After multiple changes to the template to my talk page, I'm finally taking this here. The bot can't archive my talk page, no matter how hard I try. I will accept any suggestions. Thanks, 🍗TheNuggeteer🍗 11:38, 4 October 2024 (UTC)Reply

@TheNuggeteer: Well, let's have a look at your settings:
{{User:MiszaBot/config
|archive = User talk:TheNuggeteer/Archive %(counter)d
|archiveheader = {{talkarchivenav}}
| maxarchivesize=75,000B
|algo = old(5d)
|counter = 1
|minthreadsleft = 1
|minthreadstoarchive = 1
}}
Straight off, I notice that (except for one line) there are no spaces after the pipes - all of the examples at User:Lowercase sigmabot III/Archive HowTo have one space after each pipe. Second, there's a comma in the value 75,000B - try setting this to 75000B or even 75K Third, you have counter set to 1, but your archives have now reached User talk:TheNuggeteer/Archive 8. --Redrose64 🌹 (talk) 17:56, 4 October 2024 (UTC)Reply