When using template.py (compat) on Wikimedia Labs to remove a template from a list of articles using the command:
python template.py "Persondata" -remove
I noticed that the template (ar:Template:Persondata) gets removed only partially if one of the template parameters is another template.
Examples:
- Page 1 (Here the parameter "DATE OF BIRTH" contains this template)
- Page 2 (The same parameter contains the same template)
I used the compat version of template.py. Didn't test the core version of the script.