Difference between revisions of "Paper Markdown"

From /tg/station 13 Wiki
Jump to navigation Jump to search
(→‎Weapon Permit: Made it more "Offical" and also working for new Papercode)
(updates the page so it is no longer outdated mostly based on https://www.markdownguide.org/cheat-sheet/)
Line 1: Line 1:
{{Important
 
|Title=Out of Date
 
|Image=Paper.png
 
|Note=Paper code was completely revamped in June, 2020. This page is out of date.
 
|Color=#F00
 
}}
 
 
{{Needs revision | reason = Paper was revamped.}}
 
 
 
 
==Writing Tools==
 
==Writing Tools==
  
 
===[[File:Pen.png|link=Pen|Pen]][[Pen]]===
 
===[[File:Pen.png|link=Pen|Pen]][[Pen]]===
Pens come in a few different colors, black or blue by default, and some departments will be provided with red pens. Every crew member starts with one in their PDA.
+
Pens come in a few different colors, black or blue by default, and some departments will be provided with red pens. Every crew member starts with one in their PDA that can be ejected with ctrl+click.
  
 
===[[File:Crayon.png|link=Crayon|Crayon]][[Crayon]]===
 
===[[File:Crayon.png|link=Crayon|Crayon]][[Crayon]]===
Line 25: Line 15:
 
! style="background: #ABE" width=40% | You get
 
! style="background: #ABE" width=40% | You get
 
|-
 
|-
| Bold text
+
| Bold
 
| <pre>
 
| <pre>
<b>Bold Text.</b>
+
**Bold Text.**
 
</pre>
 
</pre>
 
|
 
|
'''Bold text.'''<br>
 
 
'''Bold text.'''
 
'''Bold text.'''
 
|-
 
|-
| Italic text
+
| Italic
 
| <pre>
 
| <pre>
<i>Italics Text.</i>
+
*Italics Text.*
 
</pre>
 
</pre>
 
|
 
|
''Italics text.''<br>
 
 
''Italics text.''
 
''Italics text.''
 +
|-
 +
|Strikethrough
 +
|<pre>
 +
*Strikethrough Text.*
 +
</pre>
 +
|Strikethrough Text.
 
|-
 
|-
 
| Centering text
 
| Centering text
Line 47: Line 41:
 
|
 
|
 
<div class="center" style="width:auto; margin-left:auto; margin-right:auto;">Centered text.</div>
 
<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
 
| Horizontal rules
Line 69: Line 52:
 
----
 
----
 
After line.
 
After line.
|-
 
| Large text
 
| <pre>
 
 
</pre>
 
|
 
<font size="3">Large text.</font size>
 
|-
 
| Small text
 
| <pre>
 
((Small text.))
 
</pre>
 
|
 
<font size="1">Small text.</font size>
 
 
|-
 
|-
 
| Signature
 
| Signature
Line 100: Line 69:
 
|-
 
|-
 
| Headers
 
| Headers
| <pre>
+
|  
# H1
+
# H1
## H2
+
 +
## H2
 +
 +
### H3
 +
 
 +
|Displays an heading with a size based on the number of hashtags.
 +
|-
 +
|Table
 +
|<pre>
 +
| Title 1 | Title 2 |
 +
| ----------- | ----------- |
 +
| Text 1  | Text 2 |
 +
| Info 1 | Info 2 |
 +
</pre>
 +
|
 +
{| class="wikitable"
 +
|+
 +
!Title 1
 +
!Title 2
 +
|-
 +
|Text 1
 +
|Text 2
 +
|-
 +
|Info 1
 +
|Info 2
 +
|}
 +
|-
 +
| List
 +
|<pre>
 +
- Item one
 +
- Item two
 +
  - Subitem one
 +
</pre>
 +
|
 +
* Item one
 +
* Item two
 +
** Subitem one
 +
|-
 +
|Numbered List
 +
|<pre>
 +
1. First item
 +
2. Second item
 +
3. Third item
 
</pre>
 
</pre>
 
|
 
|
<font size="6"><u>H1</u></font size><br>
+
# First one
<br>
+
# Second item
<font size="5">H2</font size>
+
# Third item
 +
|-
 +
|Task List
 +
|<pre>
 +
- [x] Obtain a bar of soap
 +
- [ ] Slip the Captain
 +
- [ ] Evade arrest
 +
</pre>
 +
|Displays a task list, similar to normal lists but with checkboxes that can be checked off.
 +
Note: The checkboxes cannot be edited after saving
 
|}
 
|}
  
 
==Forms Ready for Use==
 
==Forms Ready for Use==
  
Here are some forms you can use to make your life easier(note: until a way to enter fields in again is found, you will have to do fill all of these out yourselves, instead of copying and pasting onto paper then giving it to the person):
+
Here are some forms you can use to make your life easier:
  
===General Needs===
+
===General Needs ===
  
 
====Simple Request Form====
 
====Simple Request Form====
Line 123: Line 143:
 
|<center>'''General Request Form'''</center><br>
 
|<center>'''General Request Form'''</center><br>
 
----
 
----
* Full Name:
+
*Full Name:
* Request:
+
*Request:
* Reason for request:<br>
+
*Reason for request:<br>
 
<br>
 
<br>
 
<br>
 
<br>
Line 137: Line 157:
 
!Paper Markdown:
 
!Paper Markdown:
 
|-
 
|-
| scope="row" |
+
| scope="row" |  
 
<pre>## General Request Form
 
<pre>## General Request Form
 
___
 
___
Line 151: Line 171:
 
|}
 
|}
  
====Complex Request Form====
+
====Complex Request Form ====
 
For people that you dislike, or maybe anyone who asks for all access.
 
For people that you dislike, or maybe anyone who asks for all access.
  
Line 157: Line 177:
 
|-
 
|-
 
|<center>'''Request Form'''</center><br>
 
|<center>'''Request Form'''</center><br>
* Full Name: <br>
+
*Full Name: <br>
* Age: <br>
+
*Age: <br>
* Birthdate: <br>
+
*Birthdate: <br>
* Bloodtype: <br>
+
*Bloodtype: <br>
* Shoe size: <br>
+
*Shoe size: <br>
* SSN: <br>
+
*SSN: <br>
* Astrological Sign: <br>
+
*Astrological Sign: <br>
* Job Title: <br>
+
*Job Title: <br>
* Are you a traitor, changeling, wizard, cultist, or revolutionary? <br>
+
*Are you a traitor, changeling, wizard, cultist, or revolutionary? <br>
 
* Request: <br>
 
* Request: <br>
* Reason for request: <br>
+
*Reason for request: <br>
 
<br>
 
<br>
 
<br>
 
<br>
Line 178: Line 198:
 
!Paper Markdown:
 
!Paper Markdown:
 
|-
 
|-
| scope="row" |
+
| scope="row" |  
 
<pre>## Request Form
 
<pre>## Request Form
  
Line 297: Line 317:
 
---
 
---
  
* Complainer's Name: %f
+
* Complainer's Name: [_____________________________]
* Complainer's Job: %f
+
* Complainer's Job: [____________________]
* Complaint Against's Name: %f
+
* Complaint Against's Name: [_____________________________]
* Complaint Against's Job: %f
+
* Complaint Against's Job: [____________________]
* Reason For Complaint: %f
+
* Reason For Complaint: [_______________________________________________________]
 
---
 
---
  
Line 307: Line 327:
 
|}
 
|}
  
====Employee of the Month Form====
+
====Employee of the Month Form ====
 
To perform a survey to determine the employee of the month in your department.
 
To perform a survey to determine the employee of the month in your department.
  
Line 325: Line 345:
 
!Paper Markdown:
 
!Paper Markdown:
 
|-
 
|-
| scope="row" |
+
| scope="row" |  
 
<pre>|^Employee of the Month Survey^|
 
<pre>|^Employee of the Month Survey^|
  
Full Name: %f
+
Full Name: [_____________________________]
Job Title: %f
+
Job Title: [____________________]
Recommendation: %f
+
Recommendation: [____________________]
Reason for Recommendation: %f
+
Reason for Recommendation: [___________________________________________________]
  
 
*Sign Below*
 
*Sign Below*
 +
 
</pre>
 
</pre>
 
|}
 
|}
  
  
====Insulated Gloves Sheet====
+
==== Insulated Gloves Sheet ====
 
A good way to get insulated gloves: Have you ever felt "oh man I want some insulated gloves". Well there's two ways to do this. You can do it the ron burgandy way and get a welder, weld into tech storage and have sec chasing you up and down. Or you can get HoP's approval and get some from Cargo Bay. If you have a HoP stamp, Cargonia daren't object to your request... and the HoP is probably happy for a reason to exist (generally a HoP will love it if you do your own paperwork). '''Requires editing in your department and a proper reason.'''
 
A good way to get insulated gloves: Have you ever felt "oh man I want some insulated gloves". Well there's two ways to do this. You can do it the ron burgandy way and get a welder, weld into tech storage and have sec chasing you up and down. Or you can get HoP's approval and get some from Cargo Bay. If you have a HoP stamp, Cargonia daren't object to your request... and the HoP is probably happy for a reason to exist (generally a HoP will love it if you do your own paperwork). '''Requires editing in your department and a proper reason.'''
  
Line 347: Line 368:
 
----
 
----
 
<br>
 
<br>
I (name) would like to ask for permission for '''insulated gloves''' in '''cargo(nia)''' in case of a atmospheric emergency that requires I need one.
+
I (name) would like to ask for permission for '''insulated gloves''' from '''cargo(nia)''' in case of a atmospheric emergency that requires I need one.
 
----
 
----
 
<br>
 
<br>
 
signed<br>
 
signed<br>
Atmospheric Tech<br>
+
(job)<br>
(name)
+
(signature)
 
|}
 
|}
  
Line 363: Line 384:
 
---
 
---
  
I %s would like to ask for permission for **insulated gloves**
+
I [_____________________________] would like to ask for permission for **insulated gloves**
in **cargo(nia)**  in case of a atmospheric emergency that requires I need one.
+
from **cargo(nia)**  in case of a atmospheric emergency that requires I need one.
  
  
  
 
signed
 
signed
%f
+
[____________________]
 
%s</pre>
 
%s</pre>
 
|}
 
|}
  
====Cyborgization Confirmation Form for Robotics====
+
====Cyborgization Confirmation Form for Robotics ====
 
This is to get those pesky assistants to wait five seconds and fill out a form before they turn on you and start fireaxing the windows down trying to get borged.  
 
This is to get those pesky assistants to wait five seconds and fill out a form before they turn on you and start fireaxing the windows down trying to get borged.  
  
Line 404: Line 425:
 
---
 
---
  
I %f do hereby consent to brain removal and cyborgization
+
I [_____________________________] do hereby consent to brain removal and cyborgization
  
  
Line 410: Line 431:
 
I also wish to name my model
 
I also wish to name my model
 
((
 
((
* %f
+
* [_____________________________]
 
))
 
))
 
---
 
---
  
 
signed
 
signed
 +
 
</pre>
 
</pre>
 
|}
 
|}
Line 425: Line 447:
 
Operation successful
 
Operation successful
 
%s</pre>
 
%s</pre>
</font size>
+
</font>
  
====Head of Personnel Job Application Form====
+
====Head of Personnel Job Application Form ====
 
This sheet just extra paperwork for assistants and clowns and such that want a job change. If you don't think they are cut out for it send them to ask the head of the area for their stamp of approval.  
 
This sheet just extra paperwork for assistants and clowns and such that want a job change. If you don't think they are cut out for it send them to ask the head of the area for their stamp of approval.  
 
{| class="wikitable" style="width:230px"
 
{| class="wikitable" style="width:230px"
Line 454: Line 476:
 
---
 
---
  
I %f would like to change jobs to ** %f **
+
I [_____________________________] would like to change jobs to [____________________]
  
 
|For the following reasons|
 
|For the following reasons|
 
---
 
---
 
((
 
((
* %f
+
* [__________________________________________________]
* %f
+
* [__________________________________________________]
* %f
+
* [__________________________________________________]
 
))
 
))
  
Line 467: Line 489:
  
 
signed
 
signed
 +
%s
  
 
</pre>
 
</pre>
Line 481: Line 504:
 
<font size="1">
 
<font size="1">
 
human, dwarf, elf, halfling
 
human, dwarf, elf, halfling
</font size>
+
</font>
 
<br>
 
<br>
 
<br>
 
<br>
Line 487: Line 510:
 
<font size="1">
 
<font size="1">
 
cleric, fighter, rogue, wizard
 
cleric, fighter, rogue, wizard
</font size>
+
</font>
 
<br>
 
<br>
 
<br>
 
<br>
Line 522: Line 545:
 
<pre>|^**Microlite20 Character Sheet**^|
 
<pre>|^**Microlite20 Character Sheet**^|
  
Race: %f
+
Race: [______________]
 
((human, dwarf, elf, halfling))
 
((human, dwarf, elf, halfling))
  
Class: %f
+
Class: [______________]
 
((cleric, fighter, rogue, wizard))
 
((cleric, fighter, rogue, wizard))
  
Alignment: %f
+
Alignment: [__________________]
  
Hit Points: %f
+
Hit Points: [____]
Armor: %f
+
Armor: [____]
Armor Bonus: %f
+
Armor Bonus: [____]
  
 
Stats:
 
Stats:
STR: %f
+
STR: [____]
DEX: %f
+
DEX: [____]
MIND: %f
+
MIND: [____]
  
 
Skills:
 
Skills:
Physical: %f
+
Physical: [____]
Subterfuge: %f
+
Subterfuge:[____]
Knowledge: %f
+
Knowledge: [____]
Communication: %f
+
Communication: [____]
  
Weapon 1: %f
+
Weapon 1: [______________]
Weapon 2: %f
+
Weapon 2: [______________]
Spells: %f
+
Spells: [________________________________]
  
Items: %f
+
Items: [________________________________]
Money: </pre>
+
Money: [____] g</pre>
 
|}
 
|}
  
====Inspection Form for Inspecting====
+
====Inspection Form for Inspecting ====
 
Inspection form for departmental inspections, etc.
 
Inspection form for departmental inspections, etc.
  
Line 585: Line 608:
 
|-
 
|-
 
| scope="row" |
 
| scope="row" |
<pre>^|**INSPECTION FORM**|^
+
<pre># **INSPECTION FORM**
  
**Efficiency**
+
---
%f
 
  
**Adherence to Health & Safety Guidelines**
+
Efficiency
%f
+
[_________________________________________________________]
  
**Courtesy shown to Inspector & Overall Approachability**
+
Adherence to Health & Safety Guidelines
%f
+
[_________________________________________________________]
  
**Overall Grade**
+
Courtesy shown to Inspector & Overall Approachability
%f
+
[_________________________________________________________]
  
**Other Comments**
+
Overall Grade
%f
+
[_________________________________________________________]
 +
 
 +
Other Comments
 +
[_________________________________________________________]
  
 
Glory to Nanotrasen.
 
Glory to Nanotrasen.
Line 637: Line 662:
 
<font size="1">
 
<font size="1">
 
Other dishes available on request.
 
Other dishes available on request.
</font size>
+
</font>
 
|}
 
|}
  
Line 699: Line 724:
 
|-
 
|-
 
| scope="row" |
 
| scope="row" |
<pre>|^**The Maltese Falcon**^|
+
<pre># **The Maltese Falcon**
|Bar and Restaurant|
+
### Bar and Restaurant
 
---
 
---
((
 
|Burgers|
 
  
***Maltese Falcon Burger*** 7.85 Raditz
+
#### Burgers:
 +
 
 +
***Maltese Falcon Burger*** 7.85 Credits
 
A delicious 1/3 lb. juicy sirloin beef patty topped with Swiss cheese, thinly sliced ham, lettuce, tomato, and a touch of our special Ricotez sauce on a delicious deli roll
 
A delicious 1/3 lb. juicy sirloin beef patty topped with Swiss cheese, thinly sliced ham, lettuce, tomato, and a touch of our special Ricotez sauce on a delicious deli roll
***Maltese Falcon Big Bite Burger*** 8.99 Raditz
+
***Maltese Falcon Big Bite Burger*** 8.99 Credits
 
Two 1/3 lb. patties topped with fresh-cooked MacMeaties Space Bacon in between a premium warm, toasted bun topped off with mayo, and American cheese
 
Two 1/3 lb. patties topped with fresh-cooked MacMeaties Space Bacon in between a premium warm, toasted bun topped off with mayo, and American cheese
***Maltese Falcoln Super Bite Burger*** 10.99 Raditz
+
***Maltese Falcoln Super Bite Burger*** 10.99 Credits
 
This Gigantic 3/4 lb savory fire-grilled sirloin beef patties are topped with juicy tomatoes, fresh cut lettuce, creamy mayonnaise, and crunchy pickles.
 
This Gigantic 3/4 lb savory fire-grilled sirloin beef patties are topped with juicy tomatoes, fresh cut lettuce, creamy mayonnaise, and crunchy pickles.
  
\*Nanotrasen is not responsible for any heart related trauma if you eat one of these!
+
##### Nanotrasen is not responsible for any heart related trauma if you eat one of these.
 
---
 
---
))</pre>
+
</pre>
 
|}
 
|}
  
Line 742: Line 767:
 
|-
 
|-
 
| scope="row" |
 
| scope="row" |
<pre>((
+
<pre>
|Sandwiches and bakery items|
+
#### Sandwiches and bakery items
 +
 
 
---
 
---
***Captain Ian's Favorite Sandwich*** 11.99 Raditz
+
 
 +
***Captain Ian's Favorite Sandwich*** 11.99 Credits
 
Served with traditional Italian cold cut Capicola, Thinly cut roast beef, pepperjack cheese, feta chese, lettuce, tomato,
 
Served with traditional Italian cold cut Capicola, Thinly cut roast beef, pepperjack cheese, feta chese, lettuce, tomato,
 
white onions, smooth pepperoncini pepers,and a dab of mayo, - served oven toasted or cold. Don't feed to ian too often.
 
white onions, smooth pepperoncini pepers,and a dab of mayo, - served oven toasted or cold. Don't feed to ian too often.
  
***Captain Ian's Junior Grilled Cheese Sandwich*** 4.99 Raditz
+
***Captain Ian's Junior Grilled Cheese Sandwich*** 4.99 Credits
 
Made Just for you! Even the most violent mime syndicate spy won't raise a word of protest if you try to feed him this wonderful sandwich.
 
Made Just for you! Even the most violent mime syndicate spy won't raise a word of protest if you try to feed him this wonderful sandwich.
  
***IBLAMETOXINS Meatbread*** 3.99 Radiz
+
***IBLAMETOXINS Meatbread*** 3.99 Credits
 
There's nothing that says Horrible home cooking” better than a plate of meatbread!!You thought it couldn't follow you into space but it has!
 
There's nothing that says Horrible home cooking” better than a plate of meatbread!!You thought it couldn't follow you into space but it has!
  
***2beard Tofubread*** 3.99 Raditz
+
***2beard Tofubread*** 3.99 Credits
 
Tofu bread? Seriously? Do you want to eat this? Don't say we didn't warn you.
 
Tofu bread? Seriously? Do you want to eat this? Don't say we didn't warn you.
 
+
</pre>
))</pre>
 
 
|}
 
|}
  
Line 784: Line 810:
 
|-
 
|-
 
| scope="row" |
 
| scope="row" |
<pre>((
+
<pre>
|Pizzas|
+
#### Pizzas
 
---
 
---
  
***Margherita Pizza*** 12.99 Raditz
+
***Margherita Pizza*** 12.99 Credits
 
A light pizza with olive oil, garlic, fresh basil, fresh tomatoes, mozzarella and Parmesan cheeses. Perfect with a cold space beer on a hot space summer night.
 
A light pizza with olive oil, garlic, fresh basil, fresh tomatoes, mozzarella and Parmesan cheeses. Perfect with a cold space beer on a hot space summer night.
 
---
 
---
***Cheese Pizza*** 9.99 Raditz
+
***Cheese Pizza*** 9.99 Credits
 
This is a fantastic version of an Italian classic. The feta cheese adds a rich flavor that brings this dish to life. Incredibly easy and incredibly delicious. Do not waste feeding it to assistants.
 
This is a fantastic version of an Italian classic. The feta cheese adds a rich flavor that brings this dish to life. Incredibly easy and incredibly delicious. Do not waste feeding it to assistants.
 
---
 
---
***Mushroom Pizza*** 11.99 Raditz
+
***Mushroom Pizza*** 11.99 Credits
 
Made with the souls of walking mushrooms this pizza is undeniably evil. Atmos techs will be all over it!
 
Made with the souls of walking mushrooms this pizza is undeniably evil. Atmos techs will be all over it!
))</pre>
+
</pre>
 
|}
 
|}
  
Line 813: Line 839:
 
<br>
 
<br>
 
*Crime<br>
 
*Crime<br>
 +
 +
 +
 +
<font size="1">
 +
*<font size="1">Crime<br><font size="1">
 
<br>
 
<br>
 
<br>
 
<br>
 
----
 
----
 
<br>
 
*Name<br>
 
<br>
 
<br>
 
*Crime<br>
 
<br>
 
<br>
 
 
|}
 
|}
  
Line 837: Line 860:
 
---
 
---
 
* Name
 
* Name
* %f
+
* [_____________________________]
  
*Crime
+
* Assignment
* %f
+
* [____________________]
---
 
* Name
 
* %f
 
  
 
*Crime
 
*Crime
* %f
+
* [____________________]
---
+
</pre>
* Name
 
* %f
 
 
 
*Crime
 
* %f
 
---
 
* Name
 
* %f
 
 
 
*Crime
 
* %f
 
---
 
* Name
 
* %f
 
 
 
*Crime
 
* %f
 
---
 
* Name
 
* %f
 
 
 
*Crime
 
* %f
 
---
 
))</pre>
 
 
|}
 
|}
  
====Enemy Retirement Contract====
+
==== Enemy Retirement Contract====
 
This allows you to process your prisoners quicker. As space law goes, only the Captain can execute people. However it says nothing about voluntary execution scenes. This allows a antagonist to either die with dignity or choose how he wants to spend the rest of the round (if I was an antagonist I'd want to be cyborged). This little piece of paper makes things move faster.
 
This allows you to process your prisoners quicker. As space law goes, only the Captain can execute people. However it says nothing about voluntary execution scenes. This allows a antagonist to either die with dignity or choose how he wants to spend the rest of the round (if I was an antagonist I'd want to be cyborged). This little piece of paper makes things move faster.
 
{| class="wikitable" style="width:230px"
 
{| class="wikitable" style="width:230px"
Line 904: Line 899:
 
!Paper Markdown:
 
!Paper Markdown:
 
|-
 
|-
| scope="row" |
+
| scope="row" |  
<pre>^|Enemy of Nanotrasen Retirement Contract|^
+
<pre># Enemy of Nanotrasen Retirement Contract
 +
 
 
---
 
---
  
**I %f do hereby acknowledge I am a hostile threat to the station. By so doing freely I enter a contract with Nanotrasen in which I can pick between becoming a cyborg, life in prison or lethal injection**
+
I , [_____________________________], do hereby acknowledge I am a hostile threat to the station. By so doing freely I enter a contract with Nanotrasen in which I can pick between becoming a cyborg, life in prison or lethal injection
 +
 
 
---
 
---
^|Options|^
 
  
* Becoming a cyborg %f
+
#### Options:
---
+
 
* Life in prison %f
+
- [_] Becoming a cyborg
---
+
 
* Lethal injection %f
+
- [_]  Life in prison
 +
 
 +
- [_] Lethal injection
 
</pre>
 
</pre>
 
|}
 
|}
Line 990: Line 988:
 
[_____________________________________________]
 
[_____________________________________________]
 
---
 
---
%s</pre>
 
|}
 
 
===For genetics===
 
====Genetics block sheet====
 
This form lets you put what each block does onto a nice sheet of paper.
 
{| class="wikitable" style="width:230px"
 
|-
 
|<center>Blocks</center>
 
<br>
 
----
 
<br>
 
*Block 1:
 
*Block 2:
 
*Block 3:
 
*Block 4:
 
*Block 5:
 
*Block 6:
 
*Block 7:
 
*Block 8:
 
*Block 9:
 
*Block 10:
 
*Block 11:
 
*Block 12:
 
*Block 13:
 
*Block 14:
 
*Block 15:
 
*Block 16:
 
*Block 17:
 
*Block 18:
 
*Block 19:
 
<br>
 
----
 
<br>
 
(signed)
 
|}
 
 
{| class="mw-collapsible mw-collapsed wikitable"
 
|-
 
!Paper Markdown:
 
|-
 
| scope="row" |
 
<pre>|^Blocks^|
 
---
 
 
*Block 1: %f
 
 
*Block 2: %f
 
 
*Block 3 :%f
 
 
*Block 4: %f
 
 
*Block 5: %f
 
 
*Block 6: %f
 
 
*Block 7: %f
 
 
*Block 8:%f
 
 
*Block 9:%f
 
 
*Block 10:%f
 
 
*Block 11:%f
 
 
*Block 12:%f
 
 
*Block 13:%f
 
 
*Block 14:%f
 
 
*Block 15:%f
 
 
*Block 16:%f
 
 
*Block 17:%f
 
 
*Block 18:%f
 
 
*Block 19:%f
 
 
---
 
%s</pre>
 
|}
 
 
====Cheat Sheet====
 
A cheat sheet for the Geneticist for finding out the negative blocks.
 
{| class="wikitable" style="width:230px"
 
|-
 
|<center>'''Genetics Research'''</center><br>
 
<br>
 
Nearsightedness<br> 
 
<br>
 
Seizures<br> 
 
<br>
 
Coughing<br> 
 
<br>
 
Tourettes<br> 
 
<br>
 
Nervousness<br>
 
<br>
 
<br>
 
<br>
 
Species<br>
 
(signed)
 
|}
 
 
{| class="mw-collapsible mw-collapsed wikitable"
 
|-
 
!Paper Markdown:
 
|-
 
| scope="row" |
 
<pre>|**Genetics Research**|
 
 
Nearsightedness %f
 
%f
 
Seizures %f
 
%f
 
Coughing %f
 
%f
 
Tourettes %f
 
%f
 
Nervousness %f
 
%f
 
%f
 
%f
 
%f
 
Species %f
 
 
%s</pre>
 
%s</pre>
 
|}
 
|}
Line 1,152: Line 1,020:
 
|-
 
|-
 
| scope="row" |
 
| scope="row" |
<pre>|^Medical Prescription Form^|
+
<pre># Medical Prescription Form
 
---
 
---
  
This form certifies that its holder, %f , has a medical need for the following medications, which should be provided by medical staff on patient demand when possible:
+
This form certifies that its holder has a medical need for the following medications, which should be provided by medical staff on patient demand when possible:
 +
 
 +
* Patient: [_____________________________]
  
* Medication 1: %f
+
* Medication 1: [____________________]
  * Dosage: %f
+
  * Dosage: [______________]
  * Reason: %f
+
  * Reason: [_____________________________]
  
* Medication 2: %f
+
* Medication 2: [____________________]
  * Dosage: %f
+
  * Dosage: [_________________]
  * Reason: %f
+
  * Reason: [_____________________________]
  
 
---
 
---
Authorized by %f , %f</pre>
+
Authorized by %s</pre>
 
|}
 
|}
  

Revision as of 02:49, 21 November 2021

Writing Tools

PenPen

Pens come in a few different colors, black or blue by default, and some departments will be provided with red pens. Every crew member starts with one in their PDA that can be ejected with ctrl+click.

CrayonCrayon

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.

Description You type You get
Bold
**Bold Text.**

Bold text.

Italic
*Italics Text.*

Italics text.

Strikethrough
*Strikethrough Text.*
Strikethrough Text.
Centering text
<center>Centered text.</center>
Centered text.
Horizontal rules
Before line.
___
After line.

Before line.


After line.

Signature
%s

John Smith
Note: Signatures can't be faked since they use a different font.

Field
[_____________]

Displays an editable text input field with a size based on the number of underscores.

Headers
# H1

## H2

### H3
Displays an heading with a size based on the number of hashtags.
Table
| Title 1 | Title 2 |
| ----------- | ----------- |
| Text 1  | Text 2 |
| Info 1 | Info 2 | 
Title 1 Title 2
Text 1 Text 2
Info 1 Info 2
List
- Item one
- Item two
  - Subitem one
  • Item one
  • Item two
    • Subitem one
Numbered List
1. First item
2. Second item
3. Third item
  1. First one
  2. Second item
  3. Third item
Task List
- [x] Obtain a bar of soap
- [ ] Slip the Captain
- [ ] Evade arrest
Displays a task list, similar to normal lists but with checkboxes that can be checked off.

Note: The checkboxes cannot be edited after saving

Forms Ready for Use

Here are some forms you can use to make your life easier:

General Needs

Simple Request Form

For requests of special items, like from the autolathe, it may be a good idea to have a form for people to fill out. The following papercode creates a simple request form:

General Request Form


  • Full Name:
  • Request:
  • Reason for request:





Sign Below

Paper Markdown:
## General Request Form
___
* Full Name: [_________________]
* Request: [_________________]
* Reason for request: [_________________]
[______________________]
[______________________]
___

<i>Sign Below</i>

Complex Request Form

For people that you dislike, or maybe anyone who asks for all access.

Request Form

  • Full Name:
  • Age:
  • Birthdate:
  • Bloodtype:
  • Shoe size:
  • SSN:
  • Astrological Sign:
  • Job Title:
  • Are you a traitor, changeling, wizard, cultist, or revolutionary?
  • Request:
  • Reason for request:




Sign Below

Paper Markdown:
## Request Form

- Full Name: [__________________________]
- Age: [____]
- Birthdate: [______________]
- Bloodtype: [__________]
- Shoe size: [______]
- SSN: [___________]
- Astrological Sign: [______________]
- Job Title: [___________]
- Are you a traitor, changeling, wizard, cultist, or revolutionary? [_______]
- Request: [_________________________]
- Reason for request: [________________________________________________________________________________________________________________________________________________]



<i>Sign Below</i>

Space Suit Sheet

A proper way to apply for a space suit. If you get the HoP's stamp of approval you're less likely to get robusted by security if you have a space suit. Requires editing in your department and a proper reason.

Application for a space suit


I (name) would like to ask for permission for a Space suit in EVA in case of a atmospheric emergency that requires I need one.



signed
Atmospheric Tech
(name)

Paper Markdown:
## Application for a space suit
___
 
I %s  would like to ask for permission for a <b>Space suit</b>
in <b>EVA</b>  in case of a atmospheric emergency that requires I need one.
___

signed
Atmospheric Tech
%s

Weapon Permit

For authorizing Non-Sec Crew members to have a weapon

Weapon Permit


I, the (Title), authorize (Full Name) to have a (weapon)



This document requires HOS or Captain stamp and sign.


Signed and stamped

Paper Markdown:
## Weapon Permit
I, the [____________________], authorize [_____________________________] to have a [_________________________]
___
<i>This document requires HOS or Captain stamp and sign.</i>
___
<i>Signed and stamped</i>
%s

Complaint Form

Got a complaint?

Complaint Form


  • Complainer's Name:
  • Complainer's Job:
  • Complaint Against's Name:
  • Complaint Against's Job:
  • Reason For Complaint:


Signed (name)

Paper Markdown:
|** Complaint Form: **|
---

* Complainer's Name: [_____________________________]
* Complainer's Job: [____________________]
* Complaint Against's Name: [_____________________________]
* Complaint Against's Job: [____________________]
* Reason For Complaint: [_______________________________________________________]
---

Signed

Employee of the Month Form

To perform a survey to determine the employee of the month in your department.

Employee of the Month Survey

Full Name:
Job Title:
Recommendation:
Reason for Recommendation

Sign Below

Paper Markdown:
|^Employee of the Month Survey^|

Full Name: [_____________________________]
Job Title:  [____________________]
Recommendation: [____________________]
Reason for Recommendation:  [___________________________________________________]

*Sign Below*


Insulated Gloves Sheet

A good way to get insulated gloves: Have you ever felt "oh man I want some insulated gloves". Well there's two ways to do this. You can do it the ron burgandy way and get a welder, weld into tech storage and have sec chasing you up and down. Or you can get HoP's approval and get some from Cargo Bay. If you have a HoP stamp, Cargonia daren't object to your request... and the HoP is probably happy for a reason to exist (generally a HoP will love it if you do your own paperwork). Requires editing in your department and a proper reason.

Application for insulated gloves




I (name) would like to ask for permission for insulated gloves from cargo(nia) in case of a atmospheric emergency that requires I need one.



signed
(job)
(signature)

Paper Markdown:
|^**Application for insulated gloves**^|
---

I [_____________________________]  would like to ask for permission for **insulated gloves**
from **cargo(nia)**  in case of a atmospheric emergency that requires I need one.



signed
[____________________]
%s

Cyborgization Confirmation Form for Robotics

This is to get those pesky assistants to wait five seconds and fill out a form before they turn on you and start fireaxing the windows down trying to get borged.

Nanotrasen Cyborg Application Form C.C.26




I (write name here) do hereby consent to brain removal and cyborgization


I also wish to name my model

  • (write name here)




signed
(write name here)

Paper Markdown:
|^**Nanotrasen Cyborg Application Form C.C.26**^|
---

I [_____________________________] do hereby consent to brain removal and cyborgization


---
I also wish to name my model
((
* [_____________________________]
))
---

signed

After you're done, just add


Operation successful
%s

Head of Personnel Job Application Form

This sheet just extra paperwork for assistants and clowns and such that want a job change. If you don't think they are cut out for it send them to ask the head of the area for their stamp of approval.

Nanotrasen Job Application Form C.C.23




I (write name here) would like to change jobs to (write job here) for the following reasons




signed
(write name here)

Paper Markdown:
|^**Nanotrasen Job Application Form C.C.23**^|
---

I [_____________________________] would like to change jobs to [____________________]

|For the following reasons|
---
((
* [__________________________________________________]
* [__________________________________________________]
* [__________________________________________________]
))

---

signed
%s

Dungeons & Dragons Sheet

Modifed LLA Dungeon & Dragons sheet to work with our Microlite20 core rules.

Microlite20 Character Sheet


Race:
human, dwarf, elf, halfling

Class:
cleric, fighter, rogue, wizard

Alignment:

Hit Points:
Armor:
Armor bonus

Stats:
STR:
DEX:
MIND:

Skills:
Physical:
Subterfuge:
Knowledge:
Communication:

Weapon 1:
Weapon 2:
Spells:

Items:
Money:

Paper Markdown:
|^**Microlite20 Character Sheet**^|

Race:  [______________]
((human, dwarf, elf, halfling))

Class: [______________]
((cleric, fighter, rogue, wizard))

Alignment: [__________________]

Hit Points: [____]
Armor: [____]
Armor Bonus: [____]

Stats:
STR: [____]
DEX: [____]
MIND: [____]

Skills:
Physical: [____]
Subterfuge:[____]
Knowledge: [____]
Communication: [____]

Weapon 1: [______________]
Weapon 2: [______________]
Spells: [________________________________]

Items: [________________________________]
Money: [____] g

Inspection Form for Inspecting

Inspection form for departmental inspections, etc.

INSPECTION FORM


Efficiency

Adherence to Health & Safety Guidelines

Courtesy shown to Inspector & Overall Approachability

Overall Grade

Other Comments

Glory to Nanotrasen.
(signed)

Paper Markdown:
# **INSPECTION FORM**

---

Efficiency
 [_________________________________________________________] 

Adherence to Health & Safety Guidelines
 [_________________________________________________________] 

Courtesy shown to Inspector & Overall Approachability
 [_________________________________________________________] 

Overall Grade
 [_________________________________________________________] 

Other Comments
 [_________________________________________________________] 

Glory to Nanotrasen.

%s

For the Chef/Bartender

Simple Menu

The Maltese Falcon
Bar - Restaurant




Burger
Big Bite Burger
Super Bite Burger
Sandwich
Toasted Sandwich
Grilled Cheese Sandwich
Meatbread
Tofubread
Pizza Margherita
Pizza Carbonara
Pizza Funghi
Tomato Pasta
Spaghetti & Meatballs
Vegetable Soup
Meatball Soup
Tomato Soup
Ask about our desserts!

Other dishes available on request.

Paper Markdown:
|^**The Maltese Falcon**^|
|Bar - Restaurant|
---

Burger
Big Bite Burger
Super Bite Burger
Sandwich
Toasted Sandwich
Grilled Cheese Sandwich
Meatbread
Tofubread
Pizza Margherita
Pizza Carbonara
Pizza Funghi
Tomato Pasta
Spaghetti & Meatballs
Vegetable Soup
Meatball Soup
Tomato Soup
*Ask about our desserts!*

((Other dishes available on request.))

Hamburger Menu

The Maltese Falcon
Bar and Restaurant





Burgers


Maltese Falcon Burger 7.85 Raditz
A delicious 1/3 lb. juicy sirloin beef patty topped with Swiss cheese, thinly sliced ham, lettuce, tomato, and a touch of our special Ricotez sauce on a delicious deli roll
Maltese Falcon Big Bite Burger 8.99 Raditz
Two 1/3 lb. patties topped with fresh-cooked MacMeaties Space Bacon in between a premium warm, toasted bun topped off with mayo, and American cheese
Maltese Falcoln Super Bite Burger 10.99 Raditz
This Gigantic 3/4 lb savory fire-grilled sirloin beef patties are topped with juicy tomatoes, fresh cut lettuce, creamy mayonnaise, and crunchy pickles.

*Nanotrasen is not responsible for any heart related trauma if you eat one of these!


Paper Markdown:
# **The Maltese Falcon**
### Bar and Restaurant
---

#### Burgers:

***Maltese Falcon Burger*** 7.85 Credits
A delicious 1/3 lb. juicy sirloin beef patty topped with Swiss cheese, thinly sliced ham, lettuce, tomato, and a touch of our special Ricotez sauce on a delicious deli roll
***Maltese Falcon Big Bite Burger*** 8.99 Credits
Two 1/3 lb. patties topped with fresh-cooked MacMeaties Space Bacon in between a premium warm, toasted bun topped off with mayo, and American cheese
***Maltese Falcoln Super Bite Burger*** 10.99 Credits
This Gigantic 3/4 lb savory fire-grilled sirloin beef patties are topped with juicy tomatoes, fresh cut lettuce, creamy mayonnaise, and crunchy pickles.

##### Nanotrasen is not responsible for any heart related trauma if you eat one of these.
---

Sandwich Menu

Sandwiches and bakery items


Captain Ian's Favorite Sandwich 11.99 Raditz
Served with traditional Italian cold cut Capicola, Thinly cut roast beef, pepperjack cheese, feta chese, lettuce, tomato, white onions, smooth pepperoncini pepers,and a dab of mayo, - served oven toasted or cold. Don't feed to ian too often.

Captain Ian's Junior Grilled Cheese Sandwich 4.99 Raditz
Made Just for you! Even the most violent mime syndicate spy won't raise a word of protest if you try to feed him this wonderful sandwich.

IBLAMETOXINS Meatbread 3.99 Radiz
There's nothing that says Horrible home cooking” better than a plate of meatbread!!You thought it couldn't follow you into space but it has!

2beard Tofubread 3.99 Raditz
Tofu bread? Seriously? Do you want to eat this? Don't say we didn't warn you.

Paper Markdown:
#### Sandwiches and bakery items

---

***Captain Ian's Favorite Sandwich*** 11.99 Credits
Served with traditional Italian cold cut Capicola, Thinly cut roast beef, pepperjack cheese, feta chese, lettuce, tomato,
white onions, smooth pepperoncini pepers,and a dab of mayo, - served oven toasted or cold. Don't feed to ian too often.

***Captain Ian's Junior Grilled Cheese Sandwich*** 4.99 Credits
Made Just for you! Even the most violent mime syndicate spy won't raise a word of protest if you try to feed him this wonderful sandwich.

***IBLAMETOXINS Meatbread*** 3.99 Credits
There's nothing that says Horrible home cooking” better than a plate of meatbread!!You thought it couldn't follow you into space but it has!

***2beard Tofubread*** 3.99 Credits
Tofu bread? Seriously? Do you want to eat this? Don't say we didn't warn you.

Pizzas

Pizzas


Margherita Pizza 12.99 Raditz
A light pizza with olive oil, garlic, fresh basil, fresh tomatoes, mozzarella and Parmesan cheeses. Perfect with a cold space beer on a hot space summer night.



Cheese Pizza 9.99 Raditz
This is a fantastic version of an Italian classic. The feta cheese adds a rich flavor that brings this dish to life. Incredibly easy and incredibly delicious. Do not waste feeding it to assistants.



Mushroom Pizza 11.99 Raditz
Made with the souls of walking mushrooms this pizza is undeniably evil. Atmos techs will be all over it!

Paper Markdown:
#### Pizzas
---

***Margherita Pizza*** 12.99 Credits
A light pizza with olive oil, garlic, fresh basil, fresh tomatoes, mozzarella and Parmesan cheeses. Perfect with a cold space beer on a hot space summer night.
---
***Cheese Pizza*** 9.99 Credits
This is a fantastic version of an Italian classic. The feta cheese adds a rich flavor that brings this dish to life. Incredibly easy and incredibly delicious. Do not waste feeding it to assistants.
---
***Mushroom Pizza*** 11.99 Credits
Made with the souls of walking mushrooms this pizza is undeniably evil. Atmos techs will be all over it!

For the Warden

Crime and Punishment

To remind you why someone is in permabrig (usually I'll only write things down if they're in there 5 minutes or more).

Crime and Punishment


Crimes and name



  • Name



  • Crime


  • Crime




Paper Markdown:
|^Crime and Punishment^|


**Crimes and name**
---
* Name
*  [_____________________________]

* Assignment
* [____________________]

*Crime
*  [____________________]

Enemy Retirement Contract

This allows you to process your prisoners quicker. As space law goes, only the Captain can execute people. However it says nothing about voluntary execution scenes. This allows a antagonist to either die with dignity or choose how he wants to spend the rest of the round (if I was an antagonist I'd want to be cyborged). This little piece of paper makes things move faster.

Enemy of Nanotrasen Retirement Contract



I (write) do hereby acknowledge I am a hostile threat to the station. By so doing freely I enter a contract with Nanotrasen in which I can pick between becoming a cyborg, life in prison or lethal injection


Options
  • Becoming a cyborg





  • Life in prison





  • Lethal injection



Paper Markdown:
# Enemy of Nanotrasen Retirement Contract

---

I , [_____________________________], do hereby acknowledge I am a hostile threat to the station. By so doing freely I enter a contract with Nanotrasen in which I can pick between becoming a cyborg, life in prison or lethal injection

---

#### Options:

- [_] Becoming a cyborg

- [_]  Life in prison

- [_] Lethal injection

For the Detective

Case Notes

This is a form that lets you name a case, add some suspects and some clues/details about it.

Detective's Case Notes



  • Case name

[_____________________________________________]


  • Suspected Criminals

[_____________________________________________]


  • Clues

[_____________________________________________] [_____________________________________________] [_____________________________________________] [_____________________________________________] [_____________________________________________] [_____________________________________________]


  • Crime

[_____________________________________________] [_____________________________________________]


  • Case closed?

[_____________________________________________]



Signature

Paper Markdown:
# Detective's Case Notes

---
* Case name
[_____________________________________________]

* Suspected Criminals
[_____________________________________________]

* Clues
[_____________________________________________]
[_____________________________________________]
[_____________________________________________]
[_____________________________________________]
[_____________________________________________]
[_____________________________________________]

* Crime
[_____________________________________________]
[_____________________________________________]

* Case closed?
[_____________________________________________]
---
%s

For medical purposes

Prescription sheet

This form certifies that you have not only permission, but an important reason, to obtain and use certain "pharmaceuticals."

Medical prescription form




This form certifies that its holder, (name here), has a medical need for the following medications, which should be provided by medical staff on demand when possible:

  • Medication 1: Mindbreaker toxin(write in)
    • Dosage: 10u pills; as many as requested(write in)
    • Reason: Treatment for Reality Dissociation Syndrome(write in)


  • Medication 2: (write in)
    • Dosage: (write in)
    • Reason: (write in)




Authorized by (job title) (signature)

Paper Markdown:
# Medical Prescription Form
---

This form certifies that its holder has a medical need for the following medications, which should be provided by medical staff on patient demand when possible:

* Patient: [_____________________________] 

* Medication 1: [____________________]
 * Dosage: [______________]
 * Reason: [_____________________________] 

* Medication 2: [____________________]
 * Dosage: [_________________]
 * Reason: [_____________________________] 

---
Authorized by %s

For Head of Personnel

Additional Access Request From

This form is used for granting additional access.

Paper Markdown:
<center><b>Additional Access Request Form</b></center>

*Caution! This request is valid only for normal access for basic departmental access or (max) two full departments. To receive "All Access", you have to fill out "All Access Request Form"*

----

* Full Name: [_____________________________]
* Age: [___________]; Height: [_____________]
* Job Title: [______________________________]
* Department: [__________________________]


<b>Request:</b> 
[______________________________________________]
[______________________________________________]
<b>Reason for request:</b> 
[______________________________________________]
[______________________________________________]

----

*Place Departmental Head stamp(s) here*

*Place Head of Personnel stamp here*

*Requestor signs Below*

All Access Request From

This form is used for "granting" all access.

Paper Markdown:
<center><b>All Access Request Form</b></center>
*Caution! This request can only be processed with proper Supplements (see below)*

----

* Full Name: [_____________________________]
* Age: [_____________]; Height: [_____________]
* Job Title: [______________________________]
* Department: [__________________________]

<b>Request:</b>
*Full All Access or All Access without High Risk Area Access*
[______________________________________________]
[______________________________________________]
<b>Reason for request:</b> 
[______________________________________________]
[______________________________________________]

----

<b>Opinion on mental well-being of a requestor</b>
*Fills Captain, CMO or psychologist*
[______________________________________________]
[______________________________________________]
[______________________________________________]
*above is valid only when stamped or confirmed in person*

<b>Opinion on a possible danger from a requestor</b>
*Fills Captain, HoS or warden*
[______________________________________________]
[______________________________________________]
[______________________________________________]
*above is valid only when stamped or confirmed in person*
*above is valid only with printed out Criminal Record*

----

*Place Departmental Head stamp here*

*Place Head of Personnel stamp here*

*Requestor signs Below*

Substitute ID Request From

This form is used for requesting new IDs.

Paper Markdown:
<center><b>Substitute ID Request Form</b></center>
*Caution! Processing this Request costs 10 credits*

----

* Full Name: [_____________________________]
* Age: [___________]; Height: [_____________]
* Job Title: [______________________________]
* Department: [__________________________]

*<b>I declare that my last ID:</b>* 
[______________________________________________]
[______________________________________________]
*This form is valid only with printed out Criminal Record*

----

*Place Head of Personnel stamp here*

*Requestor signs Below*

Job Change Request Form

This form is used for requesting a new job.

Paper Markdown:
<center><b>Job Change Request Form</b></center>

*Caution! This request is valid only with approval from the Head of Department of the requested position*

----

* Full Name: [_____________________________]
* Age: [___________]; Height: [_____________]
* Job Title: [______________________________]
* Department: [__________________________]

----

<b>Requested job:</b> 
[______________________________________________]
<b>Reason for request:</b> 
[______________________________________________]
[______________________________________________]

----

*Place Departmental Head stamp here*

*Place Head of Personnel stamp here*

*Requestor signs Below*