Own mediawiki/wikipedia naming convention for pages
- by Andy M
I recently installed a mediawiki at home and I'm looking for a way to name pages.
Let's say I have the following structure :
Main - Dev - C# - Tips
Main - Cooking - Mexixan Cooking - Tips
Main - Annoying my girlfriend - Tips
Each final page is a different Tips page. Naming them only "tips" won't work because I need three different pages.
Now, I could name each of my tips page with its "path" (ex: main_cooking_mexican_cooking_tips) but it looks cumbersome and the problem is that, whenever I'll change the structure of my mediawiki, some pages will need to change their name in order to be corrects.
Does it exist some convention to follow regarding this ?
Thanks for your help !