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>Dalek-invaded planet (Once, Upon Time)</tt>
|Continue from <tt>Dalek drone</tt>
|Always run in manual
|Always run in manual
|-
|-
Line 22: Line 22:
|Done 16:28, 18 April 2023 (UTC)
|Done 16:28, 18 April 2023 (UTC)
|Probably safe to run automatically
|Probably safe to run automatically
|-
|Fix HTML errors, convert HTML to wikitext and convert HTML to XHTML where applicable
|<pre>python pwb.py replace -fix:HTML -start:":____"</pre>
|Continue from <tt>Aliases of the Master</tt>
|Might be safe to run automatically - more testing needed. Unsure whever running this is actually useful.
|-
|-
|Fix double redirects
|Fix double redirects

Revision as of 21:42, 22 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 Dalek drone Always run in manual
Check for dead links
python pwb.py weblinkchecker -xml:"tardis_pages.xml" -ns:0 -xmlstart:":____" 
Continue from Barbara Wright/Appearances 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 HTML errors, convert HTML to wikitext and convert HTML to XHTML where applicable
python pwb.py replace -fix:HTML -start:":____"
Continue from Aliases of the Master Might be safe to run automatically - more testing needed. Unsure whever running this is actually useful.
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

Scripts that should not be run