Changes

Jump to navigation Jump to search

Game Tech Wiki:Editing guide

4 bytes added, 03:24, 26 April 2014
m
fixed syntax for adding categories
To add a page to a category, you need to include the line<br>
<code><nowiki>[[Category:CATEGORYNAME]]</nowiki></code><br>somewhere in the page's code (preferably at the bottom), where CATEGORYNAME is the name of the category, for example <code><nowiki>[[Category:Repair]]</nowiki></code>.
To link to a category page, you can use normal wiki syntax for linking to other pages on the wiki, but you must add : before Category. For instance, the code for [[:Category:Console|this link]] is <code><nowiki>[[:Category:Console|this link]]</nowiki></code>.

Navigation menu