(Go: >> BACK << -|- >> HOME <<)

Jump to content

Manual:Pywikibot/touch.py

From mediawiki.org
Revision as of 21:58, 8 December 2011 by DeirdreAnne (talk | contribs) (15 revisions from meta:Pywikipediabot/touch.py: Migrating documentation for mediawiki tool maintained in svn)

Template:MoveToMediaWiki

This script is deprecated and has been moved to the project's archive.


When a record needs to be changed in order to refresh all kinds of relations, touch.py can do the work. This program updates a record without making any changes. Running touchall.py will not create entries on the "recent changes". Technically, what it does is take each page and save it, without making any changes, thus refreshing the relations with categories and other relations.

Scenario 1

When a category is added to a much used template, running touch.py will add the existing records to the category.

Parameters

start: The default is to go through all pages from Special:Allpages in order. This may however be done spread out over various runs. If one wants to continue, give the argument "-start:page!" with page the last page of which you know it has been done. The bot will then do the pages coming after that.

Touch also understands the general parameters '-lang' and '-family'.

touch.py -start:!

See also