Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
すべての user_talk ページを一括で空白にする方法があるかどうか知りたいです。それらを削除するのではなく、空白にするだけです。ボットの書き方がわからないので、拡張機能や事前に作成されたボットがあるかどうかを本当に尋ねています。ありがとうございました
AWBを使用することをお勧めします。名前空間に基づいてリストを簡単に作成し、次のような単純なReGeX置換を使用することができます: Search: (.*)*Replace with: (empty space)。
(.*)*