User:SeeAlsoBot

From Wiktionary, the free dictionary
Jump to navigation Jump to search

Bot account owned by User:Vildricianus


Running these regexes on the XML dump:

(r'^[\':]*?[Ss]ee also[\']*?[:]*?[\']*? [\']*?\[\[(.[^[]*?)\]\][\']*?[\r\n]*?{{', r"{{see|\1}}\n{{")
(r'^[\':]*?[Ss]ee also[\']*?[:]*?[\']*? [\']*?\[\[(.[^[]*?)\]\][\']*?[\r\n]*?==', r"{{see|\1}}\n\n==")
(r'^[\':]*?[Ss]ee also[\']*?[:]*?[\']*? [\']*?\[\[(.[^[]*?)\]\][\'\ \,and]*?\[\[(.[^[]*?)\]\][\']*?[\r\n]*?==', r"{{see|\1|\2}}\n\n==")
(r'^[\':]*?[Ss]ee also[\']*?[:]*?[\']*? [\']*?\[\[(.[^[]*?)\]\][\'\ \,and]*?\[\[(.[^[]*?)\]\][\'\ \,and]*?\[\[(.[^[]*?)\]\][\']*?[\r\n]*?==', r"{{see|\1|\2|\3}}\n\n==")
(r'^[\':]*?[Ss]ee also[\']*?[:]*?[\']*? [\']*?\[\[(.[^[]*?)\]\][\'\ \,and]*?\[\[(.[^[]*?)\]\][\'\ \,and]*?\[\[(.[^[]*?)\]\][\'\ \,and]*?\[\[(.[^[]*?)\]\][\']*?[\r\n]*?==', r"{{see|\1|\2|\3|\4}}\n\n==")