User:Bongolium500/bot: Difference between revisions
From Tardis Wiki, the free Doctor Who reference
Bongolium500 (talk | contribs) |
Bongolium500 (talk | contribs) |
||
Line 21: | Line 21: | ||
|<pre>python pwb.py replace -fix:isbn -start:":____"</pre> | |<pre>python pwb.py replace -fix:isbn -start:":____"</pre> | ||
|Done 16:28, 18 April 2023 (UTC) | |Done 16:28, 18 April 2023 (UTC) | ||
|Probably safe to run automatically | |||
|- | |||
|Fix double redirects | |||
|<pre>python pwb.py redirect do -always</pre> | |||
|Done 22:38, 21 April 2023 (UTC) | |||
|Safe to run automatically | |||
|- | |||
|Fix brokeny redirects | |||
|<pre>python pwb.py redirect br</pre> | |||
|Done 22:38, 21 April 2023 (UTC) | |||
|Probably safe to run automatically | |Probably safe to run automatically | ||
|} | |} |
Revision as of 22:38, 21 April 2023
Regular runs
Purpose | Command | Progress | Notes |
---|---|---|---|
Fix wikitext errors | python pwb.py replace -fix:syntax -start:":____" |
Done 16:28, 18 April 2023 (UTC) | Always run in manual |
Enforce T:SPELL | python pwb.py replace -fix:spelling -start:":____" |
Continue from Chief Engineer (Fury from the Deep) | Always run in manual |
Check for dead links | python pwb.py weblinkchecker -xml:"tardis_pages.xml" -ns:0 -xmlstart:":____" |
Continue from Cat Litter (comic story) | Runs in background |
Fix ISBN formatting errors | python pwb.py replace -fix:isbn -start:":____" |
Done 16:28, 18 April 2023 (UTC) | Probably safe to run automatically |
Fix double redirects | python pwb.py redirect do -always |
Done 22:38, 21 April 2023 (UTC) | Safe to run automatically |
Fix brokeny redirects | python pwb.py redirect br |
Done 22:38, 21 April 2023 (UTC) | Probably safe to run automatically |