Main Page: Difference between revisions

From KSP 2 Modding Wiki
m (Protected "Main Page" ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite)))
(Update API link)
 
(22 intermediate revisions by 2 users not shown)
Line 1: Line 1:
<strong>MediaWiki has been installed.</strong>
[[Category:TOC]]
'''Welcome to KSP 2 Modding Wiki'''


Consult the [https://www.mediawiki.org/wiki/Special:MyLanguage/Help:Contents User's Guide] for information on using the wiki software.
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.


== Getting started ==
==Page list==
* [https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:Configuration_settings Configuration settings list]
You can find the list of all pages grouped by categories here:
* [https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:FAQ MediaWiki FAQ]
<categorytree mode="pages">TOC</categorytree>
* [https://lists.wikimedia.org/postorius/lists/mediawiki-announce.lists.wikimedia.org/ MediaWiki release mailing list]
 
* [https://www.mediawiki.org/wiki/Special:MyLanguage/Localisation#Translation_resources Localise MediaWiki for your language]
== Links ==
* [https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:Combating_spam Learn how to combat spam on your wiki]
 
* [https://api.kerbal.wiki KSP 2 Unofficial API Reference]
* [https://discord.gg/hHW5gpHxfE KSP 2 Modding Society Discord Server]
* [https://docs.spacewarp.org/ SpaceWarp Modding API Documentation]
* [https://nuget.spacewarp.org KSP 2 Community NuGet Server]
* [https://github.com/KSP2Community KSP 2 Community GitHub]
 
==Create a new page==
<inputbox>
type=create
break=no
buttonlabel=Create new page
placeholder=Page name
</inputbox>
 
====Help====
 
<div class="mw-collapsible mw-collapsed">
To assign a page to a category, put the following line at the top 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", 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.
</div>

Latest revision as of 23:21, 23 December 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:

Links

Create a new page

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.