I know I don't need anyone's permission to edit HeROwiki to add information, but I just wanted to run this by everyone and make sure this level of editing to the structure would be all right.
HeROwiki would be a lot easier to navigate if it used category and directory pages.??It's a built in feature of the wikitext system, you just need to put in the tag for them
??I use them on my own information wiki and they're super useful for navigating and finding things that you need.
This is an example of what I'm talking about.
As you can see, you can also have sub-categories of categories, which are also directories.
We could have Custom Quests | Allegiance Quests for example or Custom Gears | Special Gears.
All of these pages are special pages that are auto-generating once you give the information to the system.??The tag for putting something into a category like this goes like this:
Code:
[[Category:Characters|Gabriel]]
[[Category:Seraphim|Gabriel]]
Where Characters and Seraphim are the names of two categories to which this page belongs, and Gabriel is the name which this page appears under.??Seraphim is a sub-category of Characters, which is in turn a sub-category of World.??You can make a category page into a sub-category by adding this code to the bottom of the page:
Code:
[[Category:Characters]]
Which will make the category Seraphim into a sub-category of the category Characters.
You can see this all at work
on this page.