User:Bongolium500/bot: Difference between revisions

From Tardis Wiki, the free Doctor Who reference
Line 10: Line 10:
|Enforce [[T:SPELL]]
|Enforce [[T:SPELL]]
|<pre>python pwb.py replace -fix:spelling -start:":____"</pre>
|<pre>python pwb.py replace -fix:spelling -start:":____"</pre>
|Continue from <tt>Blackwell Convalescent Home</tt>
|Continue from <tt>Chief Engineer (Fury from the Deep)</tt>
|Always run in manual
|Always run in manual
|-
|-
|Check for dead links
|Check for dead links
|<pre>python pwb.py weblinkchecker -xml:"tardis_pages.xml" -ns:0 -xmlstart:":____" </pre>
|<pre>python pwb.py weblinkchecker -xml:"tardis_pages.xml" -ns:0 -xmlstart:":____" </pre>
|Continue from <tt>Character Assassin (comic story)</tt>
|Continue from <tt>Cat Litter (comic story)</tt>
|Runs in background
|Runs in background
|-
|-

Revision as of 20:22, 19 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