User:Caesar Schinas/bot-recent: Difference between revisions

From Citizendium
Jump to navigation Jump to search
imported>Caesar Schinas
(New page: This page lists recent bot actions which I have performed, with the most recent at the top. ;Replace all uses of the old Template:Alpha cat with Template:CategoryTOC. :<code><nowi...)
 
imported>Caesar Schinas
No edit summary
Line 1: Line 1:
This page lists recent bot actions which I have performed, with the most recent at the top.
This page lists recent bot actions which I have performed, with the most recent at the top.
;Replace the last few uses of {{tl|TOC-right}} with {{tl|TOC|right}}
:<code><nowiki>python template.py -pt:2 "TOC-right" "TOC|right"</nowiki></code>


;Replace all uses of the old [[Template:Alpha cat]] with [[Template:CategoryTOC]].
;Replace all uses of the old [[Template:Alpha cat]] with [[Template:CategoryTOC]].

Revision as of 03:49, 10 June 2009

This page lists recent bot actions which I have performed, with the most recent at the top.

Replace the last few uses of {{TOC-right}} with {{TOC|right}}
python template.py -pt:2 "TOC-right" "TOC|right"
Replace all uses of the old Template:Alpha cat with Template:CategoryTOC.
python template.py "Alpha cat" "CategoryTOC"
Remove Paul Wormer's name from all credit lines, per request.
python replace.py -pt:2 -start:Template:! -regex "{{[Cc]reditline\|([^|]*)\|([^|]*)\| ?Paul Wormer ?}}" "{{creditline|\1|\2}}" -summary:"Remove Paul's name as requested"