开发者

change the default category page layout in mediawiki

开发者 https://www.devze.com 2023-04-12 13:09 出处:网络
I was thinking if there was a way to change the Category page\'s default layout? I was thinking of including featured articles and their thumbnails just below the category text. I know that I can do t

I was thinking if there was a way to change the Category page's default layout? I was thinking of including featured articles and their thumbnails just below the category text. I know that I can do this by editing the category page by hand but I would really want to make it so that all categories will do this by default. Is there a Category Template somewhere? Or is there a certain parameter that I should watch for when hooking to one of the output f开发者_如何学编程unctions?

change the default category page layout in mediawiki

Thanks!


If I understand your question, there is nothing like that in existence AFAIK. However, with Extension:NiceCategoryList2, you could probable create a template that generates an output that is fairly close to what you want. You would still have to manually have to place the call to the template on all C: pages though or use a bot to pre-pend it to the top of all the C:s listed on Special:WantedCategories.

0

精彩评论

暂无评论...
验证码 换一张
取 消