User:QuasiBot/eopartverb2adj

From Wiktionary, the free dictionary
Jump to navigation Jump to search
string1="===Verb===\r\n{{eo-part-sublemma"
string2="===Adjective===\n{{eo-part-sublemma"
string3A="===Verb===\r\n'''"
string3B="'''\r\n\r\n# {{eo-form of"
string3=$string3A$1$string3B
string4A="===Adjective===\n'''"
string4B="'''\n\n# {{eo-form of"
string4=$string4A$1$string4B
string5A="bash eopartverb2adj "
string5=$string5A$1

echo $string1
echo $string2
echo $string3
echo $string4

python replace.py -page:$1 -regex "${string1}" "${string2}" "${string3}" "${string4}" -always -pt:2 -summary:"${string5}"

exit