argh. Again reply instead of reply to all >_<
textForm = """%(municName)s รจ un [[Comuni della Svezia|comune]] [[Svezia|svedese]] situato nella [[Contee della Svezia|contea]] di %(countyName)s."""
I suppose textForm needs to be u"""(...)""" then, but I am not completely sure. And instead of using your own regexps to find templates and their parameters, use page.templatesWithParams() and process that. I'm not completely sure what you want to do though.
--valhallasw