-
-
Notifications
You must be signed in to change notification settings - Fork 28
Open
Labels
enhancementNew feature or requestNew feature or request
Description
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).
SigurdJanson and ChickenMobileCrystalClearGal
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request