Difference between revisions of "Guide to writing"

From Space Station 13 Wiki
Jump to navigation Jump to search
(created a stamp table)
(added into image, added into text, added syntax ids for the table, explained writing surfaces and stamps)
Line 1: Line 1:
[[File:Paper actions.png|frame|right|Write on it!]]
Letters, manifests and documents can be printed from a [[General Objects#Printer|printer]] however, this guide is about formatting handwritten text.
==Syntax==
==Syntax==


{| class="mw-collapsible wikitable "
{| class="mw-collapsible wikitable "
! Name !! Syntax !! Result
! Name !! Syntax !! Result
|-
|-id="Huge header"
| Huge header || <code>[h1]Huge Header[/h1]</code> || [[File:Writing header one.png]]
| Huge header || <code>[h1]Huge Header[/h1]</code> || [[File:Writing header one.png]]
|-
|-id="Large header"
| Large header || <code>[h2]Large Header[/h2]</code> || [[File:Writing header two.png]]
| Large header || <code>[h2]Large Header[/h2]</code> || [[File:Writing header two.png]]
|-
|-id="Medium header"
| Medium header || <code>[h3]Medium Header[/h3]</code> || [[File:Writing header three.png]]
| Medium header || <code>[h3]Medium Header[/h3]</code> || [[File:Writing header three.png]]
|-
|-id="Small header"
| Small header || <code>[h4]Small Header[/h4]</code> || [[File:Writing header four.png]]
| Small header || <code>[h4]Small Header[/h4]</code> || [[File:Writing header four.png]]
|-
|-id="Bold"
| Bold || <code>[b]Bold[/b]</code> || [[File:Writing bold.png]]
| Bold || <code>[b]Bold[/b]</code> || [[File:Writing bold.png]]
|-
|-id="Italic"
| Italic || <code>[i]Italic[/i]</code> || [[File:Writing italic.png]]
| Italic || <code>[i]Italic[/i]</code> || [[File:Writing italic.png]]
|-
|-id="Underline"
| Underline || <code>[u]Underline[/u]</code> || [[File:Writing underline.png]]
| Underline || <code>[u]Underline[/u]</code> || [[File:Writing underline.png]]
|-
|-id="Superscript"
| Superscript || <code>Text[sup]Superscript[/sup]</code> || [[File:Writing superscript.png]]
| Superscript || <code>Text[sup]Superscript[/sup]</code> || [[File:Writing superscript.png]]
|-
|-id="Block quote"
| Block quote || <code>[bq]Block Quote[/bq]</code> || [[File:Writing block quote.png]]
| Block quote || <code>[bq]Block Quote[/bq]</code> || [[File:Writing block quote.png]]
|-
|-id="Unordered list"
| Unordered list || <code>Unordered list:[ul][li]List Item A[/li][li]List Item B[/li][/ul]</code> || [[File:Writing unordered list.png]]
| Unordered list || <code>Unordered list:[ul][li]List Item A[/li][li]List Item B[/li][/ul]</code> || [[File:Writing unordered list.png]]
|-
|-id="Center text"
| Center text || <code>[center]Centered[/center]</code> || [[File:Writing centered.png]]
| Center text || <code>[center]Centered[/center]</code> || [[File:Writing centered.png]]
|-
|-id="Horizontal rule"
| Horizontal rule || <code>[hr]</code> || [[File:Writing horizontal rule.png]]
| Horizontal rule || <code>[hr]</code> || [[File:Writing horizontal rule.png]]
|-
|-id="Signature"
| Sign character name || <code>[sign] or [signature]</code> || [[File:Writing signature.png]]
| Signature || <code>[sign] or [signature]</code> || [[File:Writing signature.png]]
|-
|- id="Field"
| Fill in later field || <code>____ </code> || [[File:Writing fill later.png]]
| Field || <code>____ </code> || [[File:Writing fill later.png]]
|}
|}
==Writing surfaces==
[[General_Objects#Paper|Paper]] is most often found in [[General_Objects#Paper_Bin|Paper Bins]] located in most workplaces.
You can:
* ''Examine'' the Paper to read it from any distance
* Labeled with a [[General Objects#Hand Labeler|Hand Labeler]]; this changes the mouseover text
* Written on with a [[Guide to writing#Writing tools|Writing tool]]


==Writing tools==
==Writing tools==
Line 60: Line 73:


==Stamps==
==Stamps==
Each [[Heads of Staff|Head of Staff]] and the [[Clown]] have a [[General_Objects#Rubber_Stamp|Rubber Stamp]]. Configure the Rubber Stamp by clicking on it in your hand. Click on a [[Guide to writing#Field|Field]] or the Paper itself to create a stamp.


{| class="mw-collapsible wikitable "
{| class="mw-collapsible wikitable "
! Setting !! Stamp
! Configuration !! Stamp
|-
|-
! Approved
! Approved
Line 81: Line 96:


==Pen goes on paper, makes words, right?==
==Pen goes on paper, makes words, right?==
Correct. Letters, manifests and documents can also be printed from a [[General Objects#Printer|printer]] however, this page is about formatting handwritten text.
Examining paper will let you read it. Distance doesn’t matter as humans in SS13 are actually highly advanced robots with sniper scopes for eyes so if a piece of paper is within your viewing distance then you can read it.
Using a [[General Objects#Hand Labeler|hand labeler]] on the paper lets you give it a title. This is what shows as the mouseover text. Lazy people and people who just can't find a pen can use this to make small notes.


Using a pen on a paper will open up an editing window. This will '''add''' to any existing text, and accepts certain tags.
Using a pen on a paper will open up an editing window. This will '''add''' to any existing text, and accepts certain tags.
Stamps! Using a stamp in hand will allow you to select modes. Clicking on a field with a stamp lets you fill that field with the stamp's output.


Writing ___ in your text allows it to be filled in later when reading it with a pen in hand! Very useful for forms and standardized tests in space! One underscore gives you space to write one character so use it wisely.  
Writing ___ in your text allows it to be filled in later when reading it with a pen in hand! Very useful for forms and standardized tests in space! One underscore gives you space to write one character so use it wisely.  

Revision as of 17:04, 1 December 2020

Write on it!

Letters, manifests and documents can be printed from a printer however, this guide is about formatting handwritten text.

Syntax

Name Syntax Result
Huge header [h1]Huge Header[/h1] Writing header one.png
Large header [h2]Large Header[/h2] Writing header two.png
Medium header [h3]Medium Header[/h3] Writing header three.png
Small header [h4]Small Header[/h4] Writing header four.png
Bold [b]Bold[/b] Writing bold.png
Italic [i]Italic[/i] Writing italic.png
Underline [u]Underline[/u] Writing underline.png
Superscript Text[sup]Superscript[/sup] Writing superscript.png
Block quote [bq]Block Quote[/bq] Writing block quote.png
Unordered list Unordered list:[ul][li]List Item A[/li][li]List Item B[/li][/ul] Writing unordered list.png
Center text [center]Centered[/center] Writing centered.png
Horizontal rule [hr] Writing horizontal rule.png
Signature [sign] or [signature] Writing signature.png
Field ____ Writing fill later.png

Writing surfaces

Paper is most often found in Paper Bins located in most workplaces.

You can:

  • Examine the Paper to read it from any distance
  • Labeled with a Hand Labeler; this changes the mouseover text
  • Written on with a Writing tool

Writing tools

Item Image Font
Pen
PenNew.png
Writing header one.png
Fancy Pen
Fancy pen.png
Writing fancy pen header one.png
Pencil
Pencil.png
Writing pencil header one.png
Marker
MarkerRed.png
Writing blue marker header one.png
Crayon
Crayons.gif
Writing violet blue crayon header one.png

Stamps

Each Head of Staff and the Clown have a Rubber Stamp. Configure the Rubber Stamp by clicking on it in your hand. Click on a Field or the Paper itself to create a stamp.

Configuration Stamp
Approved Stamp captain approved.png
Rejected Stamp captain rejected.png
Void Stamp void.png
X Stamp X.png
Current Time Stamp shift time.png

Pen goes on paper, makes words, right?

Using a pen on a paper will open up an editing window. This will add to any existing text, and accepts certain tags.

Writing ___ in your text allows it to be filled in later when reading it with a pen in hand! Very useful for forms and standardized tests in space! One underscore gives you space to write one character so use it wisely.

The font you get is determined by the type of pen you used. Regular black pens will give a clean and easy to read font, fancy pens will write in blue and unreadable cursive, crayons comes in different colours and provide quite childish and scrawny writing while markers are big and bold and also come in an array of different colours.

Department Guides
Engineering Making and Breaking · Construction · Gas · Power Grid · Thermoelectric Generator · Singularity Generator · Geothermal Generator · Catalytic Generator · Nuclear Generator · Mining · Materials and Crafting · Wiring · Hacking · MechComp · Mechanic components and you · Control Unit · Ruckingenur Kit · Reactor Statistics Computer · Cargo Crates
Medsci Doctoring · Genetics · Robotics · Telescience · Plasma Research · Artifact Research · Chemistry · Chemicals · ChemiCompiler · Decomposition
Security Security Officer · Contraband · Forensics · Space Law · A Treatise on Space Law
Service Foods and Drinks · Botany · Writing · Piano Song Dump · Instruments
The AI Artificial Intelligence · AI Laws · Chain of Command · Guide to AI · Humans and Nonhumans · Killing the AI
Computers Computers · TermOS · ThinkDOS · Packets