User Tools

Site Tools


Sidebar

This site is spoiler-laden.
Proceed with caution.

Wiki Menu

Categories

Stay Updated

Get the latest Severance news on the Media Wall.

Connect

This is an old revision of the document!


Wiki Cheatsheet

Wiki Syntax

The core wiki syntax is documented on the DokuWiki syntax page.

Table of Contents

The wiki-wide automatic TOC has been disabled. You can place a TOC manually wherever you’d like using this line:

{{INLINETOC width18 2}}

The technical breakdown of this, in case you’re curious:

  • INLINETOC specifies that this will be an inline Table of Contents
  • width18 is a class name that came with the plugin and the resulting style looks nice, so despite the weird name it’s a good reason to leave well-enough alone
  • 2 refers to the level at which the TOC should begin including headings (so, the second level)

Stubs

If you’re working on an article and you know there’s more to add later, or you just want to make a quick placeholder article, you should mark it as a “stub”. You can do this by adding this at the end:

{{page>:blurbs#Stub}}

Blockquotes

To make a blockquote with attribution, use this syntax:

> They’re not ready. <WRAP attribution>— The Goat Wrangler, [[The Grim Barbarity of Optics and Design]] (36:33)</WRAP>

The > character begins the blockquote, and the WRAP block formats the attribution nicely.

Script Quotes

To quote a longer passage of script, use this WRAP syntax:

<WRAP script inset>[[Helena Eagan|HELLY]]: The work is bullshit.

[[Mark Scout|MARK]]: The work is mysterious and important.</WRAP>

The inset directive will add a decorative vertical line to the left of the quote, which is a nice visual separator. You can remove this for longer quoted material, if desired.

The > character begins the blockquote, and the WRAP block formats the attribution nicely.

Figures

A figure is an image with a caption. To add one, use this syntax:

<WRAP figure right>
{{overtime-contingency-protocol.png?300|Overtime Contingency Protocol page}}
The Overtime Contingency Protocol page just prior to [[Helena Eagan|Helly]] ripping it from the binder
</WRAP>

You can use left in place of right in the WRAP if you’d like the figure to be anchored to the left.

Redirection

If you need to redirect an existing page to a new or different page, place this on the page:

#REDIRECT New Page Name
cheatsheet.1652067028.txt.gz · Last modified: 2022-05-09 03:30 by Neatnik