- Wikitext reference
It's a Wiki! uses a lightweight wikitext syntax inspired by MediaWiki/Fandom.
== Text formatting
bold · italic · bold italic · underline · strikethrough
Inline HTML tags like <u>, <s>, <sub>, <sup>, <code> also work.
== Links
Page name — link to a page custom label — link with custom text Page name — pipe trick (uses last segment of the page name as the label) label — external link (opens in a new tab)
== Headings
Level 2
Level 3
(works up to 6 levels)
Headings automatically generate a table of contents.
== Lists
- Bullet list
- Nested bullets
- Numbered list
- Nested numbered
- term : definition
- Horizontal rule — four or more dashes on a line: ----
== Images and files
— inline image

Browse all uploaded files at the Media page.
== Templates and transclusion
Template:Template name transcludes a page from the Template: namespace. Templates support positional and named parameters with defaults: Template:{1}, Template:{name}.
Magic words: Wikitext, Wikitext, Documentation, 2026, 08, August, 25, 19:23:19, 0.
== Categories
adds the page to a category and collects it at the bottom. Category links appear at the bottom of the page and have their own index pages.
== Tables
| Header 1 | Header 2 |
|---|---|
| Cell 1 | Cell 2 |
| Cell 3 | Cell 4 |
== Redirects
== References
Text with a footnote<ref>Source here</ref>. Place <references/> where you want the list to appear.
== Raw text
<nowiki>...</nowiki> — escape all wikitext. <pre>...</pre> — preformatted block. <code>...</code> — inline code.
== Page CSS
On any page, click Edit → "CSS panel" (or append ?css=1) to write CSS scoped to that page. The wiki also has a default CSS managed by the wiki owner.