Pywikibot 템플릿 이동

1 개요[ | ]

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"

2 같이 보기[ | ]

3 참고[ | ]

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}