J.dor
J.dor

Reputation: 11

How to list all pages or categories on main page in MediaWiki?

I installed CMS MediaWiki, I want to make sure that all pages and categories that are in the database were displayed on the main page with a list or other method, I tried to find information in Google, but didn’t really find anything, can you please tell me where you can see the instructions, or maybe someone already did that?

Upvotes: 1

Views: 1317

Answers (1)

ihaveaquestion
ihaveaquestion

Reputation: 23

You can access all the categories in the database via the page Special:Categories and all the pages by Special:AllPages. I believe that using Extension:DynamicPageList, you can list all the pages/categories on the main page by selecting all pages in their namespaces (main and category respectively).

Upvotes: 2

Related Questions