width, height and page properties do not work if added to a MediaWiki Template
If you use a template like
<pdf width="{{{width}}}" height="{{{height}}}">File:{{{filename}}}</pdf>
those parameters will not work. I think this is because there is no recursiveTagParse going on for those parameters.
I managed to fix this, and I will try to create a merge request for this change.
regards,
roger