Help:How To Categorize Pages: Difference between revisions

From RAGE Multiplayer Wiki
m (RoboN1X moved page How To Categorize Pages to Help:How To Categorize Pages: Articles about how to/related to use of this wiki should be in Help mainspace)
mNo edit summary
 
(2 intermediate revisions by the same user not shown)
Line 7: Line 7:


To organize the entire page. Inserting at the bottom of the page will not mess up any formatting on the page.
To organize the entire page. Inserting at the bottom of the page will not mess up any formatting on the page.
There are [[Special:Categories|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:
* '''[[:Category:Vehicle]]'''
** [[Vehicles]]
** [[Vehicle Colors]]
** '''[[:Category:Vehicle API]]'''
*** [[Vehicle::Vehicle]]
*** [[Vehicle::neonEnabled]]
... ''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