Help:How To Categorize Pages: Difference between revisions

From RAGE Multiplayer Wiki
mNo edit summary
mNo edit summary
 
Line 21: Line 21:
** '''[[:Category:Vehicle API]]'''
** '''[[:Category:Vehicle API]]'''
*** [[Vehicle::Vehicle]]
*** [[Vehicle::Vehicle]]
*** [[Vehicle::neonLightEnabled]]
*** [[Vehicle::neonEnabled]]
... ''etc''
... ''etc''

Latest revision as of 18:35, 16 May 2019

A lot of pages on this wiki need categorization to be searched properly. If you want to lend a hand with organization it's very simple.

You can use:

[[Category:CATEGORYNAME]]

To organize the entire page. Inserting at the bottom of the page will not mess up any formatting on the page.


There are available categories here


For example, a page about Vehicle::Vehicle should be put on Category:Vehicle API (due to Vehicle object class) and Category:Shared Function (due to its use for Server side & Client side function)

Note that a Category:Vehicle would be a collection about vehicle articles (e.g. the vehicle model list, vehicle paintjob list), the API itself (functions, properties, events) would be in Vehicle API category where it is transcluded in Vehicle Category like this:

... etc