https://bugzilla.wikimedia.org/show_bug.cgi?id=23150

           Summary: Includable special pages: treat "template" parameters
                    like URL parameters
           Product: MediaWiki
           Version: unspecified
          Platform: All
        OS/Version: All
            Status: ASSIGNED
          Severity: enhancement
          Priority: Normal
         Component: Special pages
        AssignedTo: [email protected]
        ReportedBy: [email protected]


When including {{Special:Foo|bar=baz}}, this should return the same result as
Special:Foo?bar=baz.

This would allow to better customize special pages in other pages, e.g.
{{Special:Recentchanges|hideminor=1|hideliu=1}} or
{{Special:Prefixindex/Foobar|limit=5}}.

Currently, some special pages can be included with one parameter, e.g.
{{Special:Recentchanges/2}} will return Special:Recentchanges?limit=2. This is
very limited and doesn't work for special pages that already use the subpage
parameter for something else (e.g. Prefixindex).

Assuming there are no security risks, I'll take a look at the code and see if
this is feasible.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to