Guide to paperwork: Difference between revisions

From /tg/station 13 Wiki
Jump to navigation Jump to search
Guide to Paperwork and Paper BBCode had almost the exact same text. I'm redirecting the Guide to BBCode and marking this for deletion.
Nicbn (talk | contribs)
Redirected page to Paper Markdown
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
#REDIRECT [[Paper_BBCode]]
#REDIRECT [[Paper_Markdown]]
 
{{Delete}}
 
==Writing Tools==
 
===Pens===
Pens come in a few different colors, black or blue by default, and some departments will be provided with red pens.
 
===Crayons===
Crayons work much like pens, except that they are always bold, and lack the list, horizontal rule, and small tags.
 
==Writing==
Writing is performed by using any writing tool on paper, with any standard writing utensil.
 
====Centering====
To center text, enclose it with the '''[center]''' and '''[/center]''' tags.<br>
For example:
[center]Centered text.[/center]
{| border="1" cellspacing="0" cellpadding="2" width="30%"
||
<div class="center" style="width:auto; margin-left:auto; margin-right:auto;">Centered text.</div>
|}
 
====Lists====
To create a list, enclose '''[*]''' tags with the '''[list]''' and '''[/list]''' tags.<br>
For example:
[list][*]Bullet one.[*]Bullet two.[/list]
{| border="1" cellspacing="0" cellpadding="2" width="30%"
||
*Bullet one.
*Bullet two.
|}
 
====New Lines====
To start text on a new line, use the '''[br]''' tag.<br>
For example:
Line one.[br]Line two.
{| border="1" cellspacing="0" cellpadding="2" width="30%"
||
Line one.<br>Line two.
|}
 
====Horizontal rules====
To add a horizontal rule, use the '''[hr]''' tag.
For example:
Before line.[hr]After line.
{| border="1" cellspacing="0" cellpadding="2" width="30%"
||
Before line.
|-
||
After line.
|}
 
====Bold====
To bold text, enclose it with the '''[b]''' and '''[/b]''' tags.<br>
For example:
[b]Bold text.[/b]
{| border="1" cellspacing="0" cellpadding="2" width="30%"
||
'''Bold text.'''
|}
 
====Italics====
To italicise text, enclose it with the '''[i]''' and '''[/i]''' tags.<br>
For example:
[i]Italics text.[/i]
{| border="1" cellspacing="0" cellpadding="2" width="30%"
||
''Italics text.''
|}
 
====Underlining====
To underline text, enclose it with the '''[u]''' and '''[/u]''' tags.<br>
For example:
[u]Underlined text.[/u]
{| border="1" cellspacing="0" cellpadding="2" width="30%"
||
<u>Underlined text.</u>
|}
 
====Large Text====
To embiggen text, enclose it with the '''[large]''' and '''[/large]''' tags.<br>
For example:
[large]Large Text.[/large]
{| border="1" cellspacing="0" cellpadding="2" width="30%"
||
<big>Large Text.</big>
|}
 
====Small Text====
To shrink text, enclose it with the '''[small]''' and '''[/small]''' tags.<br>
For example:
[small]Small Text.[/small]
{| border="1" cellspacing="0" cellpadding="2" width="30%"
||
<small>Small Text.</small>
|}
 
====Signature====
To sign your name, use the '''[sign]''' tag.<br>
'''NOTE:''' A very useful but very overlooked feature of signatures, is that you cannot fake someone else's signature.<br>
For example:
[sign]
{| border="1" cellspacing="0" cellpadding="2" width="30%"
||
''John Smith''
|}
 
====Field====
To insert a field from where you can start writing, use the '''[field]''' tag.<br>
For example:
[field]
'''[field]''' tags are not visible when reading a paper, but when writing on said paper a <span style="color:Blue"><u><nowiki>[Write]</nowiki></u></span> button will be visible, similar to the button at the bottom of the paper.<br>
These become useful as on a normal paper without any '''[field]''' tags, you are unable to write anywhere but at the bottom of the paper.<br>
Commonly used for [[Quartermaster#Fill Out Form 3B|request forms]].
 
==Failure==
Failure to use something as simple as the '''[br]''' line break tag will look like this:
 
Hey can you help me?
I can't hear anything
and the Dermaline pills you left on the desk didn't help at all
 
{| border="1" cellspacing="0" cellpadding="2" width="30%"
||
Hey can you help me?I can't hear or say anythingand the Dermaline pills you left on the desk didn't help at all
|}
===Correct Way===
Hey can you help me?[br]
I can't hear anything[br]
and the Dermaline pills you left on the desk didn't help at all[br]
[br]
[sign]
 
{| border="1" cellspacing="0" cellpadding="2" width="30%"
||
Hey can you help me?<br>
I can't hear or say anything<br>
and the Dermaline pills you left on the desk didn't help at all<br>
<br>
''John Smith''
|}
 
 
[[Category:Guides]]

Latest revision as of 14:27, 30 September 2017

Redirect to: