Help:How To Categorize Pages: Difference between revisions

From RAGE Multiplayer Wiki
mNo edit summary
mNo edit summary
Line 12: Line 12:




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)
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:
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:
Line 18: Line 18:
* '''[[:Category:Vehicle]]'''
* '''[[:Category:Vehicle]]'''
** [[Vehicles]]
** [[Vehicles]]
** [[Vehicle Colors]]
** '''[[:Category:Vehicle API]]'''
** '''[[:Category:Vehicle API]]'''
*** [[Vehicle::Vehicle]]
*** [[Vehicle::Vehicle]]
*** [[Vehicle::neonLightEnabled]]
... ''etc''

Revision as of 18:33, 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