>>1877213
>Other game wikis do this, even games with a ludicrous amount of objects in them.
the thing is not every item has enough information to warrant it being it's own page.

>My gripe with this is that it doesn't redirect to a particular object if you use the wiki's searchbar to find it by name
that's just a problem with the wiki having almost redirect pages. for example on TG's wiki if you search "oxygen" it brings you to the oxygen gas section in its atmospherics page, it is generally very good about having redirect pages to content that is already part of a larger page. there are redirect pages for certain items like tools on /vg/ but not for every item obviously because that would be a lot of work.

I think part of the reason why the wiki isn't updated much anyways is because if you can read BYOND code (which isn't that hard to read) then you're just going to get more specific and up-to-date information about whatever you're looking for by using github's search function. just search for the item name then that will lead to where it was declared which usually has all the information relating to things like stats, procs, and verbs, and if what you need isn't in that part of the code then you can just search the declaration path of said object to find all snowflake occurrences of it in the code. for most things i rarely use the wiki myself anymore because github search does a better job at getting me what i need