Користувач:BaseBot/Sources/replacer1: відмінності між версіями

Вилучено вміст Додано вміст
Base (обговорення | внесок)
Створена сторінка: <source lang="java"> →‎* To change this template, choose Tools | Templates * and open the template in the editor.: package wikibookbot; import net.wikipe...
 
Base (обговорення | внесок)
мНемає опису редагування
Рядок 1:
<source lang="java">
/*
* To change this template, choose Tools | Templates
Рядок 19 ⟶ 18:
*/
public static void main(String[] args) throws Exception {
Wiki wiki = new Wiki("uk.wikipediawikibooks.org");//укрвікі
wiki.login("Login", "password");//вхід в ВП
wiki.setMarkBot(true);
wiki.setMarkMinor(true);
//allPages(String title, int namespace, boolean redirects)
doing(wiki, "");
Рядок 45 ⟶ 46:
}
}
</source>