Paper Markdown: Difference between revisions

From BeeStation Wiki
Jump to navigation Jump to search
No edit summary
(Port TG paper)
Line 1: Line 1:
==Writing Tools==
===[[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.
===[[File:Crayon.png|link=Crayon|Crayon]][[Crayon]]===
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.<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>
<center>Centered text.</center>
</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>
</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>
[_____________]
</pre>
|
Displays an editable text input field with a size based on the number of underscores.
|-
| Headers
| <pre>
# H1
## H2
</pre>
|
<font size="6"><u>H1</u></font size><br>
<br>
<font size="5">H2</font size>
|}
==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):
===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:
{| class="wikitable" style="width:230px"
|-
|<center>'''General Request Form'''</center><br>
* Full Name:
* Request:
* Reason for request:<br>
<br>
<br>
<br>
<i>Sign Below</i>
|}
{| class="mw-collapsible mw-collapsed wikitable"
|-
!Paper Markdown:
|-
| scope="row" |
<pre>|^General Request Form^|
* Full Name: %f
* Request: %f
* Reason for request: %f
*Sign Below*
</pre>
|}
====Complex Request Form====
For people that you dislike, or maybe anyone who asks for all access.
{| class="wikitable" style="width:230px"
|-
|<center>'''Request Form'''</center><br>
Full Name: <br>
Age: <br>
Birthdate: <br>
Bloodtype: <br>
Shoe size: <br>
SSN: <br>
Astrological Sign: <br>
Job Title: <br>
Are you a traitor, changeling, wizard, cultist, or revolutionary? <br>
Request: <br>
Reason for request: <br>
<br>
<br>
<br>
<i>Sign Below</i>
|}
{| class="mw-collapsible mw-collapsed wikitable"
|-
!Paper Markdown:
|-
| scope="row" |
<pre>|^Request Form^|
Full Name: %f
Age: %f
Birthdate: %f
Bloodtype: %f
Shoe size: %f
SSN: %f
Astrological Sign: %f
Job Title: %f
Are you a traitor, changling, wizard, cultist, or revolutionary? %f
Request: %f
Reason for request: %f
*Sign Below*
%f
</pre>
|}
====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.'''
{| class="wikitable" style="width:230px"
|-
|<center>'''Application for a space suit'''</center>
----
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<br>
Atmospheric Tech<br>
(name)
|}
{| class="mw-collapsible mw-collapsed wikitable"
|-
!Paper Markdown:
|-
| scope="row" |
<pre>|^**Application for a space suit**^|
---
I %s  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
%s</pre>
|}
====Weapon Permit====
For authorizing Non-Sec Crew members to have a weapon
{| class="wikitable" style="width:230px"
|-
|<center>'''Weapon Permit'''</center><br>
I, the (Title), authorize (Full Name) to have a (weapon)
<br>
<i>Signed,</i>
|}
{| class="mw-collapsible mw-collapsed wikitable"
|-
!Paper Markdown:
|-
| scope="row" |
<pre>|^**Weapon Permit**^|
I, the %f , authorize %f to have a %f
*Signed,*
</pre>
|}
====Complaint Form====
Got a complaint?
{| class="wikitable" style="width:230px"
|-
|<center><B>Complaint Form</B></center>
----
<br>
*Complainer's Name:
*Complainer's Job:
*Complaint Against's Name:
*Complaint Against's Job:
*Reason For Complaint:
----
<br>
Signed
(name)
|}
{| class="mw-collapsible mw-collapsed wikitable"
|-
!Paper Markdown:
|-
| scope="row" |
<pre>|** Complaint Form: **|
---
* Complainer's Name: %f
* Complainer's Job: %f
* Complaint Against's Name: %f
* Complaint Against's Job: %f
* Reason For Complaint: %f
---
Signed</pre>
|}
====Employee of the Month Form====
To perform a survey to determine the employee of the month in your department.
{| class="wikitable" style="width:230px"
|-
|<center>'''Employee of the Month Survey'''</center><br>
Full Name: <br>
Job Title: <br>
Recommendation: <br>
Reason for Recommendation <br>
<br>
<i>Sign Below</i>
|}
{| class="mw-collapsible mw-collapsed wikitable"
|-
!Paper Markdown:
|-
| scope="row" |
<pre>|^Employee of the Month Survey^|
Full Name: %f
Job Title: %f
Recommendation: %f
Reason for Recommendation: %f
*Sign Below*
</pre>
|}
====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.'''
{| class="wikitable" style="width:230px"
|-
|<center>'''Application for insulated gloves'''</center>
<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.
----
<br>
signed<br>
Atmospheric Tech<br>
(name)
|}
{| class="mw-collapsible mw-collapsed wikitable"
|-
!Paper Markdown:
|-
| scope="row" |
<pre>|^**Application for insulated gloves**^|
---
I %s  would like to ask for permission for **insulated gloves**
in **cargo(nia)**  in case of a atmospheric emergency that requires I need one.
signed
%f
%s</pre>
|}
====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.
{| class="wikitable" style="width:230px"
|-
|<center>'''Nanotrasen Cyborg Application Form C.C.26'''</center>
<br>
----
<br>
I (write name here) do hereby consent to brain removal and cyborgization
<br>
----
I also wish to name my model
<br>
*(write name here)
<br>
----
<br>
signed<br>
(write name here)
|}
{| class="mw-collapsible mw-collapsed wikitable"
|-
!Paper Markdown:
|-
| scope="row" |
<pre>|^**Nanotrasen Cyborg Application Form C.C.26**^|
---
I %f do hereby consent to brain removal and cyborgization
---
I also wish to name my model
((
* %f
))
---
signed
</pre>
|}
After you're done, just add
<font size="1">
<pre>
Operation successful
%s</pre>
</font size>
====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.
{| class="wikitable" style="width:230px"
|-
|<center>'''Nanotrasen Job Application Form C.C.23'''</center>
<br>
----
<br>
I (write name here) would like to change jobs to (write job here) for the following reasons
----
*
*
*
----
<br>
signed<br>
(write name here)
|}
{| class="mw-collapsible mw-collapsed wikitable"
|-
!Paper Markdown:
|-
| scope="row" |
<pre>|^**Nanotrasen Job Application Form C.C.23**^|
---
I %f would like to change jobs to ** %f **
|For the following reasons|
---
((
* %f
* %f
* %f
))
---
signed
</pre>
|}
====Dungeons & Dragons Sheet====
Modifed LLA Dungeon & Dragons sheet to work with our Microlite20 core rules.
{| class="wikitable" style="width:230px"
|-
|<center>'''Microlite20 Character Sheet'''</center>
<br>
Race:<br>
<font size="1">
human, dwarf, elf, halfling
</font size>
<br>
<br>
Class:<br>
<font size="1">
cleric, fighter, rogue, wizard
</font size>
<br>
<br>
Alignment:<br>
<br>
Hit Points:<br>
Armor:<br>
Armor bonus<br>
<br>
Stats:<br>
STR:<br>
DEX:<br>
MIND:<br>
<br>
Skills:<br>
Physical:<br>
Subterfuge:<br>
Knowledge:<br>
Communication:<br>
<br>
Weapon 1:<br>
Weapon 2:<br>
Spells:<br>
<br>
Items:<br>
Money:
|}
{| class="mw-collapsible mw-collapsed wikitable"
|-
!Paper Markdown:
|-
| scope="row" |
<pre>|^**Microlite20 Character Sheet**^|
Race: %f
((human, dwarf, elf, halfling))
Class: %f
((cleric, fighter, rogue, wizard))
Alignment: %f
Hit Points: %f
Armor: %f
Armor Bonus: %f
Stats:
STR: %f
DEX: %f
MIND: %f
Skills:
Physical: %f
Subterfuge: %f
Knowledge: %f
Communication: %f
Weapon 1: %f
Weapon 2: %f
Spells: %f
Items: %f
Money: </pre>
|}
====Inspection Form for Inspecting====
Inspection form for departmental inspections, etc.
{| class="wikitable" style="width:230px"
|-
|<center>'''INSPECTION FORM'''</center>
<br>
'''Efficiency'''
<br>
<br>
'''Adherence to Health & Safety Guidelines'''
<br>
<br>
'''Courtesy shown to Inspector & Overall Approachability'''
<br>
<br>
'''Overall Grade'''
<br>
<br>
'''Other Comments'''
<br>
<br>
Glory to Nanotrasen.
<br>
(signed)
|}
{| class="mw-collapsible mw-collapsed wikitable"
|-
!Paper Markdown:
|-
| scope="row" |
<pre>^|**INSPECTION FORM**|^
**Efficiency**
%f
**Adherence to Health & Safety Guidelines**
%f
**Courtesy shown to Inspector & Overall Approachability**
%f
**Overall Grade**
%f
**Other Comments**
%f
Glory to Nanotrasen.
%s</pre>
|}
===For the Chef/Bartender===
====Simple Menu====
{| class="wikitable" style="width:230px"
|-
|<center>'''The Maltese Falcon'''<br>
Bar - Restaurant</center>
<br>
----
<br>
Burger<br>
Big Bite Burger<br>
Super Bite Burger<br>
Sandwich<br>
Toasted Sandwich<br>
Grilled Cheese Sandwich<br>
Meatbread<br>
Tofubread<br>
Pizza Margherita<br>
Pizza Carbonara<br>
Pizza Funghi<br>
Tomato Pasta<br>
Spaghetti & Meatballs<br>
Vegetable Soup<br>
Meatball Soup<br>
Tomato Soup<br>
Ask about our desserts!<br>
<br>
<font size="1">
Other dishes available on request.
</font size>
|}
{| class="mw-collapsible mw-collapsed wikitable"
|-
!Paper Markdown:
|-
| scope="row" |
<pre>|^**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.))
</pre>
|}
====Hamburger Menu====
{| class="wikitable" style="width:230px"
|-
|<center>'''The Maltese Falcon'''<br>
Bar and Restaurant</center>
<br>
----
<br>
----
<font size="1">
<center>Burgers</center>
<br>
'''Maltese Falcon Burger''' 7.85 Raditz<br>
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<br>
'''Maltese Falcon Big Bite Burger''' 8.99 Raditz<br>
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<br>
'''Maltese Falcoln Super Bite Burger''' 10.99 Raditz<br>
This Gigantic 3/4 lb savory fire-grilled sirloin beef patties are topped with juicy tomatoes, fresh cut lettuce, creamy mayonnaise, and crunchy pickles.<br>
<br>
<nowiki>*Nanotrasen is not responsible for any heart related trauma if you eat one of these!</nowiki>
----
|}
{| class="mw-collapsible mw-collapsed wikitable"
|-
!Paper Markdown:
|-
| scope="row" |
<pre>|^**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!
---
))</pre>
|}
====Sandwich Menu====
{| class="wikitable" style="width:230px"
|-
|<font size="1"><center>Sandwiches and bakery items</center>
----
<br>
'''Captain Ian's Favorite Sandwich''' 11.99 Raditz<br>
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.<br>
<br>
'''Captain Ian's Junior Grilled Cheese Sandwich''' 4.99 Raditz <br>
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. <br>
<br>
'''IBLAMETOXINS Meatbread''' 3.99 Radiz <br>
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! <br>
<br>
'''2beard Tofubread''' 3.99 Raditz <br>
Tofu bread? Seriously? Do you want to eat this? Don't say we didn't warn you. <br>
|}
{| class="mw-collapsible mw-collapsed wikitable"
|-
!Paper Markdown:
|-
| scope="row" |
<pre>((
|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.
))</pre>
|}
====Pizzas====
{| class="wikitable" style="width:230px"
|-
|<font size="1"><center>Pizzas</center>
----
<br>
'''Margherita Pizza''' 12.99 Raditz<br>
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.<br>
----
<br>
'''Cheese Pizza''' 9.99 Raditz<br>
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.<br>
----
<br>
'''Mushroom Pizza''' 11.99 Raditz<br>
Made with the souls of walking mushrooms this pizza is undeniably evil. Atmos techs will be all over it!
|}
{| class="mw-collapsible mw-collapsed wikitable"
|-
!Paper Markdown:
|-
| scope="row" |
<pre>((
|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!
))</pre>
|}
===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).
{| class="wikitable" style="width:230px"
|-
|<font size="1"><center>Crime and Punishment</center><br>
<br>
'''Crimes and name'''
----
<br>
*Name<br>
<br>
<br>
*Crime<br>
<br>
<br>
----
<br>
*Name<br>
<br>
<br>
*Crime<br>
<br>
<br>
|}
{| class="mw-collapsible mw-collapsed wikitable"
|-
!Paper Markdown:
|-
| scope="row" |
<pre>|^Crime and Punishment^|
**Crimes and name**
---
* Name
* %f
*Crime
* %f
---
* Name
* %f
*Crime
* %f
---
* Name
* %f
*Crime
* %f
---
* Name
* %f
*Crime
* %f
---
* Name
* %f
*Crime
* %f
---
* Name
* %f
*Crime
* %f
---
))</pre>
|}
====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.
{| class="wikitable" style="width:230px"
|-
|<center>Enemy of Nanotrasen Retirement Contract</center><br>
<br>
----
'''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'''
----
<center>Options</center>
*Becoming a cyborg
<br>
<br>
----
<br>
*Life in prison<br>
<br>
<br>
----
<br>
*Lethal injection<br>
<br>
<br>
|}
{| class="mw-collapsible mw-collapsed wikitable"
|-
!Paper Markdown:
|-
| scope="row" |
<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**
---
^|Options|^
* Becoming a cyborg %f
---
* Life in prison %f
---
* Lethal injection %f
</pre>
|}
===For the Detective===
====Case Notes====
This is a form that lets you name a case, add some suspects and some clues/details about it.
{| class="wikitable" style="width:230px"
|-
|<center>Detective's Case Notes</center><br>
----
<font size="1">
<br>
*Case name
<br>
*Suspected Criminals
<br>
*Clues
<br>
*Crime
<br>
*Case closed?
<br>
<br>
Printed by CC inc
|}
{| class="mw-collapsible mw-collapsed wikitable"
|-
!Paper Markdown:
|-
| scope="row" |
<pre>|^Detective's Case Notes^|
((*
---
* Case name
%f
* Suspected Criminals
%f
* Clues
%f
* Crime
%f
* Case closed?
%f
Printed by CC inc
))</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>
|}
===For medical purposes===
====Prescription sheet====
This form certifies that you have not only permission, but an important reason, to obtain and use certain "pharmaceuticals."
{| class="wikitable" style="width:230px"
|-
|<center>Medical prescription form</center>
<br>
----
<br>
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:
<br>
*Medication 1: Mindbreaker toxin(write in)
**Dosage: 10u pills; as many as requested(write in)
**Reason: Treatment for Reality Dissociation Syndrome(write in)
<br>
*Medication 2: (write in)
**Dosage: (write in)
**Reason: (write in)
<br>
----
<br>
Authorized by (job title) (signature)
|}
{| class="mw-collapsible mw-collapsed wikitable"
|-
!Paper Markdown:
|-
| scope="row" |
<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:
* Medication 1: %f
* Dosage: %f
* Reason: %f
* Medication 2: %f
* Dosage: %f
* Reason: %f
---
Authorized by %f , %f</pre>
|}
[[Category:Guides]]
{{Important
{{Important
|Title=Out of Date
|Title=Out of Date
|Image=Paper.png
|Image=Paper.png
|Note=Paper code was completely revamped in June, 2020. This page is out of date. Paper now uses regular markdown instead of pencode (with some additional features line %sign to sign your name).
|Note=Paper code was completely revamped in June, 2020. This page is out of date.
|Color=#F00
|Color=#F00
}}
}}


{{Needs revision | reason = Paper was revamped.}}
{{Needs revision | reason = Paper was revamped.}}


==Writing Tools==
==Writing Tools==
Line 17: Line 1,149:


==Writing==
==Writing==
Writing is performed by using any writing tool on [[paper]], with any standard writing utensil.
Writing is performed by using any writing tool on [[paper]], with any standard writing utensil.<br>


{| class="wikitable"
{| class="wikitable"
Line 26: Line 1,158:
| Bold text
| Bold text
| <pre>
| <pre>
[b]Bold text.[/b]
**Bold text.**
__Bold text.__
</pre>
</pre>
|
|
'''Bold text.'''<br>
'''Bold text.'''
'''Bold text.'''
|-
|-
| Italic text
| Italic text
| <pre>
| <pre>
[i]Italics text.[/i]
*Italics text.*
_Italics text._
</pre>
</pre>
|
|
''Italics text.''<br>
''Italics text.''
''Italics text.''
|-
|-
| Centering text
| Centering text
| <pre>
| <pre>
[center]Centered text.[/center]
<center>Centered text.</center>
</pre>
</pre>
|
|
<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>
|-
| Underline text
| <pre>
[u]Underlined text.[/u]
</pre>
|
<u>Underlined text.</u>
|-
|-
| Lists
| Lists
| <pre>
| <pre>
[list]
* Item one
[*] Item one
* Item two
[*] Item two
   * Subitem one
   [*] Subitem one
</pre>
</pre>
|
|
Line 67: Line 1,195:
| <pre>
| <pre>
Before line.
Before line.
[hr]
___
After line.
After line.
</pre>
</pre>
Line 77: Line 1,205:
| Large text
| Large text
| <pre>
| <pre>
[large]Large text.[/large]
 
</pre>
</pre>
|
|
Line 84: Line 1,212:
| Small text
| Small text
| <pre>
| <pre>
[small]Small text.[/small]
((Small text.))
</pre>
</pre>
|
|
Line 91: Line 1,219:
| Signature
| Signature
| <pre>
| <pre>
[sign]
%s
</pre>
</pre>
|
|
Line 99: Line 1,227:
| Field
| Field
| <pre>
| <pre>
[field]
[_____________]
</pre>
</pre>
|
|
'''[field]''' tags are not visible when reading a [[paper]],<br>
Displays an editable text input field with a size based on the number of underscores.
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
| Headers
| <pre>
| <pre>
[h1]H1[/h1]
# H1
[h2]]H2[/h2]
## H2
</pre>
</pre>
|
|
Line 119: Line 1,245:
==Forms Ready for Use==
==Forms Ready for Use==


Here are some forms you can use to make your life easier:
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):


===General Needs===
===General Needs===
Line 143: Line 1,269:
|-
|-
| scope="row" |
| scope="row" |
<pre>[center][large]General Request Form[/large][/center]
<pre>|^General Request Form^|


[*] Full Name: [field]
* Full Name: %f
[*] Request: [field]
* Request: %f
[*] Reason for request: [field]
* Reason for request: %f






[i]Sign Below[/i]
*Sign Below*
</pre>
</pre>
|}
|}
Line 169: Line 1,295:
Astrological Sign: <br>
Astrological Sign: <br>
Job Title: <br>
Job Title: <br>
Are you a traitor, changling, 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>
Line 183: Line 1,309:
|-
|-
| scope="row" |
| scope="row" |
<pre>[center][large]Request Form[/large][/center]
<pre>|^Request Form^|


Full Name: [field]
Full Name: %f
Age: [field]
Age: %f
Birthdate: [field]
Birthdate: %f
Bloodtype: [field]
Bloodtype: %f
Shoe size: [field]
Shoe size: %f
SSN: [field]
SSN: %f
Astrological Sign: [field]
Astrological Sign: %f
Job Title: [field]
Job Title: %f
Are you a traitor, changling, wizard, cultist, or revolutionary? [field]
Are you a traitor, changling, wizard, cultist, or revolutionary? %f
Request: [field]
Request: %f
Reason for request: [field]
Reason for request: %f






[i]Sign Below[/i]
*Sign Below*
[field]
%f
</pre>
</pre>
|}
|}
Line 224: Line 1,350:
(name)
(name)
|}
|}
{| class="mw-collapsible mw-collapsed wikitable"
{| class="mw-collapsible mw-collapsed wikitable"
|-
|-
Line 229: Line 1,356:
|-
|-
| scope="row" |
| scope="row" |
<pre>[center][large][b]Application for a space suit[/b][/large][/center]
<pre>|^**Application for a space suit**^|
[hr]
---
   
   
I [sign] would like to ask for permission for a [b]Space suit[/b]
I %s would like to ask for permission for a **Space suit**
in [b]EVA[/b] in case of a atmospheric emergency that requires I need one.
in **EVA** in case of a atmospheric emergency that requires I need one.
[hr]
---


signed
signed
Atmospheric Tech
Atmospheric Tech
[sign]</pre>
%s</pre>
|}
|}


Line 257: Line 1,384:
|-
|-
| scope="row" |
| scope="row" |
<pre>[center][large][b]Weapon Permit[/b][/large][/center]
<pre>|^**Weapon Permit**^|
I, the [field] , authorize [field] to have a [field]
I, the %f , authorize %f to have a %f


[i]Signed,[/i]
*Signed,*


</pre>
</pre>
Line 288: Line 1,415:
|-
|-
| scope="row" |
| scope="row" |
<pre>|[b] Complaint Form: [/b]|
<pre>|** Complaint Form: **|
[hr]
---


[*] Complainer's Name: [field]
* Complainer's Name: %f
[*] Complainer's Job: [field]
* Complainer's Job: %f
[*] Complaint Against's Name: [field]
* Complaint Against's Name: %f
[*] Complaint Against's Job: [field]
* Complaint Against's Job: %f
[*] Reason For Complaint: [field]
* Reason For Complaint: %f
[hr]
---


Signed</pre>
Signed</pre>
Line 320: Line 1,447:
|-
|-
| scope="row" |
| scope="row" |
<pre>[center][large]Employee of the Month Survey[/large][/center]
<pre>|^Employee of the Month Survey^|


Full Name: [field]
Full Name: %f
Job Title: [field]
Job Title: %f
Recommendation: [field]
Recommendation: %f
Reason for Recommendation: [field]
Reason for Recommendation: %f


[i]Sign Below[/i]
*Sign Below*
</pre>
</pre>
|}
|}
Line 354: Line 1,481:
|-
|-
| scope="row" |
| scope="row" |
<pre>[center][large][b]Application for insulated gloves[/b]][/large][/center]
<pre>|^**Application for insulated gloves**^|
[hr]
---


I [sign] would like to ask for permission for [b]insulated gloves[/b]
I %s would like to ask for permission for **insulated gloves**
in [b]cargo(nia)[/b] in case of a atmospheric emergency that requires I need one.
in **cargo(nia)** in case of a atmospheric emergency that requires I need one.






signed
signed
[field]
%f
[sign]</pre>
%s</pre>
|}
|}


Line 395: Line 1,522:
|-
|-
| scope="row" |
| scope="row" |
<pre>[center][large][b]]Nanotrasen Cyborg Application Form C.C.26[/b][/large][/center]
<pre>|^**Nanotrasen Cyborg Application Form C.C.26**^|
[hr]
---


I [field] do hereby consent to brain removal and cyborgization
I %f do hereby consent to brain removal and cyborgization




[hr]
---
I also wish to name my model
I also wish to name my model
[list]
((
[*] [field]
* %f
[/list]
))
[hr]
---


signed
signed
Line 418: Line 1,545:


Operation successful
Operation successful
[sign]</pre>
%s</pre>
</font size>
</font size>


Line 445: Line 1,572:
|-
|-
| scope="row" |
| scope="row" |
<pre>[center][large][b]Nanotrasen Job Application Form C.C.23[/b][/large][/center]
<pre>|^**Nanotrasen Job Application Form C.C.23**^|
[hr]
---


I [field] would like to change jobs to [b] [field] [/b]
I %f would like to change jobs to ** %f **


|For the following reasons|
|For the following reasons|
[hr]
---
[list]
((
[*] [field]
* %f
[*] [field]
* %f
[*] [field]
* %f
[/list]
))


[hr]
---


signed
signed
Line 514: Line 1,641:
|-
|-
| scope="row" |
| scope="row" |
<pre>[center][large][b]Microlite20 Character Sheet[/b][/large][/center]
<pre>|^**Microlite20 Character Sheet**^|


Race: [field]
Race: %f
[list]human, dwarf, elf, halfling[/list]
((human, dwarf, elf, halfling))


Class: [field]
Class: %f
[list]cleric, fighter, rogue, wizard[/list]
((cleric, fighter, rogue, wizard))


Alignment: [field]
Alignment: %f


Hit Points: [field]
Hit Points: %f
Armor: [field]
Armor: %f
Armor Bonus: [field]
Armor Bonus: %f


Stats:
Stats:
STR: [field]
STR: %f
DEX: [field]
DEX: %f
MIND: [field]
MIND: %f


Skills:
Skills:
Physical: [field]
Physical: %f
Subterfuge: [field]
Subterfuge: %f
Knowledge: [field]
Knowledge: %f
Communication: [field]
Communication: %f


Weapon 1: [field]
Weapon 1: %f
Weapon 2: [field]
Weapon 2: %f
Spells: [field]
Spells: %f


Items: [field]
Items: %f
Money: </pre>
Money: </pre>
|}
|}
Line 579: Line 1,706:
|-
|-
| scope="row" |
| scope="row" |
<pre>[center][large][b]INSPECTION FORM[/b]][/large][/center]
<pre>^|**INSPECTION FORM**|^


[b]Efficiency[/b]
**Efficiency**
[field]
%f


[b]Adherence to Health & Safety Guidelines[/b]
**Adherence to Health & Safety Guidelines**
[field]
%f


[b]Courtesy shown to Inspector & Overall Approachability[/b]
**Courtesy shown to Inspector & Overall Approachability**
[field]
%f


[b]Overall Grade[/b]
**Overall Grade**
[field]
%f


[b]Other Comments[/b]
**Other Comments**
[field]
%f


Glory to Nanotrasen.
Glory to Nanotrasen.


[sign]</pre>
%s</pre>
|}
|}


Line 639: Line 1,766:
|-
|-
| scope="row" |
| scope="row" |
<pre>[center][large][b]The Maltese Falcon[/b][/large][/center]
<pre>|^**The Maltese Falcon**^|
[Center]Bar - Restaurant[/Center]
|Bar - Restaurant|
[hr]
---


Burger
Burger
Line 659: Line 1,786:
Meatball Soup
Meatball Soup
Tomato Soup
Tomato Soup
[i]]Ask about our desserts![/i]
*Ask about our desserts!*


[list]Other dishes available on request.[/list]
((Other dishes available on request.))
</pre>
</pre>
|}
|}
Line 693: Line 1,820:
|-
|-
| scope="row" |
| scope="row" |
<pre>[center][large][b]The Maltese Falcon[/b][/large][/center]
<pre>|^**The Maltese Falcon**^|
|Bar and Restaurant|
|Bar and Restaurant|
[hr]
---
[list]
((
|Burgers|
|Burgers|


[b][i]Maltese Falcon Burger[/b][/i] 7.85 Raditz
***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
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
[b][i]]Maltese Falcon Big Bite Burger[/b][/i] 8.99 Raditz
***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
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
[b][i]]Maltese Falcoln Super Bite Burger[/b][/i] 10.99 Raditz
***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.
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!
[hr]
---
[/list]</pre>
))</pre>
|}
|}


Line 736: Line 1,863:
|-
|-
| scope="row" |
| scope="row" |
<pre>[list]
<pre>((
|Sandwiches and bakery items|
|Sandwiches and bakery items|
[hr]
---
[b][i]Captain Ian's Favorite Sandwich[/b][/i] 11.99 Raditz
***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,
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.


[b][i]Captain Ian's Junior Grilled Cheese Sandwich[/b][/i] 4.99 Raditz
***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.
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.


[b][i]IBLAMETOXINS Meatbread[/b][/i] 3.99 Radiz
***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!
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!


[b][i]2beard Tofubread[/b][/i] 3.99 Raditz
***2beard Tofubread*** 3.99 Raditz
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.


[/list]</pre>
))</pre>
|}
|}


Line 778: Line 1,905:
|-
|-
| scope="row" |
| scope="row" |
<pre>[list]
<pre>((
|Pizzas|
|Pizzas|
[hr]
---


[b][i]Margherita Pizza[/b][/i] 12.99 Raditz
***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.
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.
[hr]
---
[b][i]Cheese Pizza[/b][/i] 9.99 Raditz
***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.
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.
[hr]
---
[b][i]Mushroom Pizza[/b][/i] 11.99 Raditz
***Mushroom Pizza*** 11.99 Raditz
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!
[/list]</pre>
))</pre>
|}
|}


Line 825: Line 1,952:
|-
|-
| scope="row" |
| scope="row" |
<pre>[center][large]Crime and Punishment[/large][/center]
<pre>|^Crime and Punishment^|




[b]Crimes and name[/b]
**Crimes and name**
[hr]
---
[*] Name
* Name
[*] [field]
* %f


[*]Crime
*Crime
[*] [field]
* %f
[hr]
---
[*] Name
* Name
[*] [field]
* %f


[*]Crime
*Crime
[*] [field]
* %f
[hr]
---
[*] Name
* Name
[*] [field]
* %f


[*]Crime
*Crime
[*] [field]
* %f
[hr]
---
[*] Name
* Name
[*] [field]
* %f


[*]Crime
*Crime
[*] [field]
* %f
[hr]
---
[*] Name
* Name
[*] [field]
* %f


[*]Crime
*Crime
[*] [field]
* %f
[hr]
---
[*] Name
* Name
[*] [field]
* %f


[*]Crime
*Crime
[*] [field]
* %f
[hr]
---
[/list]</pre>
))</pre>
|}
|}


Line 899: Line 2,026:
|-
|-
| scope="row" |
| scope="row" |
<pre>[center][large]Enemy of Nanotrasen Retirement Contract[/large][/center]
<pre>^|Enemy of Nanotrasen Retirement Contract|^
[hr]
---


[b]I [field] 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[/b]
**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**
[hr]
---
[center][large]Options[/large][/center]
^|Options|^


[*] Becoming a cyborg [field]
* Becoming a cyborg %f
[hr]
---
[*] Life in prison [field]
* Life in prison %f
[hr]
---
[*] Lethal injection [field]
* Lethal injection %f
</pre>
</pre>
|}
|}
Line 923: Line 2,050:
<font size="1">
<font size="1">
<br>
<br>
[*]Case name
*Case name
<br>
<br>
[*]Suspected Criminals
*Suspected Criminals
<br>
<br>
[*]Clues
*Clues
<br>
<br>
[*]Crime
*Crime
<br>
<br>
[*]Case closed?
*Case closed?
<br>
<br>
<br>
<br>
Line 942: Line 2,069:
|-
|-
| scope="row" |
| scope="row" |
<pre>[center][large]Detective's Case Notes[/large][/center]
<pre>|^Detective's Case Notes^|


[list]*
((*
[hr]
---
[*] Case name
* Case name
[field]
%f


[*] Suspected Criminals
* Suspected Criminals
[field]
%f


[*] Clues
* Clues
[field]
%f


[*] Crime
* Crime
[field]
%f




[*] Case closed?
* Case closed?
[field]
%f




Printed by CC inc
Printed by CC inc
[/list]</pre>
))</pre>
|}
|}


Line 1,006: Line 2,133:
|-
|-
| scope="row" |
| scope="row" |
<pre>[center][large]Blocks[/large][/center]
<pre>|^Blocks^|
[hr]
---


[*]Block 1: [field]
*Block 1: %f


[*]Block 2: [field]
*Block 2: %f


[*]Block 3 :[field]
*Block 3 :%f


[*]Block 4: [field]
*Block 4: %f


[*]Block 5: [field]
*Block 5: %f


[*]Block 6: [field]
*Block 6: %f


[*]Block 7: [field]
*Block 7: %f


[*]Block 8:[field]
*Block 8:%f


[*]Block 9:[field]
*Block 9:%f


[*]Block 10:[field]
*Block 10:%f


[*]Block 11:[field]
*Block 11:%f


[*]Block 12:[field]
*Block 12:%f


[*]Block 13:[field]
*Block 13:%f


[*]Block 14:[field]
*Block 14:%f


[*]Block 15:[field]
*Block 15:%f


[*]Block 16:[field]
*Block 16:%f


[*]Block 17:[field]
*Block 17:%f


[*]Block 18:[field]
*Block 18:%f


[*]Block 19:[field]
*Block 19:%f


[hr]
---
[sign]</pre>
%s</pre>
|}
|}


Line 1,078: Line 2,205:
|-
|-
| scope="row" |
| scope="row" |
<pre>|[b]Genetics Research[/b]|
<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>
|}
 
===For medical purposes===
====Prescription sheet====
This form certifies that you have not only permission, but an important reason, to obtain and use certain "pharmaceuticals."
{| class="wikitable" style="width:230px"
|-
|<center>Medical prescription form</center>
<br>
----
<br>
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:
<br>
*Medication 1: Mindbreaker toxin(write in)
**Dosage: 10u pills; as many as requested(write in)
**Reason: Treatment for Reality Dissociation Syndrome(write in)
<br>
*Medication 2: (write in)
**Dosage: (write in)
**Reason: (write in)
<br>
----
<br>
Authorized by (job title) (signature)
|}
 
{| class="mw-collapsible mw-collapsed wikitable"
|-
!Paper Markdown:
|-
| scope="row" |
<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:
 
* Medication 1: %f
* Dosage: %f
* Reason: %f
 
* Medication 2: %f
* Dosage: %f
* Reason: %f


Nearsightedness [field]
---
[field]
Authorized by %f , %f</pre>
Seizures [field]
[field]
Coughing [field]
[field]
Tourettes [field]
[field]
Nervousness [field]
[field]
[field]
[field]
[field]
Species [field]
[sign]</pre>
|}
|}


[[Category:Guides]]
[[Category:Guides]]

Revision as of 11:43, 8 October 2020

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.

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 text
**Bold text.**
__Bold text.__

Bold text.
Bold text.

Italic text
*Italics text.*
_Italics text._

Italics text.
Italics text.

Centering text
<center>Centered text.</center>
Centered text.
Lists
* Item one
* Item two
  * Subitem one
  • Item one
  • Item two
    • Subitem one
Horizontal rules
Before line.
___
After line.

Before line.


After line.

Large text

Large text.

Small text
((Small text.))

Small text.

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

H1

H2

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):

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: %f
* Request: %f
* Reason for request: %f



*Sign Below*

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: %f
Age: %f
Birthdate: %f
Bloodtype: %f
Shoe size: %f
SSN: %f
Astrological Sign: %f
Job Title: %f
Are you a traitor, changling, wizard, cultist, or revolutionary? %f
Request: %f
Reason for request: %f



*Sign Below*
%f

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 **Space suit**
in **EVA**  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)
Signed,

Paper Markdown:
|^**Weapon Permit**^|
I, the %f , authorize %f to have a %f

*Signed,* 

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: %f
* Complainer's Job: %f
* Complaint Against's Name: %f
* Complaint Against's Job: %f
* Reason For Complaint: %f
---

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: %f
Job Title: %f
Recommendation: %f
Reason for Recommendation: %f

*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 in cargo(nia) in case of a atmospheric emergency that requires I need one.



signed
Atmospheric Tech
(name)

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

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



signed
%f
%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 %f do hereby consent to brain removal and cyborgization


---
I also wish to name my model
((
* %f
))
---

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 %f would like to change jobs to ** %f **

|For the following reasons|
---
((
* %f
* %f
* %f
))

---

signed

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: %f
((human, dwarf, elf, halfling))

Class: %f
((cleric, fighter, rogue, wizard))

Alignment: %f

Hit Points: %f
Armor: %f
Armor Bonus: %f

Stats:
STR: %f
DEX: %f
MIND: %f

Skills:
Physical: %f
Subterfuge: %f
Knowledge: %f
Communication: %f

Weapon 1: %f
Weapon 2: %f
Spells: %f

Items: %f
Money: 

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**
%f

**Adherence to Health & Safety Guidelines**
%f

**Courtesy shown to Inspector & Overall Approachability**
%f

**Overall Grade**
%f

**Other Comments**
%f

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 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!
---
))

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 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.

))

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 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!
))

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





  • Name



  • Crime



Paper Markdown:
|^Crime and Punishment^|


**Crimes and name**
---
* Name
* %f

*Crime
* %f
---
* Name
* %f

*Crime
* %f
---
* Name
* %f

*Crime
* %f
---
* Name
* %f

*Crime
* %f
---
* Name
* %f

*Crime
* %f
---
* Name
* %f

*Crime
* %f
---
))

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 %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**
---
^|Options|^

* Becoming a cyborg %f
---
* Life in prison %f
---
* Lethal injection %f

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?



Printed by CC inc

Paper Markdown:
|^Detective's Case Notes^|

((*
---
* Case name
%f

* Suspected Criminals
%f

* Clues
%f

* Crime
%f


* Case closed?
%f


Printed by CC inc
))

For genetics

Genetics block sheet

This form lets you put what each block does onto a nice sheet of paper.

Blocks




  • 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:




(signed)

Paper Markdown:
|^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

Cheat Sheet

A cheat sheet for the Geneticist for finding out the negative blocks.

Genetics Research


Nearsightedness

Seizures

Coughing

Tourettes

Nervousness



Species
(signed)

Paper Markdown:
|**Genetics Research**|

Nearsightedness %f
%f
Seizures %f
%f
Coughing %f
%f
Tourettes %f
%f
Nervousness %f
%f
%f
%f
%f
Species %f
%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, %f , has a medical need for the following medications, which should be provided by medical staff on patient demand when possible:

* Medication 1: %f
 * Dosage: %f
 * Reason: %f

* Medication 2: %f
 * Dosage: %f
 * Reason: %f

---
Authorized by %f , %f
Out of Date

Paper code was completely revamped in June, 2020. This page is out of date.



This page needs revising!

The following page is out of date and/or needs to be revised. If the page's guide needs revision, see here for an example.
The revision reason is: "Paper was revamped."




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.

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 text
**Bold text.**
__Bold text.__

Bold text.
Bold text.

Italic text
*Italics text.*
_Italics text._

Italics text.
Italics text.

Centering text
<center>Centered text.</center>
Centered text.
Lists
* Item one
* Item two
  * Subitem one
  • Item one
  • Item two
    • Subitem one
Horizontal rules
Before line.
___
After line.

Before line.


After line.

Large text

Large text.

Small text
((Small text.))

Small text.

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

H1

H2

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):

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: %f
* Request: %f
* Reason for request: %f



*Sign Below*

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: %f
Age: %f
Birthdate: %f
Bloodtype: %f
Shoe size: %f
SSN: %f
Astrological Sign: %f
Job Title: %f
Are you a traitor, changling, wizard, cultist, or revolutionary? %f
Request: %f
Reason for request: %f



*Sign Below*
%f

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 **Space suit**
in **EVA**  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)
Signed,

Paper Markdown:
|^**Weapon Permit**^|
I, the %f , authorize %f to have a %f

*Signed,* 

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: %f
* Complainer's Job: %f
* Complaint Against's Name: %f
* Complaint Against's Job: %f
* Reason For Complaint: %f
---

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: %f
Job Title: %f
Recommendation: %f
Reason for Recommendation: %f

*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 in cargo(nia) in case of a atmospheric emergency that requires I need one.



signed
Atmospheric Tech
(name)

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

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



signed
%f
%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 %f do hereby consent to brain removal and cyborgization


---
I also wish to name my model
((
* %f
))
---

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 %f would like to change jobs to ** %f **

|For the following reasons|
---
((
* %f
* %f
* %f
))

---

signed

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: %f
((human, dwarf, elf, halfling))

Class: %f
((cleric, fighter, rogue, wizard))

Alignment: %f

Hit Points: %f
Armor: %f
Armor Bonus: %f

Stats:
STR: %f
DEX: %f
MIND: %f

Skills:
Physical: %f
Subterfuge: %f
Knowledge: %f
Communication: %f

Weapon 1: %f
Weapon 2: %f
Spells: %f

Items: %f
Money: 

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**
%f

**Adherence to Health & Safety Guidelines**
%f

**Courtesy shown to Inspector & Overall Approachability**
%f

**Overall Grade**
%f

**Other Comments**
%f

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 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!
---
))

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 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.

))

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 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!
))

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





  • Name



  • Crime



Paper Markdown:
|^Crime and Punishment^|


**Crimes and name**
---
* Name
* %f

*Crime
* %f
---
* Name
* %f

*Crime
* %f
---
* Name
* %f

*Crime
* %f
---
* Name
* %f

*Crime
* %f
---
* Name
* %f

*Crime
* %f
---
* Name
* %f

*Crime
* %f
---
))

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 %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**
---
^|Options|^

* Becoming a cyborg %f
---
* Life in prison %f
---
* Lethal injection %f

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?



Printed by CC inc

Paper Markdown:
|^Detective's Case Notes^|

((*
---
* Case name
%f

* Suspected Criminals
%f

* Clues
%f

* Crime
%f


* Case closed?
%f


Printed by CC inc
))

For genetics

Genetics block sheet

This form lets you put what each block does onto a nice sheet of paper.

Blocks




  • 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:




(signed)

Paper Markdown:
|^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

Cheat Sheet

A cheat sheet for the Geneticist for finding out the negative blocks.

Genetics Research


Nearsightedness

Seizures

Coughing

Tourettes

Nervousness



Species
(signed)

Paper Markdown:
|**Genetics Research**|

Nearsightedness %f
%f
Seizures %f
%f
Coughing %f
%f
Tourettes %f
%f
Nervousness %f
%f
%f
%f
%f
Species %f
%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, %f , has a medical need for the following medications, which should be provided by medical staff on patient demand when possible:

* Medication 1: %f
 * Dosage: %f
 * Reason: %f

* Medication 2: %f
 * Dosage: %f
 * Reason: %f

---
Authorized by %f , %f