so,
I've created a template called Template:Library, which contains the code for displaying all subpages for Events and Functions.
The code looks like this:
Copy
{{{description}}}
== Events ==
{{Special:PrefixIndex/{{{name}}}/Events/}}
== Functions ==
{{Special:PrefixIndex/{{{name}}}/Functions/}}
So when I look at my Apollo page, it looks like this:
Copy
{{Library|description=The Apollo Library contains most standard, non-library specific information.|name=Apollo}}
And it includes the template properly but it's not listing the
http://wildstar-docs.eu/index.php/API_Documentation/Apollo/Functions/RegisterAddon page ....
Not really sure what I am missing now.
As I said, I'm not a pro at this..