Gothic Almanach:Bots: Unterschied zwischen den Versionen
Aus Gothic Almanach
(neuer Befehl) |
(neue Befehle) |
||
Zeile 6: | Zeile 6: | ||
python replace.py -start:! -regex "'''(.*?)''' -" ";\1:" | python replace.py -start:! -regex "'''(.*?)''' -" ";\1:" | ||
python replace.py -start:! -always -regex "\[\[(.*?)\|\1(.*?)\]\]" "[[\1]]\2" | python replace.py -start:! -always -regex "\[\[(.*?)\|\1(.*?)\]\]" "[[\1]]\2" | ||
+ | |||
+ | (python replace.py -subcat:Inhalt -regex "seine([r]*?)([n]*?) Leuten*" "seine\1\2 Männer\2") | ||
+ | python replace.py -subcat:Inhalt -regex "Leuten*" "Menschen" | ||
+ | -summary:"Sprache: Leute - Menschen" |
Version vom 1. Juni 2009, 20:38 Uhr
Nähere Informationen finden sich bei
Häufig verwandte Befehle:
python replace.py -start:! -regex "(.*?) -" ";\1:" python replace.py -start:! -always -regex "\[\[(.*?)\|\1(.*?)\]\]" "\1\2"
(python replace.py -subcat:Inhalt -regex "seine([r]*?)([n]*?) Leuten*" "seine\1\2 Männer\2") python replace.py -subcat:Inhalt -regex "Leuten*" "Menschen" -summary:"Sprache: Leute - Menschen"