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

           Summary: Cannot query for category pages in a specific
                    category.
           Product: MediaWiki extensions
           Version: any
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: Normal
         Component: Semantic MediaWiki
        AssignedTo: [email protected]
        ReportedBy: [email protected]
                CC: [email protected]


I want to be able to produce a list of categories that are sub categories of a
specific category.

This gives me everything under the KB category in the main namespace:
{{#ask: [[Category:KB]] }}

Following the documentation for limiting results to a specific namespace, this
gives me everything in the Category namespace, i.e. ALL categories:
{{#ask: [[:Category:+]] }}

But this gives me nothing:
{{#ask: [[Category:KB]] [[:Category:+]]}}

How else can one query "all pages in the Category namespace, that are in the KB
category"?

-- 
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