개요
- Pywikibot 템플릿 이동
- Pywikibot 템플릿 교체
OLD_TEMPLATE="기존 템플릿 이름"
NEW_TEMPLATE="새 템플릿 이름"
./pwb.py replace -transcludes:"$OLD_TEMPLATE" "{{$OLD_TEMPALTE}}" "{{$NEW_TEMPLATE}}" -always
./pwb.py movepages -from:"template:$OLD_TEMPLATE" -to:"template:$NEW_TEMPLATE"
./pwb.py touch -transcludes:"$NEW_TEMPLATE"