Forms & Formatting (Paper Markdown): Difference between revisions

From Skyrat
Jump to navigation Jump to search
mNo edit summary
m Created new re-direct
Tag: New redirect
 
(11 intermediate revisions by one other user not shown)
Line 1: Line 1:
[https://tgstation13.org/wiki/Paper_Markdown Credit to TG Station for the original article, of which large portions of this guide is derived from.]
#REDIRECT [[Guide to Paperwork]]
 
==Writing Tools==
 
===[[File:Pen.png]]Pen===
Pens are widely available around the station. Paper bins often have pens on them, every crew member starts with a pen in their PDA.
There are numerous types of pens you can get.
  • Pen - A standard black ink pen. You write in the Verdana font.
  • Blue Pen - <span style="color:blue">It's just blue ink.</span>
  • Red Pen - <span style="color:red">It's just red ink.</span>
  • Four Colour - You can change between black, <span style="color:blue">blue</span>, <span style="color:red">red</span> and <span style="color:green">green</span> ink. Available in the loadout menu.
  • Fountain Pen - You write in the Segoe Script font.
  • Captain Pen - It's a fountain pen with an oak body. You write in <span style="color:#DC143C">crimson ink</span>. The nib is sharp. So sharp it can... actually butcher corpses? You also write in Segoe Script.
  • Crayon [[File:Crayon.png]]- You always right in bold, you cannot use lists, the horzontal rule or small tags. You write in the comic Sans MS font. Colours depend on crayon type.
 
==Formatting==
Writing is performed by using any writing tool on paper, with any standard writing utensil.<br>
 
{| class="wikitable"
! style="background: #ABE" | Description
! style="background: #ABE" width=40% | You type
! style="background: #ABE" width=40% | You get
|-
| Bold text
| <pre>
**Bold text.**
__Bold text.__
</pre>
|
'''Bold text.'''<br>
'''Bold text.'''
|-
| Italic text
| <pre>
*Italics text.*
_Italics text._
</pre>
|
''Italics text.''<br>
''Italics text.''
|-
| Centering text
| <pre>
|Centered text.|
</pre>
|
<div class="center" style="width:auto; margin-left:auto; margin-right:auto;">Centered text.</div>
|-
| Lists
| <pre>
* Item one
* Item two
  * Subitem one
</pre>
|
* Item one
* Item two
** Subitem one
|-
| Horizontal rules
| <pre>
Before line.
---
After line.
</pre>
|
Before line.
----
After line.
|-
| Large text
| <pre>
^Large text.^
</pre>
|
<font size="3">Large text.</font size>
|-
| Small text
| <pre>
((Small text.))
</pre>
|
<font size="1">Small text.</font size>
|-
| Signature
| <pre>
%s
</pre>
|
''John Smith''<br>
Note: Signatures can't be faked since they use a different font.
|-
| Field
| <pre>
%f
</pre>
|
'''%f''' tags are not visible when reading a [[paper]],<br>
but when writing on said paper a <span style="color:Blue"><u><nowiki>[Write]</nowiki></u></span> button will be visible, <br>
similar to the button at the bottom of the paper.<br>
|-
| Headers
| <pre>
# H1
## H2
</pre>
|
<font size="6"><u>H1</u></font size><br>
<br>
<font size="5">H2</font size>
|}
 
==Forms==
Here are previews of a bunch of forms. Copy and paste the paper markdown part onto paper in-game. Make sure people sign with %s. If the form says %f, it's so the person can type %s to actually sign it. If you put %s in the format, you sign it.
 
Feel free to copy and paste any of these forms and edit them to how you see fit. These forms are considered to be official and their templates issued by Nanotrasen.
 
===Head of Personnel===
Feel free to change these, remove and add what you like. It's your office. Try and keep paperwork, it makes for good roleplay. Stamp, sign or stamp and sign completed forms.
 
<font size="5">Leave forms at the '''start''' of the queue so people in line can start filling it in.</font size>
 
====Short Access Change Form====
 
{| class="wikitable" style="width:230px"
|-
|<center>'''Access Request Form'''</center><br>
* Full Name:
* Species:
* Access Requested:
* Reason for access request:<br>
<br>
<br>
<i>Your Signature</i><br>
<br>
<i>Head of Personnel's Signature</i><br>
<br>
|}
 
{| class="mw-collapsible mw-collapsed wikitable"
|-
!Paper Markdown:
|-
| scope="row" |
<pre>|^Access Request Form^|
 
* Full Name: %f
* Species: %f
* Access Request: %f
* Reason for access request: %f
 
 
*Your Signature*
%f
*Head of Personnel's Signature*
%f
</pre>
|}
 
====Job Change Form====
 
{| class="wikitable" style="width:230px"
|-
|<center>'''Job Change Form'''</center><br>
* Full Name:
* Species:
* Job Requested:
* Reason for job request:<br>
<br>
<i>Your Signature</i><br>
<br>
<i>Head of Personnel's Signature</i><br>
<br>
|}
 
{| class="mw-collapsible mw-collapsed wikitable"
|-
!Paper Markdown:
|-
| scope="row" |
<pre>|^Job Change Form^|
 
* Full Name:
%f
* Species:
%f
* Job Request:
%f
* Reason for job request:
%f
 
 
*Your Signature*
%f
*Head of Personnel's Signature*
%f</pre>
|}

Latest revision as of 20:56, 25 June 2022

Redirect to: