Everything you need to write pages, use the modules, and work with the cloud. No prior wiki experience needed — copy any snippet straight into the editor.
Click + New page in the left sidebar, choose a namespace (Article, Category, Template, Help), type a title and hit Open editor. The page is created the moment you Save — until then nothing is stored.
/wiki/My_New_Page and click Create this page.'''bold''' | Bold text |
''italic'' | Italic text |
'''''both''''' | Bold + italic |
== Heading == | Section heading (H2). Use === for H3, ==== for H4. |
* item | Bullet list (indent with ** for sub-items) |
# item | Numbered list |
; term : definition | Definition list |
---- | Horizontal divider |
<code>inline</code> | Inline monospace code |
leading space | Pre-formatted block (keeps spacing) |
<ref>a source</ref> | Footnote — auto-numbered, listed under References |
Tip: the toolbar buttons above the editor insert all of these for you. Select text first, then click B, I, H2 etc. to wrap it.
[[Reactor]] | Link to another wiki page |
[[Reactor|the core]] | Link with custom text |
[https://site.com Label] | External link |
[[File:photo.png]] | Embed an image/audio/video from the cloud |
[[File:photo.png|A caption]] | Embedded file with caption |
[[File:photo.png|dark=photo-dark.png|A caption]] | Light/dark image variant — swaps with the theme toggle |
[[Category:Bosses]] | Tag the page into a category (shown at the bottom) |
[[Category:Bosses| ]] | Tag without printing the link inline |
A link shown in red means that page doesn’t exist yet — click it to create it.
Easier way: click 🖼 File in the editor toolbar — it opens the cloud browser, lets you search/filter and pick. Members can browse read-only and select; the snippet is inserted for you. Files come from the cloud; upload there first if it’s a new one.
These are the building blocks for rich pages. Every one is inserted by a toolbar button in the editor, or you can copy the snippets below. Most accept a |theme= of green, yellow, cyan, red, orange, purple, blue or gray.
{{Infobox
|title=Subject Name
|subtitle=Short tagline
|theme=cyan
|image=[[File:example.png]]
|caption=Optional caption
|section=Overview
|origin=Where they're from
|status=Alive
|section=Stats
|hp=200
|atk=15
}}Any |key=value becomes a labelled row. Add |section=Name to start a new grouped block.
{{Navbox
|title=Related Pages
|theme=green
|group1=People
|list1=[[Alice]] · [[Bob]] · [[Charlie]]
|group2=Places
|list2=[[Tower]] · [[Vault]]
}}{{Portal|title=Bosses|image=[[File:boss.png]]|link=Bosses|desc=All enemies|theme=red}}
{{Portal|title=Items|image=[[File:item.png]]|link=Items|desc=Loot & gear|theme=yellow}}{{Gallery|folder=screenshots|columns=4|type=image}}{{Quote|text=A line worth remembering.|author=Speaker|source=Origin}}
{{Icon|name=Reactor}} {{Icon|name=Medical|size=24}}
__TOC__Built-in icon names: Reactor, NullSpace, Maintenance, Settings, Medical, Mug. __TOC__ drops an auto table of contents wherever you place it.
{| class="wikitable"
! Header A !! Header B
|-
| Cell 1 || Cell 2
|-
| Cell 3 || Cell 4
|}[[File:…]] images).[[File:name.png]] manually, or pull a whole folder in with {{Gallery|folder=…}}.Still stuck? Ask a mod — or just experiment with Preview, it can’t break anything.