DynamicPageList3
                                
                                 DynamicPageList3 copied to clipboard
                                
                                    DynamicPageList3 copied to clipboard
                            
                            
                            
                        Ability to filter multiple uses of a template on a page.
I have a DPL query of the form:
{{#dpl: 
 category= My used category
 |include=  {My template}.dpl
 |ordermethod = title
 |order= ascending
 |table   = class=wikitable sortable,Article, Name, Description
}}
What happens is articles may use My template more than once on a page with different parameters.
{{My template|name=foo | description = Fred}}
{{My template|name=bar | description = Mary}}
This produces a table with both uses of My template in the article.
What I'd like is to have a filter to only return the templates with name=foo (and the other parameters).
I looked into this for a couple of hours, a couple weeks ago, and am unable to find any feasible solution to it. Nonetheless, I might still try to keep working on something. I'm just not sure I'll actually be able to achieve this. If I'm unable to, I'll likely close this, but I'll try to do it.