Re: IMPORTANT: Please confirm the Wiki works again for you!
Reply #16 –
Now that there are multiple Sphere engines, how do we go about documenting version-specific options? Here's my suggestion:
I'm thinking we could just add links like [[Category:legacysphere]] and [[Category:minisphere]] to each API function page.
Then we add a template that figures out which categories the function belongs to, and display those at the top of the page. For example, like this:

(Edit: edited to take up less space)
That's a good idea, and until we can solidify a decent template to make it happen we can for now simply use the normal category linking that appears on the bottom of the page. I vaguely remember seeing a template or two on Wikipedia that performed conditionals based on the existence of certain categories on the including page, but I don't know them off the top of my head.
Also, I noticed the special headings font not loading, but personally, I prefer the default font that is being displayed anyway.
This change was the result of the wiki update also updating the skin, which introduced more specific selectors for headlines negating my customizations. I added overrides to these and the previous font is restored globally, though you can still edit your personal wiki CSS by visiting the wiki article
User:Username/skinname.css (replacing
Username with your user name and
skinname with Vector in this case). The selector to target for the headings in question is
div#content h1, div#content h2, div#content #firstHeading so go nuts!
Eventually I'll update instructions for navigating and customizing the wiki user experience.