________________________________________ Von: [email protected] [[email protected]] im Auftrag von Billinghurst [[email protected]] Gesendet: Dienstag, 17. Mai 2011 16:31 An: MediaWiki announcements and site admin list Betreff: Re: [Mediawiki-l] exclude template from category list
On 17 May 2011 at 16:27, Scheid, Bernhard wrote: > Hi, > > is it possible to configure category output, c.f. in a way that certain > namespaces are not included? > > Specifically, I would like to create category entries through templates, ie. > every page using the template would be automatically in the respective > category. The template itself, however, should not show up at the category > page. > > I searched extensions already but could not find anything appropriate so far. > Any suggestions? > > Many thanks in advance > > Bernhard > _______________________________________________ > MediaWiki-l mailing list > [email protected] > https://lists.wikimedia.org/mailman/listinfo/mediawiki-l An <includeonly>[[Category:Make my day]]</includeonly> in your template is not working for you? Regards, Andrew _______________________________________________ MediaWiki-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-l Actually not, because I use nested templates. Actually I would need something like $wgNamespacesToBeCategorized (does not exist) in LocalSettings.php or something similar as an extension. _______________________________________________ MediaWiki-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
