Reformat the new wiki to show important information first

As a Roblox developer, it is currently too hard to . . .

Easily find useful information about objects and their properties/functions using the new wiki layout


There is a huge amount of unused whitespace, mostly caused by descriptions (which are great, but not super necessary to show up front), which makes it hard to see an object’s properties and functions at a glance.

In addition, functions no longer show their parameters, meaning I need to load an extra page just to check what arguments to pass.

12 Likes

Suggestion:

image

If it has parameters, it would have the parameters in the definition with their type.

i.e.

Dictionary | GetStuff(int a, string b, bool c = false)

4 Likes

I put together a nice thread where the old documentation and the new documentation are shown side by side: