Skip to content

New File Template for Wiki

udkudk edited this page Jun 17, 2026 · 12 revisions

Table of Contents



This Wiki page was last updated for $$\textcolor{aqua}{Stellaris}$$ version v4.4.*



While creating examples of code via code blocks with 3 tilde, make sure to properly format it with python for .txt, and cs for localisation .yml files.

1. Generic Wiki Page Template

This Section is for Generic Wiki Pages. Copy & Paste in a new wiki file and don't forget to add it to the Custom Sidebar.

# Table of Contents

<!-- toc -->

<!-- tocstop -->

<!--Horizontal Line-->
---
<!--Horizontal Line-->
---

This Wiki page was last updated for $$\textcolor{aqua}{Stellaris}$$ version `v4.4.*`

<!--Horizontal Line-->
---
<!--Horizontal Line-->
---

TODO

2. Modding Documentation Page Template

This section is for creating Pages that includes lots of Modding Info and Coding Examples about various Topics, and includes resources on where they come from.

If a section will not be used, simply delete that section.

# Table of Contents

<!-- toc -->

<!-- tocstop -->

<!--Horizontal Line-->
---
<!--Horizontal Line-->
---

This Wiki page was last updated for $$\textcolor{aqua}{Stellaris}$$ version `v4.4.*`

<!--Horizontal Line-->
---
<!--Horizontal Line-->
---

# 3. Wiki Section

<If exists, includes link to the relevant Paradox Game wiki page>

See [LINK](LINK)

# 4. From Stellaris Game Files

<Includes the Informative codes/comments left by the Developers in Game Files>

## 4.1. From `File Path 1`

## 4.2. From `File Path 2`

## 4.3. From `File Path 3...`

# 5. From Discord (Stellaris Modding Den)
See Discord > [Stellaris Modding Den](https://discord.gg/cUjJAQzutt)

## 5.1. TOPIC 1:
Source: [This Post](DISCORD-POST-LINK)

## 5.2. TOPIC 2:
Source: [This Post](DISCORD-POST-LINK)

## 5.3. TOPIC 3:
Source: [This Post](DISCORD-POST-LINK)

# 6. From by Github Contributors to the Project

## 6.1. Contributor Name or Topic

TODO

Clone this wiki locally