User:Bongolium500/bot: Difference between revisions
From Tardis Wiki, the free Doctor Who reference
Bongolium500 (talk | contribs) No edit summary |
Bongolium500 (talk | contribs) No edit summary |
||
Line 1: | Line 1: | ||
{| 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> | ||
|Done 16:28, 18 April 2023 (UTC) | |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>2060s</tt> | ||
|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>Angus Lennie</tt> | |Continue from <tt>Angus Lennie</tt> | ||
|Runs in background | |||
|- | |- | ||
|Fix ISBN formatting errors | |Fix ISBN formatting errors | ||
|<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 | |||
|} | |} |
Revision as of 16:29, 18 April 2023
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 2060s | Always run in manual |
Check for dead links | python pwb.py weblinkchecker -xml:"tardis_pages.xml" -ns:0 -xmlstart:":____" |
Continue from Angus Lennie | 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 |