User:Bongolium500/bot: Difference between revisions

From Tardis Wiki, the free Doctor Who reference
No edit summary
 
(20 intermediate revisions by 2 users not shown)
Line 1: Line 1:
== Regular runs ==
{| class="wikitable"
{| class="wikitable"
! Purpose !! Command !! Progress
! Purpose !! Command !! Progress !! Notes
|-
|-
|Fix wikitext errors
|Fix wikitext errors
|<pre>python pwb.py replace -fix:syntax -start:":____"</pre>
|<pre>python pwb.py replace -fix:syntax -start:":____"</pre>
|Continue from <tt>Mary Berry (actor)</tt>
|Done 16:28, 18 April 2023 (UTC)
|Always run in manual
|-
|-
|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>2060s</tt>
|Continue from <tt>Death's Head (series)</tt>
|Always run in manual
|-
|-
|Check for dead links
|Fix ISBN formatting errors
|<pre>python pwb.py weblinkchecker -xml:"tardis_pages.xml" -ns:0 -xmlstart:":____" </pre>
|<pre>python pwb.py replace -fix:isbn -start:":____"</pre>
|Continue from <tt>Angus Lennie</tt>
|Done 16:28, 18 April 2023 (UTC)
|Probably safe to run automatically
|-
|Fix double redirects
|<pre>python pwb.py redirect do -always</pre>
|Done 20:48, 1 December 2023 (UTC)
|Safe to run automatically
|-
|Fix broken redirects
|<pre>python pwb.py redirect br</pre>
|Done 20:48, 1 December 2023 (UTC)
|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.
|}
|}
== Scripts that should not be run ==
* [[mw:Manual:Pywikibot/interwiki.py|interwiki.py]] - does not work with the precise format used for date pages.
* [[mw:Manual:Pywikibot/interwiki.py|weblinkchecker.py]] - identifies far too many false positives.
== One-off tasks ==
; Moving categories
: <pre>python pwb.py category move -hist -nowb -keepsortkey -from:"____" -to:"____"</pre>

Latest revision as of 20:48, 1 December 2023

Regular runs[[edit] | [edit source]]

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 Death's Head (series) Always run in manual
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 20:48, 1 December 2023 (UTC) Safe to run automatically
Fix broken redirects
python pwb.py redirect br
Done 20:48, 1 December 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.

Scripts that should not be run[[edit] | [edit source]]

One-off tasks[[edit] | [edit source]]

Moving categories
python pwb.py category move -hist -nowb -keepsortkey -from:"____" -to:"____"