Toggle menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Main Page: Difference between revisions

From Kerbal Space Program 2 Modding Wiki
Spacewarp>Munix
No edit summary
Spacewarp>Munix
Line 19: Line 19:


====Help====
====Help====
To assign a page to a category, put the following line at the top or bottom of your page: <code><nowiki>[[Category:My category]]</nowiki></code>. To create a new category if it does not exist yet, simply create a page with the prefix "Category:", for example "Category:My category".
To assign a page to a category, put the following line at the top of your page: <code><nowiki>[[Category:My category]]</nowiki></code>.


All new categories should either be subcategories of "TOC" to be displayed in the list on this page, or subcategories of other already existing categories. You can achieve this by placing this line at the top or bottom of the category's page: <code><nowiki>[[Category:TOC]]</nowiki></code>, similarly to how any other categories get assigned to pages.
To create a new category if it does not exist yet, simply create a page with the prefix "Category:", for example "Category:My category", and add a description of the category in the body.
 
All new categories should either be subcategories of "TOC" to be displayed in the list on this page, or subcategories of other already existing categories. You can achieve this by placing this line at the top of the category's page: <code><nowiki>[[Category:TOC]]</nowiki></code>, similarly to how any other categories get assigned to pages.


For information on how to edit and format pages, you can visit [[mediawikiwiki:Help:Contents|MediaWiki's Help page]]. For code snippets syntax highlighting, you can use the‎ <code><nowiki><syntaxhighlight></nowiki></code> tag, see [[mediawikiwiki:Extension:SyntaxHighlight|full documentation]] for more details.
For information on how to edit and format pages, you can visit [[mediawikiwiki:Help:Contents|MediaWiki's Help page]]. For code snippets syntax highlighting, you can use the‎ <code><nowiki><syntaxhighlight></nowiki></code> tag, see [[mediawikiwiki:Extension:SyntaxHighlight|full documentation]] for more details.

Revision as of 00:59, 3 August 2023

Welcome to KSP 2 Modding Wiki

This wiki serves as a place to share knowledge about modding KSP 2. Anyone with an account can create their own articles or contribute to existing ones.

Page list

You can find the list of all pages grouped by categories here: <categorytree mode="pages">TOC</categorytree>

Disclaimer: the above list might not be always up-to-date. For an always updated list of categories, you can check the Table of contents.

Create a new page

<inputbox> type=create break=no buttonlabel=Create new page placeholder=Page name </inputbox>

Help

To assign a page to a category, put the following line at the top of your page: [[Category:My category]].

To create a new category if it does not exist yet, simply create a page with the prefix "Category:", for example "Category:My category", and add a description of the category in the body.

All new categories should either be subcategories of "TOC" to be displayed in the list on this page, or subcategories of other already existing categories. You can achieve this by placing this line at the top of the category's page: [[Category:TOC]], similarly to how any other categories get assigned to pages.

For information on how to edit and format pages, you can visit MediaWiki's Help page. For code snippets syntax highlighting, you can use the‎ <syntaxhighlight> tag, see full documentation for more details.