Main Page: Difference between revisions

From KSP 2 Modding Wiki
No edit summary
No edit summary
Line 5: Line 5:


==Category list==
==Category list==
To assign a page to a category, use the following: <syntaxhighlight inline>[[Category:My category]]</syntaxhighlight>. To create a new category if it does not exist yet, simple create a page with the prefix "Category:", for example "Category:My category".
{{#categorytree:TOC|hideroot|mode=pages}}
{{#categorytree:TOC|hideroot|mode=pages}}


==Create a new page==
==Create a new page==
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‎ <syntaxhighlight lang="xml" inline><syntaxhighlight></syntaxhighlight> tag, see [[mediawikiwiki:Extension:SyntaxHighlight|full documentation]] for more details.
<div style="float: left;">
<inputbox>
<inputbox>
type=create
type=create
Line 18: Line 14:
placeholder=Page name
placeholder=Page name
</inputbox>
</inputbox>
</div>
 
==== Help ====
To assign a page to a category, use the following: <syntaxhighlight inline="">[[Category:My category]]</syntaxhighlight>. To create a new category if it does not exist yet, simple create a page with the prefix "Category:", for example "Category:My category".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‎ <syntaxhighlight lang="xml" inline><syntaxhighlight></syntaxhighlight> tag, see [[mediawikiwiki:Extension:SyntaxHighlight|full documentation]] for more details.

Revision as of 00:10, 16 April 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.

Category list

Create a new page

Help

To assign a page to a category, use the following: [[Category:My category]]. To create a new category if it does not exist yet, simple create a page with the prefix "Category:", for example "Category:My category".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.