Paper Markdown: Difference between revisions

From BeeStation Wiki
Jump to navigation Jump to search
(Port TG paper)
(→‎Simple Request Form: Added a new field for time request was made as well as explicit instruction for how to sign a name)
 
(13 intermediate revisions by 6 users not shown)
Line 1: Line 1:
==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.
===[[File:Crayon.png|link=Crayon|Crayon]][[Crayon]]===
===[[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.
Crayons work much like pens, except that they are always bold, and lack the list, horizontal rule, and small tags.
==Writing==
==Writing==
Writing is performed by using any writing tool on [[paper]], with any standard writing utensil.<br>
Writing is performed by using any writing tool on [[paper]], with any standard writing utensil.<br>
{| class="wikitable"
{| class="wikitable"
! style="background: #ABE" | Description
! style="background: #ABE" | Description
Line 19: Line 15:
**Bold text.**
**Bold text.**
__Bold text.__
__Bold text.__
<b>Bold text.</b>
</pre>
</pre>
|
|
Line 32: Line 29:
''Italics text.''<br>
''Italics text.''<br>
''Italics text.''
''Italics text.''
|-
|Underlined text
|<nowiki><u>Underlined text</u></nowiki>
|<u>Underlined text.</u>
|-
|
Code text
|
`Code Text`
|<code>Code Text</code>
|-
|-
| Centering text
| Centering text
Line 55: Line 64:
Before line.
Before line.
___
___
After line.
alt. Before line.
---
After line.
After line.
</pre>
</pre>
Line 64: Line 77:
| Large text
| Large text
| <pre>
| <pre>
 
<font size="3">Big text</font>
</pre>
</pre>
|
|
<font size="3">Large text.</font size>
<font size="3">Large text.</font size>
|-
|-
| Small text
|
| <pre>
 
((Small text.))
 
</pre>
Small text
 
|<nowiki><font size="1">Small text</font></nowiki>
|
|
<font size="1">Small text.</font size>
<font size="1">Small text.</font size>
Line 78: Line 93:
| Signature
| Signature
| <pre>
| <pre>
%s
[_____________]
[ %s         ]
[ John Smith  ]
</pre>
</pre>
|
|
''John Smith''<br>
''John Smith''<br>
Note: Signatures can't be faked since they use a different font.
Note: Signatures can't be faked since they use a different font.
Note: To sign paper, put %s in empty filed and '''after saveing''' it will apear
|-
|-
| Field
| Field
Line 90: Line 109:
|
|
Displays an editable text input field with a size based on the number of underscores.
Displays an editable text input field with a size based on the number of underscores.
The input field has a yellow area in it.
|-
|-
| Headers
| Headers
Line 100: Line 121:
<br>
<br>
<font size="5">H2</font size>
<font size="5">H2</font size>
|-
|Code
|<nowiki><code>Text</code></nowiki>
|Changes font of text and some properties to work better with tables.
|-
|Tables
|<nowiki><table></nowiki>
<tbody>
<nowiki><tr></nowiki>
<nowiki><td></nowiki>
Table text.
<nowiki></td></nowiki>
<nowiki></tr></nowiki>
</tbody>
<nowiki></table></nowiki>
|Advanced form of paperwork which lets you heavily stylize your paperwork in unique ways.
Note: Works similarly to HTML4. and is customizable with multiple commands like
<nowiki><table bgcolor="990000" color="00500" border="1"> (colours use hex.)</nowiki>
<nowiki><th><div> are also available to be used and <br></nowiki> need to be used instead of simple enter.
It is highly recommended to look up HTML4 references or ask others which have worked with it before.
|}
|}
==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(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===
====Simple Request Form====
====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:
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"
{| class="wikitable" style="width:230px"
|-
|-
Line 116: Line 152:
* Full Name:
* Full Name:
* Request:
* Request:
* Reason for request:<br>
* Reason for request:
<br>
* Time of request (use station time):<br>
<br>
<i>Sign Below (type %s into field)</i>
<br>
<i>Sign Below</i>
|}
|}
{| class="mw-collapsible mw-collapsed wikitable"
{| class="mw-collapsible mw-collapsed wikitable"
|-
|-
Line 128: Line 161:
|-
|-
| scope="row" |
| scope="row" |
<pre>|^General Request Form^|
<pre> ## General Request Form


* Full Name: %f
* Full Name: [_____________]
* Request: %f
* Request: [_____________]
* Reason for request: %f
* Reason for request: [_____________]
* Time of request (use station time): [______]






*Sign Below*
*Sign Below* (type %s into field)
[_______________________________]
</pre>
</pre>
|}
|}
====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.
{| class="wikitable" style="width:230px"
{| class="wikitable" style="width:230px"
|-
|-
Line 162: Line 195:
<i>Sign Below</i>
<i>Sign Below</i>
|}
|}
{| class="mw-collapsible mw-collapsed wikitable"
{| class="mw-collapsible mw-collapsed wikitable"
|-
|-
Line 168: Line 200:
|-
|-
| scope="row" |
| scope="row" |
<pre>|^Request Form^|
<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
 


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


*Sign Below*
*Sign Below*
%f
</pre>
</pre>
|}
|}
====Space Suit Sheet====
====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.'''
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"
{| class="wikitable" style="width:230px"
|-
|-
|<center>'''Application for a space suit'''</center>
|<center>'''Application for a space suit'''</center>
----
----




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


signed<br>
signed<br>
Atmospheric Tech<br>
''(name)''
(name)
|}
|}
{| class="mw-collapsible mw-collapsed wikitable"
{| class="mw-collapsible mw-collapsed wikitable"
|-
|-
Line 215: Line 239:
|-
|-
| scope="row" |
| scope="row" |
<pre>|^**Application for a space suit**^|
<pre># Application for a space suit
---
---
   
   
I %s would like to ask for permission 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.
in **EVA** in case of an atmospheric emergency that requires I need one.
---
---


signed
*Signed Below*
Atmospheric Tech
%s</pre>
%s</pre>
|}
|}
====Weapon Permit====
====Weapon Permit====
For authorizing Non-Sec Crew members to have a weapon
For authorizing Non-Sec Crew members to have a weapon
{| class="wikitable" style="width:230px"
{| class="wikitable" style="width:230px"
|-
|-
|<center>'''Weapon Permit'''</center><br>
|'''Weapon Permit'''
I, the (Title), authorize (Full Name) to have a (weapon)
----
I, the (''Title''), authorize (''Full Name'') to have a (''weapon'')
<br>
<br>
<i>Signed,</i>
<i>Signed,</i>
|}
|}
{| class="mw-collapsible mw-collapsed wikitable"
{| class="mw-collapsible mw-collapsed wikitable"
|-
|-
!Paper Markdown:
!Paper Markdown:
|-
|-
| scope="row" |
| scope="row" |<pre># Weapon Permit
<pre>|^**Weapon Permit**^|
---
I, the %f , authorize %f to have a %f
I, the [_____________], authorize [_____________] to have a [_____________]


*Signed,*  
*Sign Below*  


</pre>
</pre>
|}
|}
====Complaint Form====
====Complaint Form====
Got a complaint?
Got a complaint?
Line 268: Line 288:
(name)
(name)
|}
|}
{| class="mw-collapsible mw-collapsed wikitable"
{| class="mw-collapsible mw-collapsed wikitable"
|-
|-
Line 274: Line 293:
|-
|-
| scope="row" |
| scope="row" |
<pre>|** Complaint Form: **|
<pre># Complaint Form:
---
---


* 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: [_____________]
---
---


Signed</pre>
*Sign Below*</pre>
|}
|}
====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.
{| class="wikitable" style="width:230px"
{| class="wikitable" style="width:230px"
|-
|-
Line 300: Line 317:
<i>Sign Below</i>
<i>Sign Below</i>
|}
|}
{| class="mw-collapsible mw-collapsed wikitable"
{| class="mw-collapsible mw-collapsed wikitable"
|-
|-
Line 306: Line 322:
|-
|-
| 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*
Line 320: Line 336:
====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.'''
{| class="wikitable" style="width:230px"
{| class="wikitable" style="width:230px"
|-
|-
|<center>'''Application for insulated gloves'''</center>
|<center>'''Application for insulated gloves'''</center>
<br>
----
----
<br>
<br>
Line 330: Line 344:
----
----
<br>
<br>
signed<br>
Signed Below<br>
Atmospheric Tech<br>
(name)
(name)
|}
|}
{| class="mw-collapsible mw-collapsed wikitable"
{| class="mw-collapsible mw-collapsed wikitable"
|-
|-
Line 340: Line 352:
|-
|-
| scope="row" |
| scope="row" |
<pre>|^**Application for insulated gloves**^|
<pre># Application for insulated gloves
---
---


I %s would like to ask for permission 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.
in **cargo(nia)**  in case of an atmospheric emergency that requires I need one.






signed
*Signed Below*
%f
[_____________]
%s</pre>
%s</pre>
|}
|}


====Cyborgization Confirmation Form for Robotics====
====Dungeons & Dragons Sheet====
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.  
Modifed LLA Dungeon & Dragons sheet to work with our Microlite20 core rules.
 
{| class="wikitable" style="width:230px"
{| class="wikitable" style="width:230px"
|-
|-
|<center>'''Nanotrasen Cyborg Application Form C.C.26'''</center>
|<center>'''Microlite20 Character Sheet'''</center>
<br>
<br>
----
Race:<br>
<font size="1">
human, dwarf, elf, halfling
</font>
<br>
<br>
I (write name here) do hereby consent to brain removal and cyborgization
<br>
<br>
----
Class:<br>
I also wish to name my model
<font size="1">
cleric, fighter, rogue, wizard
</font>
<br>
<br>
*(write name here)
<br>
<br>
 
Alignment:<br>
----
<br>
<br>
signed<br>
Hit Points:<br>
(write name here)
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"
{| class="mw-collapsible mw-collapsed wikitable"
|-
|-
Line 381: Line 412:
|-
|-
| scope="row" |
| scope="row" |
<pre>|^**Nanotrasen Cyborg Application Form C.C.26**^|
<pre>|^**Microlite20 Character Sheet**^|
---


I %f do hereby consent to brain removal and cyborgization
Race: %f
((human, dwarf, elf, halfling))


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


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


signed
Hit Points: %f
</pre>
Armor: %f
|}
Armor Bonus: %f


After you're done, just add
Stats:
STR: %f
DEX: %f
MIND: %f


<font size="1">
Skills:
<pre>
Physical: %f
Subterfuge: %f
Knowledge: %f
Communication: %f


Operation successful
Weapon 1: %f
%s</pre>
Weapon 2: %f
</font size>
Spells: %f


====Head of Personnel Job Application Form====
Items: %f
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.  
Money: </pre>
{| class="wikitable" style="width:230px"
|}
|-
====Inspection Form for Inspecting====
|<center>'''Nanotrasen Job Application Form C.C.23'''</center>
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>
----
<br>
<br>
I (write name here) would like to change jobs to (write job here) for the following reasons
'''Courtesy shown to Inspector & Overall Approachability'''
----
<br>
*
*
*
----
<br>
<br>
signed<br>
'''Overall Grade'''
(write name here)
<br>
|}
<br>
 
'''Other Comments'''
{| class="mw-collapsible mw-collapsed wikitable"
<br>
|-
<br>
!Paper Markdown:
Glory to Nanotrasen.
 
(job name)<br>
(name hire)
|-
|
|}
{| class="mw-collapsible mw-collapsed wikitable"
|-
!Paper Markdown:
|-
|-
| scope="row" |
| scope="row" |
<pre>|^**Nanotrasen Job Application Form C.C.23**^|
<pre># INSPECTION FORM
---


I %f would like to change jobs to ** %f **
**Efficiency**
[_____________]


|For the following reasons|
**Adherence to Health & Safety Guidelines**
---
[_____________]
((
* %f
* %f
* %f
))


---
**Courtesy shown to Inspector & Overall Approachability**
[_____________]


signed
**Overall Grade**
[_____________]


</pre>
**Other Comments**
[_____________]
 
Glory to Nanotrasen.
[_____________]
%s</pre>
|}
|}
=== For Cargo ===
==== Cargo Request Form ====
{| class="wikitable" style="width:230px"
|-
|'''Cargonia Supply and Logistics Ltd.'''
''NanoTrasen's premier courier and logistics firm''
'''Supply Requisition Form'''
'''Please fill out the fields below with a pen'''


====Dungeons & Dragons Sheet====
'''Department:'''
Modifed LLA Dungeon & Dragons sheet to work with our Microlite20 core rules.
 
[____________________________________]
 
''Reason:''


{| class="wikitable" style="width:230px"
[____________________________________]
{| class="wikitable"
!'''Qty'''
!'''Item'''
!Price ($)
|-
|
|
|
|-
|-
|<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>
|Total Price ($):
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:
|}
|}
<code>By signing this form, you agree to not hold Cargonia Supply and Logistics Limited liable for any damage, loss, or other misfortune incurred against yourself, your department, your corporation, any other entity which you may constitute or own, or your purchased goods. You also agree to not hold Cargonia Supply and Logistics Limited liable for the delayed or non-delivery of your goods should it not violate the rights and obligations granted to Cargonia Supply and Logistics Limited by NanoTrasen Space Law. You also agree that this purchase is within the best interests in the continued operation of your department or the station as a whole. Furthermore, you also agree that you are legally allowed to purchase these goods and that you are not purchasing them on the behalf of someone who cannot legally purchase these goods.</code>


{| class="mw-collapsible mw-collapsed wikitable"
'''Requestor Signature:'''
|-
!Paper Markdown:
|-
| scope="row" |
<pre>|^**Microlite20 Character Sheet**^|


Race: %f
((human, dwarf, elf, halfling))


Class: %f
''Sensitive/Restricted Goods?:''
((cleric, fighter, rogue, wizard))
 
'''(If goods are restricted) Authorization Stamp from Relevant Authority:'''
 


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
'''Validity Stamp:'''
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>
''(If Denial) Reason:''
'''Efficiency'''
 
<br>
 
<br>
'''Overseeing Quartermaster's Signature:'''
'''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"
{| class="mw-collapsible mw-collapsed wikitable"
|-
|-
Line 565: Line 577:
|-
|-
| scope="row" |
| scope="row" |
<pre>^|**INSPECTION FORM**|^
<pre># <center>Cargonia Supply and Logistics Ltd.</center>
_<center>NanoTrasen's premier courier and logistics firm</center>_


**Efficiency**
## <center>Supply Requisition Form</center>
%f


**Adherence to Health & Safety Guidelines**
___
%f
_Please fill out the fields below with a pen_
 
**Department:**
[____________________________________]
 
**Reason:**
[____________________________________]
 
|  Qty  |                  Item                  | Price ($) |
|:-----:|:--------------------------------------:|:---------:|
| [___] | [____________________________________] |  [______] |
| [___] | [____________________________________] |  [______] |
| [___] | [____________________________________] |  [______] |
| [___] | [____________________________________] |  [______] |
| [___] | [____________________________________] |  [______] |
|      |                      Total Price ($): |  [______] |


**Courtesy shown to Inspector & Overall Approachability**
_By signing this form, you agree to not hold Cargonia Supply and Logistics Limited liable for any damage, loss, or other misfortune incurred against yourself, your department, your corporation, any other entity which you may constitute or own, or your purchased goods. You also agree to not hold Cargonia Supply and Logistics Limited liable for the delayed or non-delivery of your goods should it not violate the rights and obligations granted to Cargonia Supply and Logistics Limited by NanoTrasen Space Law. You also agree that this purchase is within the best interests in the continued operation of your department or the station as a whole. Furthermore, you also agree that you are legally allowed to purchase these goods and that you are not purchasing them on the behalf of someone who cannot legally purchase these goods._
%f


**Overall Grade**
**Requestor Signature:**
%f
[____________________________________]


**Other Comments**
---
%f


Glory to Nanotrasen.
**Sensitive/Restricted Goods?:** [__]
\
**(If goods are restricted) Authorization Stamp from Relevant Authority:**
\
\
\
\
\
**Validity Stamp:**
\
\
\
\
\
*(If Denial) Reason:*
[____________________________________]


%s</pre>
---
**Overseeing Quartermaster's Signature:**
[__________________]
</pre>
|}
|}
===For the Chef/Bartender===
===For the Chef/Bartender===
====Simple Menu====
====Simple Menu====
{| class="wikitable" style="width:230px"
{| class="wikitable" style="width:230px"
|-
|-
Line 617: Line 658:
<font size="1">
<font size="1">
Other dishes available on request.
Other dishes available on request.
</font size>
</font>
|}
|}
{| class="mw-collapsible mw-collapsed wikitable"
{| class="mw-collapsible mw-collapsed wikitable"
|-
|-
Line 625: Line 665:
|-
|-
| scope="row" |
| scope="row" |
<pre>|^**The Maltese Falcon**^|
<pre># The Maltese Falcon
|Bar - Restaurant|
|Bar - Restaurant|
---
---
Line 647: Line 687:
*Ask about our desserts!*
*Ask about our desserts!*


((Other dishes available on request.))
*Other dishes available on request.*
</pre>
</pre>
|}
|}
====Hamburger Menu====
====Hamburger Menu====
{| class="wikitable" style="width:230px"
{| class="wikitable" style="width:230px"
Line 673: Line 712:
----
----
|}
|}
{| class="mw-collapsible mw-collapsed wikitable"
{| class="mw-collapsible mw-collapsed wikitable"
|-
|-
Line 679: Line 717:
|-
|-
| scope="row" |
| scope="row" |
<pre>|^**The Maltese Falcon**^|
<pre># The Maltese Falcon
|Bar and Restaurant|
### Bar and Restaurant
---
---
((
 
|Burgers|
**Burgers**


***Maltese Falcon Burger*** 7.85 Raditz
***Maltese Falcon Burger*** 7.85 Raditz
Line 692: Line 730:
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>
|}
|}
====Sandwich Menu====
====Sandwich Menu====
{| class="wikitable" style="width:230px"
{| class="wikitable" style="width:230px"
Line 704: Line 740:
<br>
<br>
'''Captain Ian's Favorite Sandwich''' 11.99 Raditz<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,  
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>  
white onions, smooth pepperoncini pepers,and a dab of mayo, - served oven toasted or cold. Don't feed to ian too often.<br>
<br>
<br>
'''Captain Ian's Junior Grilled Cheese Sandwich''' 4.99 Raditz <br>
'''Captain Ian's Junior Grilled Cheese Sandwich''' 4.99 Raditz <br>
Line 716: Line 752:
Tofu bread? Seriously? Do you want to eat this? Don't say we didn't warn you. <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"
{| class="mw-collapsible mw-collapsed wikitable"
|-
|-
Line 722: Line 757:
|-
|-
| 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 Raditz
Line 736: Line 770:


***2beard Tofubread*** 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.</pre>
 
))</pre>
|}
|}
====Pizzas====
====Pizzas====
{| class="wikitable" style="width:230px"
{| class="wikitable" style="width:230px"
Line 758: Line 789:
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!
|}
|}
{| class="mw-collapsible mw-collapsed wikitable"
{| class="mw-collapsible mw-collapsed wikitable"
|-
|-
Line 764: Line 794:
|-
|-
| scope="row" |
| scope="row" |
<pre>((
<pre>#Pizzas  
|Pizzas|
---
---


***Margherita Pizza*** 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.
---
---
***Cheese Pizza*** 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 flavour 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 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!
))</pre>
</pre>
|}
|}
===For the Warden===
===For the Warden===
====Crime and Punishment====
====Crime and Punishment====
Line 796: Line 824:
<br>
<br>
----
----
<br>
<br>
*Name<br>
*Name<br>
Line 805: Line 832:
<br>
<br>
|}
|}
{| class="mw-collapsible mw-collapsed wikitable"
{| class="mw-collapsible mw-collapsed wikitable"
|-
|-
Line 811: Line 837:
|-
|-
| scope="row" |
| scope="row" |
<pre>|^Crime and Punishment^|
<pre># Crime and Punishment




Line 817: Line 843:
---
---
* Name
* Name
* %f
* [_____________]


*Crime
*Crime
* %f
* [_____________]
---
---
* Name
* Name
* %f
* [_____________]


*Crime
*Crime
* %f
* [_____________]
---
---
* Name
* Name
* %f
* [_____________]


*Crime
*Crime
* %f
* [_____________]
---
---
* Name
* Name
* %f
* [_____________]


*Crime
*Crime
* %f
* [_____________]
---
---
* Name
* Name
* %f
* [_____________]


*Crime
*Crime
* %f
* [_____________]
---
---
* Name
* Name
* %f
* [_____________]


*Crime
*Crime
* %f
* [_____________]
---
---</pre>
))</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 an 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"
|-
|-
|<center>Enemy of Nanotrasen Retirement Contract</center><br>
|'''Enemy of Nanotrasen Retirement Contract'''
<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>
I (''name hire)'' 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
*Becoming a cyborg
----'''Options:'''<center>
<br>
* [_] Becoming a cyborg
<br>
* [_] Life in prison
* [_] Lethal injection
</center>
----
----
<br>
''Convict signs below''<br>
*Life in prison<br>
<br>
<br>
----
<br>
*Lethal injection<br>
<br>
<br>
<br>
|}
|}
{| class="mw-collapsible mw-collapsed wikitable"
{| class="mw-collapsible mw-collapsed wikitable"
|-
|-
Line 885: Line 900:
|-
|-
| 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
 
- [_]  Life in prison
 
- [_] Lethal injection
 
---
---
* Lethal injection %f
*convict Signs below*
</pre>
</pre>
|}
|}
===For the Detective===
===For the Detective===
====Case Notes====
====Case Notes====
Line 918: Line 938:
<br>
<br>
*Case closed?
*Case closed?
<br>
<br>
Printed by CC inc
|}
|}
{| class="mw-collapsible mw-collapsed wikitable"
{| class="mw-collapsible mw-collapsed wikitable"
|-
|-
Line 928: Line 944:
|-
|-
| scope="row" |
| scope="row" |
<pre>|^Detective's Case Notes^|
<pre># Detective's Case Notes


((*
---
---
* Case name
* Case name
%f
[_____________]


* Suspected Criminals
* Suspected Criminals
%f
[_____________]


* Clues
* Clues
%f
[_____________]


* Crime
* Crime
%f
[_____________]
 


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


Printed by CC inc
---</pre>
))</pre>
|}
|}
===For genetics===
===For genetics===
====Genetics block sheet====
====Genetics block sheet====
Line 986: Line 998:
(signed)
(signed)
|}
|}
{| class="mw-collapsible mw-collapsed wikitable"
{| class="mw-collapsible mw-collapsed wikitable"
|-
|-
Line 995: Line 1,006:
---
---


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


---
---
%s</pre>
%s</pre>
|}
|}
====Cheat Sheet====
====Cheat Sheet====
A cheat sheet for the Geneticist for finding out the negative blocks.
A cheat sheet for the Geneticist for finding out the negative blocks.
Line 1,043: Line 1,053:
|<center>'''Genetics Research'''</center><br>
|<center>'''Genetics Research'''</center><br>
<br>
<br>
Nearsightedness<br>
Nearsightedness<br>
<br>
<br>
Seizures<br>
Seizures<br>
<br>
<br>
Coughing<br>
Coughing<br>
<br>
Tourettes<br>
<br>
<br>
Tourettes<br> 
<br>
Nervousness<br>
Nervousness<br>
<br>  
<br>
<br>  
<br>
<br>  
<br>
Species<br>
Species<br>
(signed)
(signed)
|}
|}
{| class="mw-collapsible mw-collapsed wikitable"
{| class="mw-collapsible mw-collapsed wikitable"
|-
|-
Line 1,064: Line 1,073:
|-
|-
| scope="row" |
| scope="row" |
<pre>|**Genetics Research**|
<pre># Genetics Research


Nearsightedness %f
Near-sightedness [_____________]
%f
[_____________]
Seizures %f
Seizures [_____________]
%f
[_____________]
Coughing %f
Coughing [_____________]
%f
[_____________]
Tourettes %f
Tourette's [_____________]
%f
[_____________]
Nervousness %f
Nervousness [_____________]
%f
[_____________]
%f
[_____________]
%f
[_____________]
%f
[_____________]
Species %f
Species [_____________]
%s</pre>
%s</pre>
|}
|}


===For medical purposes===
=== For Robotics ===
====Prescription sheet====
 
This form certifies that you have not only permission, but an important reason, to obtain and use certain "pharmaceuticals."
====Live Cyborgification Contract====
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"
{| class="wikitable" style="width:230px"
|-
|-
|<center>Medical prescription form</center>
|<center>'''Live Cyborgification Contract'''</center>
<br>
----
----
<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:
I,''(name here'') hereby declare that the certified Roboticist aboard the registered Nanotrasen station ''(station name here'') is permitted to extract my brain during a live surgery with intent to Cyborgification or AI assimilation.
<br>
 
*Medication 1: Mindbreaker toxin(write in)
 
**Dosage: 10u pills; as many as requested(write in)
I am well aware of the risks presented through both the surgery and Cyborgification or AI assimilation, and I realize that Nanotrasen is not to be held liable, should these procedures cause pain, disfigurement, dismemberment or death.
**Reason: Treatment for Reality Dissociation Syndrome(write in)
 
<br>
 
*Medication 2: (write in)
I also understand that this operation may be irreversible, and that my employment contract will be terminated.<br>
**Dosage: (write in)
**Reason: (write in)
<br>
----
----
<br>
'''Signed''': ''(name here'')
Authorized by (job title) (signature)
 
'''Roboticist Signature''':''(name here'')
 
''Contract must be stamped by a Head of Staff before operation can occur.''
|}
|}
{| class="mw-collapsible mw-collapsed wikitable"
{| class="mw-collapsible mw-collapsed wikitable"
|-
|-
Line 1,112: Line 1,120:
|-
|-
| scope="row" |
| scope="row" |
<pre>|^Medical Prescription Form^|
<pre># <center>Live Cyborgification Contract
---
---


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:
I,[_________________________], hereby declare that the certified Roboticist aboard the registered Nanotrasen station [_________________________] is permitted to extract my brain during a live surgery with intent to Cyborgification or AI assimilation.


* Medication 1: %f
I am well aware of the risks presented through both the surgery and Cyborgification or AI assimilation, and I realize that Nanotrasen is not to be held liable, should these procedures cause pain, disfigurement, dismemberment or death.
* Dosage: %f
* Reason: %f


* Medication 2: %f
I also understand that this operation may be irreversible, and that my employment contract will be terminated.
* Dosage: %f
* Reason: %f


---
---
Authorized by %f , %f</pre>
<b>Signed</b>: [_________________________]
<b>Roboticist Signature:</b> [_________________________]
 
<i>Contract must be stamped by a Head of Staff before operation can occur.</i>
</pre>
|}
|}


[[Category:Guides]]
====On-Death Cyborgification Contract====
{{Important
For those who hate beeing healed and prefer to be borged instead.
|Title=Out of Date
{| class="wikitable" style="width:230px"
|Image=Paper.png
|-
|Note=Paper code was completely revamped in June, 2020. This page is out of date.
|<center>'''On-Death Cyborgification Contract'''</center>
|Color=#F00
----
}}
<br>
I,''(name here'') hereby declare that the certified Roboticist aboard the registered Nanotrasen station ''(station name here'')  is permitted to extract my brain during a live surgery with intent to Cyborgification or AI assimilation.


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


I am well aware of the risks presented through both the surgery and Cyborgification or AI assimilation, and I realize that Nanotrasen is not to be held liable, should these procedures cause pain, disfigurement, dismemberment or death.


==Writing Tools==


===[[File:Pen.png|link=Pen|Pen]][[Pen]]===
I also understand that this operation may be irreversible, and that my employment contract will be terminated.<br>
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.
----
 
'''Signed''': ''(name here'')
===[[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.
{| class="mw-collapsible mw-collapsed wikitable"
|-
!Paper Markdown:
|-
| scope="row" |
<pre># <center>On-Death Cyborgification Contract
---
 
I,[_________________________], hereby declare that the certified Roboticist aboard the registered Nanotrasen station [_________________________] is permitted to extract my brain during a live surgery with intent to Cyborgification or AI assimilation.
 
I am well aware of the risks presented through both the surgery and Cyborgification or AI assimilation, and I realize that Nanotrasen is not to be held liable, should these procedures cause pain, disfigurement, dismemberment or death.
 
I also understand that this operation may be irreversible, and that my employment contract will be terminated.


==Writing==
---
Writing is performed by using any writing tool on [[paper]], with any standard writing utensil.<br>
<b>Signed</b>: [_________________________]
</pre>
|}


{| class="wikitable"
===For Medical purposes===
! style="background: #ABE" | Description
====Prescription sheet====
! style="background: #ABE" width=40% | You type
This form certifies that you have not only permission, but an important reason, to obtain and use certain "pharmaceuticals."
! style="background: #ABE" width=40% | You get
{| class="wikitable" style="width:230px"
|-
|-
| Bold text
|<center>'''NanoTrasen Medical Association'''
| <pre>
''Vivamus moriendum est''
**Bold text.**
</center>
__Bold text.__
----
</pre>
<br>
|
Index No. (''random number'')''(Official use only)''<center>
'''Bold text.'''<br>
'''Medical Prescription/℞'''
'''Bold text.'''
 
To be used for the prescription of medications or drugs to patients. This may be admitted as evidence in a NanoTrasen Court of Space Law. Knowingly entering false details may result in the disqualification of the attending physician from medical practice.
</center>
----<center>
'''Please enter details below on the lines with a pen.'''
</center>Name:
 
Reason:
 
Prescribed Medication/Drug:
 
Dosage Amount (u):
 
Doses/Unit of Time:
 
Method of Action (Oral, injected, etc.)
 
Prior Medical Conditions/Traits:
----'''Shift Time:'''
 
'''Physician's Signature:'''
|}
{| class="mw-collapsible mw-collapsed wikitable"
|-
|-
| Italic text
!Paper Markdown:
| <pre>
*Italics text.*
_Italics text._
</pre>
|
''Italics text.''<br>
''Italics text.''
|-
|-
| Centering text
| scope="row" |
| <pre>
<pre># <center>NanoTrasen Medical Association</center>
<center>Centered text.</center>
_<center>Vivamus moriendum est</center>_
</pre>
___
|
 
<div class="center" style="width:auto; margin-left:auto; margin-right:auto;">Centered text.</div>
**<center>Index No. [____]** _(Official use only)</center>_
 
## <center>Medical Prescription/℞</center>
<center>To be used for the prescription of medications or drugs to patients. This may be admitted as evidence in a NanoTrasen Court of Space Law. Knowingly entering false details may result in the disqualification of the attending physician from medical practice.</center>
 
___
### Please enter details below on the lines with a pen.
 
`Name:`
[____________________________________]
 
`Reason:`
[____________________________________]
 
`Prescribed Medication/Drug:`
[____________________________________]
 
`Dosage Amount (u):`
[____________________________________]
 
`Doses/Unit of Time:`
[__]/[_______________________________]
 
`Method of Action (Oral, injected, etc.)`
[____________________________________]
 
`Prior Medical Conditions/Traits:`
[____________________________________]
___
 
**Shift Time:**
[_______________]
**Physician's Signature:**
[_________________________]</pre>
|}
=== For Head of Personnel===
====Additional Access Request Form====
When somone needs more access
{| class="wikitable" style="width:230px"
|-
|-
| Lists
|<center><b>Nanotrasen Additional Access Request Form C.C. 22</b></center>
| <pre>
<br>
* Item one
----
* Item two
<br>
  * Subitem one
<i><small>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"</i></small>
</pre>
<br>
|
----
* Item one
<br>
* Item two
* Full Name:
** Subitem one
* Account ID :
|-
* Job Title:
| Horizontal rules
* Department:
| <pre>
<br>
Before line.
___
After line.
</pre>
|
Before line.
----
----
After line.
<br>
|-
<b>Request:</b>
| Large text
<br>
| <pre>
<br>
 
<b>Reason for request:</b>
</pre>
<br>
|
<br>
<font size="3">Large text.</font size>
----
<br>
<i><small>This form is deemed invalid if it is not stamped by the applicable heads of staff or captain. Head of Personnel must sign and stamp this document, as well as photocopy and distribute it to the applicant.
If any criminal activity is done with the help of this extra access, this form will be immediately void and unlawful.If the chief of the affected department wishes this form void, this form is immediately void and unlawful.</i></small>
----
''Place Departmental Head stamp(s) here
<br>
<br>
<br>''
 
''Place Head of Personnel stamp here
<br>
<br>
<br>''
 
''Requestor signs Below''
(signature)
|}
{| class="mw-collapsible mw-collapsed wikitable"
|-
|-
| Small text
!Paper Markdown:
| <pre>
((Small text.))
</pre>
|
<font size="1">Small text.</font size>
|-
|-
| Signature
| scope="row" |
| <pre>
<pre><center><b>Nanotrasen Additional Access Request Form C.C. 22</b></center>
%s
----
</pre>
 
|
`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"`
''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):
* Full Name: [_____________________________]
* Account ID : [___________]
* Job Title: [______________________________]
* Department: [__________________________]


===General Needs===
----


====Simple Request Form====
<b>Request:</b>
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:
[______________________________________________]
[______________________________________________]
<b>Reason for request:</b>
[______________________________________________]
[______________________________________________]
 
----


{| class="wikitable" style="width:230px"
`This form is deemed invalid if it is not stamped by the applicable heads of staff or captain. Head of Personnel must sign and stamp this document, as well as photocopy and distribute it to the applicant.
|-
If any criminal activity is done with the help of this extra access, this form will be immediately void and unlawful.If the chief of the affected department wishes this form void, this form is immediately void and unlawful.`
|<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
*Place Departmental Head stamp(s) here*
* Request: %f
*
* Reason for request: %f
*
*


*Place Head of Personnel stamp here*
*
*
*
*Requestor signs Below*




*Sign Below*
</pre>
</pre>
|}
|}
 
====Maintnance Access Request Form====
====Complex Request Form====
When someone needs more access
For people that you dislike, or maybe anyone who asks for all access.
 
{| class="wikitable" style="width:230px"
{| class="wikitable" style="width:230px"
|-
|-
|<center>'''Request Form'''</center><br>
|<center><b>Nanotrasen Simplified Application for Maintnance Access C.C. 22c </b></center>
Full Name: <br>
----
Age: <br>
I (<i><small>name</i>) would like to ask for,
Birthdate: <br>
<b><i>Maintnance Access</i></b> with reason beeing .
Bloodtype: <br>
----
Shoe size: <br>
<i><small>This form is deemed invalid if it is not stamped by the applicable heads of staff or captain. Head of Personnel must sign and stamp this document, as well as photocopy and distribute it to the applicant.
SSN: <br>
If any criminal activity is done with the help of this extra access, this form will be immediately void and unlawful.If the chief of the affected department wishes this form void, this form is immediately void and unlawful.</i></small>
Astrological Sign: <br>
----
Job Title: <br>
''Requestor signs Below''<br>
Are you a traitor, changeling, wizard, cultist, or revolutionary? <br>
<i>Job</i>:<br>
Request: <br>
(signature)
Reason for request: <br>
<br>
<br>
<br>
<i>Sign Below</i>
|}
|}
{| class="mw-collapsible mw-collapsed wikitable"
{| class="mw-collapsible mw-collapsed wikitable"
|-
|-
Line 1,309: Line 1,364:
|-
|-
| scope="row" |
| scope="row" |
<pre>|^Request Form^|
<pre><center><b>Nanotrasen Simplified Application for Maintnance Access C.C. 22c </b></center>


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


I (`name`) [_____________________________]  would like to ask for,
`**Maintnance Access**` with reason beeing [______________________________________________].


----


*Sign Below*
`This form is deemed invalid if it is not stamped by the applicable heads of staff or captain. Head of Personnel must sign and stamp this document, as well as photocopy and distribute it to the applicant.
%f
If any criminal activity is done with the help of this extra access, this form will be immediately void and unlawful.If the chief of the affected department wishes this form void, this form is immediately void and unlawful.`
----
 
*Requestor signs Below*
`Job`: [____________________]
</pre>
</pre>
|}
|}
 
====Simple Job Application Form====
====Space Suit Sheet====
Use this form if you don't belive in bureaucracy
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"
{| class="wikitable" style="width:230px"
|-
|-
|<center>'''Application for a space suit'''</center>
|<center><b> Nanotrasen Job Application Form C.C.23a </b></center>
 
<br>
----
<br>
I (signature) would like to change jobs to (write job here) for the following reasons
----
----
 
*<br>
 
*<br>
I (name) would like to ask for permission for a '''Space suit'''
*<br>
in '''EVA''' in case of a atmospheric
emergency that requires I need one.
----
----
 
<br>
 
signed<br>
signed<br>
Atmospheric Tech<br>
(write name here)
(name)
|}
|}
{| class="mw-collapsible mw-collapsed wikitable"
{| class="mw-collapsible mw-collapsed wikitable"
|-
|-
Line 1,356: Line 1,404:
|-
|-
| scope="row" |
| scope="row" |
<pre>|^**Application for a space suit**^|
<pre># Nanotrasen Job Application Form C.C.23a
---
----
 
I %s would like to ask for permission for a **Space suit**
I %s would like to change jobs to ** [_____________] **
in **EVA**  in case of a atmospheric emergency that requires I need one.
---


signed
|For the following reasons|
Atmospheric Tech
----
%s</pre>
|}


====Weapon Permit====
* [_____________]
For authorizing Non-Sec Crew members to have a weapon
* [_____________]
* [_____________]


{| class="wikitable" style="width:230px"
----
|-
*Sign Below*
|<center>'''Weapon Permit'''</center><br>
%s
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>
</pre>
|}
|}
 
====Complex Job Application Form====
====Complaint Form====
This sheet is just standard paperwork for those who desire a job change.
Got a complaint?
{| class="wikitable" style="width:230px"
{| class="wikitable" style="width:230px"
|-
|-
|<center><B>Complaint Form</B></center>
|<center><b>Nanotrasen Job Application Form C.C.23b</b></center>
<br>
----
----
<br>
<br>
*Complainer's Name:
<i><small>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"</i></small>
*Complainer's Job:
<br>
*Complaint Against's Name:
----
*Complaint Against's Job:
<br>
*Reason For Complaint:
* Full Name:  
* Age:
* ID number:
* Account ID:
* Physical Status:
* Mental Status:
* Job Title:
* Department:
<br>
----
<br>
<b>Request:</b>
<br>
<br>
<b>Reason for request:</b>
<br>
<br>
<br>
----
----
<br>
<br>
Signed
<i><small>This form is deemed invalid if it is not stamped by the applicable heads of staff or captain. Head of Personnel must sign and stamp this document, as well as photocopy and distribute it to the applicant.
(name)
If any criminal activity is done with the help of this extra access, this form will be immediately void and unlawful.If the chief of the affected department wishes this form void, this form is immediately void and unlawful.</i></small>
|}
<br>
 
----
{| class="mw-collapsible mw-collapsed wikitable"
<br>
|-
''Place Departmental Head stamp(s) here
!Paper Markdown:
<br>
|-
<br>
| scope="row" |
<br>
<pre>|** Complaint Form: **|
Place Head of Personnel stamp here''
---
<br>
 
<br>
* 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>
<br>
<i>Sign Below</i>
----
<i><small>Above is valid only with printed out Criminal Record</i></small>
----
''Requestor signs Below''
(signature)
|}
|}
{| class="mw-collapsible mw-collapsed wikitable"
{| class="mw-collapsible mw-collapsed wikitable"
|-
|-
Line 1,447: Line 1,478:
|-
|-
| scope="row" |
| scope="row" |
<pre>|^Employee of the Month Survey^|
<pre><center><b>Nanotrasen Job Application Form C.C.23b</b></center>
----


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


*Sign Below*
* Full Name: [_____________________________]
</pre>
* Age: [___________];
|}
* ID number: [___________]
* Account ID : [___________];
* Physical Status: [___________];
* Mental Status: [___________];
* Job Title: [______________________________];
* Department: [__________________________]


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


====Insulated Gloves Sheet====
`This form is deemed invalid if it is not stamped by the applicable heads of staff or captain. Head of Personnel must sign and stamp this document, as well as photocopy and distribute it to the applicant.
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.'''
If any criminal activity is done with the help of this extra access, this form will be immediately void and unlawful.If the chief of the affected department wishes this form void, this form is immediately void and unlawful.`


{| 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"
*Place Departmental Head stamp(s) here*
|-
!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>
*Place Head of Personnel stamp here*
|}
 
 
*
 
*
 
*
----
`Above is valid only with printed out Criminal Record`


====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.
*Requestor signs Below*


</pre>
|}
====All Access Request Form====
When some foolish crewman wearing insulated gloves stepps forwards and asks for AA.
{| class="wikitable" style="width:230px"
{| class="wikitable" style="width:230px"
|-
|-
|<center>'''Nanotrasen Cyborg Application Form C.C.26'''</center>
|<center><b>Nanotrasen All Access Request Form C.C.24</b></center>
----
<small>''Caution! This request can only be processed with proper Supplements (see below)''</small>
----
* Full Name:
* Age:  ; Height:
* ID number:
* Account ID :  ; Bloodtype:
* Physical Status:
* Mental Status:
* Are you a traitor, changling, wizard, cultist, or revolutionary?
* Job Title:
* Department:
----
<b>Request:</b><br>
<i><small>Full All Access or All Access without High Risk Area Access</i></small>
<br>
<br>
<b>Reason for request:</b>
<br>
<br>
<br>
----
----
<b>Opinion on mental well-being of a requestor</b><br>
<i><small>Fills Captain, CMO or psychologist
<br>
<br>
I (write name here) do hereby consent to brain removal and cyborgization
<br>
<br>
----
I also wish to name my model
<br>
<br>
*(write name here)
<i><small>above is valid only when stamped or confirmed in person<br>
above is valid only with printed out Medical Records</i></small>
<b>Opinion on a possible danger from a requestor</b><br>
<i><small>Fills Captain, HoS or warden</i></small>
<br>
<br>
<br>
<br>
 
<i><small>above is valid only when stamped or confirmed in person<br>
above is valid only with printed out Criminal Records</i></small>
----
<i><small>This form is deemed invalid if it is not stamped by the applicable heads of staff or captain. Head of Personnel must sign and stamp this document, as well as photocopy and distribute it to the applicant.
If any criminal activity is done with the help of this extra access, this form will be immediately void and unlawful.If the chief of the affected department wishes this form void, this form is immediately void and unlawful.</i></small>
----
----
''Place Departmental Head stamp here''
<br>
<br>
signed<br>
<br>
(write name here)
<br>
''Place Head of Personnel stamp here''
<br>
<br>
<br>
''Requestor signs Below''
(signature)
|}
|}
{| class="mw-collapsible mw-collapsed wikitable"
{| class="mw-collapsible mw-collapsed wikitable"
|-
|-
Line 1,522: Line 1,592:
|-
|-
| scope="row" |
| scope="row" |
<pre>|^**Nanotrasen Cyborg Application Form C.C.26**^|
<pre><center><b>Nanotrasen All Access Request Form C.C.24</b></center>
---
----


I %f do hereby consent to brain removal and cyborgization
*Caution! This request can only be processed with proper Supplements (see below)*


----


---
* Full Name: [_____________________________]
I also wish to name my model
* Age: [_____________]; Height: [_____________]
((
* ID number: [___________]
* %f
* Account ID : [___________]; Bloodtype: [___]
))
* Physical Status: [___________];
---
* Mental Status: [___________];
* Are you a traitor, changling, wizard, cultist, or revolutionary? [____]
* Job Title: [______________________________]
* Department: [__________________________]


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


After you're done, just add
----


<font size="1">
<b>Opinion on mental well-being of a requestor</b>
<pre>
`*Fills Captain, CMO or psychologist*`
[______________________________________________]
[______________________________________________]
[______________________________________________]
`*above is valid only when stamped or confirmed in person
above is valid only with printed out Medical Records*`


Operation successful
<b>Opinion on a possible danger from a requestor</b>
%s</pre>
`*Fills Captain, HoS or warden*`
</font size>
[______________________________________________]
[______________________________________________]
[______________________________________________]
`*above is valid only when stamped or confirmed in person
above is valid only with printed out Criminal Records*`


====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
`This form is deemed invalid if it is not stamped by the applicable heads of staff or captain. Head of Personnel must sign and stamp this document, as well as photocopy and distribute it to the applicant.
If any criminal activity is done with the help of this extra access, this form will be immediately void and unlawful.If the chief of the affected department wishes this form void, this form is immediately void and unlawful.`
 
----
----
*Place Departmental Head stamp here*
*
*
*
*
*
*
----
<br>
signed<br>
(write name here)
|}


{| class="mw-collapsible mw-collapsed wikitable"
*Place Head of Personnel stamp here*
|-
!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


*Requestor signs Below*
</pre>
</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]]
[[Category:Guides]]

Latest revision as of 10:18, 3 July 2025

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.__
<b>Bold text.</b>

Bold text.
Bold text.

Italic text
*Italics text.*
_Italics text._

Italics text.
Italics text.

Underlined text <u>Underlined text</u> Underlined text.


Code text

`Code Text`
Code 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.

alt. Before line.
---
After line.

Before line.


After line.

Large text
<font size="3">Big text</font>

Large text.


Small text

<font size="1">Small text</font>

Small text.

Signature
[_____________]
[ %s          ]
[ John Smith  ]

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

Note: To sign paper, put %s in empty filed and after saveing it will apear

Field
[_____________]

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

The input field has a yellow area in it.

Headers
# H1
## H2

H1

H2

Code <code>Text</code> Changes font of text and some properties to work better with tables.
Tables <table>

<tbody> <tr> <td> Table text. </td> </tr> </tbody> </table>

Advanced form of paperwork which lets you heavily stylize your paperwork in unique ways.

Note: Works similarly to HTML4. and is customizable with multiple commands like <table bgcolor="990000" color="00500" border="1"> (colours use hex.) <th><div> are also available to be used and <br> need to be used instead of simple enter. It is highly recommended to look up HTML4 references or ask others which have worked with it before.

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:
  • Time of request (use station time):

Sign Below (type %s into field)

Paper Markdown:
 ## General Request Form

* Full Name: [_____________]
* Request: [_____________]
* Reason for request: [_____________]
* Time of request (use station time): [______]



*Sign Below* (type %s into field)
[_______________________________]

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, changling, wizard, cultist, or revolutionary? [____]
Request: [_____________]
Reason for request: [_____________]

*Sign Below*

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
(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 an atmospheric emergency that requires I need one.
---

*Signed Below*
%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 [_____________], authorize [_____________] to have a [_____________]

*Sign Below* 

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: [_____________]
---

*Sign Below*

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



Signed Below
(name)

Paper Markdown:
# Application for insulated gloves
---

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



*Signed Below*
[_____________]
%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: %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.

(job name)
(name hire)

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 Cargo

Cargo Request Form

Cargonia Supply and Logistics Ltd.

NanoTrasen's premier courier and logistics firm

Supply Requisition Form


Please fill out the fields below with a pen

Department:

[____________________________________]

Reason:

[____________________________________]

Qty Item Price ($)
Total Price ($):

By signing this form, you agree to not hold Cargonia Supply and Logistics Limited liable for any damage, loss, or other misfortune incurred against yourself, your department, your corporation, any other entity which you may constitute or own, or your purchased goods. You also agree to not hold Cargonia Supply and Logistics Limited liable for the delayed or non-delivery of your goods should it not violate the rights and obligations granted to Cargonia Supply and Logistics Limited by NanoTrasen Space Law. You also agree that this purchase is within the best interests in the continued operation of your department or the station as a whole. Furthermore, you also agree that you are legally allowed to purchase these goods and that you are not purchasing them on the behalf of someone who cannot legally purchase these goods.

Requestor Signature:


Sensitive/Restricted Goods?:

(If goods are restricted) Authorization Stamp from Relevant Authority:




Validity Stamp:




(If Denial) Reason:


Overseeing Quartermaster's Signature:

Paper Markdown:
# <center>Cargonia Supply and Logistics Ltd.</center>
_<center>NanoTrasen's premier courier and logistics firm</center>_

## <center>Supply Requisition Form</center>

___
_Please fill out the fields below with a pen_

**Department:**
[____________________________________]

**Reason:**
[____________________________________]

|  Qty  |                  Item                  | Price ($) |
|:-----:|:--------------------------------------:|:---------:|
| [___] | [____________________________________] |  [______] |
| [___] | [____________________________________] |  [______] |
| [___] | [____________________________________] |  [______] |
| [___] | [____________________________________] |  [______] |
| [___] | [____________________________________] |  [______] |
|       |                       Total Price ($): |  [______] |

_By signing this form, you agree to not hold Cargonia Supply and Logistics Limited liable for any damage, loss, or other misfortune incurred against yourself, your department, your corporation, any other entity which you may constitute or own, or your purchased goods. You also agree to not hold Cargonia Supply and Logistics Limited liable for the delayed or non-delivery of your goods should it not violate the rights and obligations granted to Cargonia Supply and Logistics Limited by NanoTrasen Space Law. You also agree that this purchase is within the best interests in the continued operation of your department or the station as a whole. Furthermore, you also agree that you are legally allowed to purchase these goods and that you are not purchasing them on the behalf of someone who cannot legally purchase these goods._

**Requestor Signature:**
[____________________________________]

---

**Sensitive/Restricted Goods?:** [__]
\
**(If goods are restricted) Authorization Stamp from Relevant Authority:**
\
\
\
\
\
**Validity Stamp:**
\
\
\
\
\
*(If Denial) Reason:*
[____________________________________]

---
**Overseeing Quartermaster's Signature:**
[__________________]

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 flavour 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
* [_____________]

*Crime
* [_____________]
---
* Name
* [_____________]

*Crime
* [_____________]
---
* Name
* [_____________]

*Crime
* [_____________]
---
* Name
* [_____________]

*Crime
* [_____________]
---
* Name
* [_____________]

*Crime
* [_____________]
---
* Name
* [_____________]

*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 an 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 (name hire) 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

Convict signs below

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

---
*convict Signs below*

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?
Paper Markdown:
# Detective's Case Notes

---

* Case name
[_____________]

* Suspected Criminals
[_____________]

* Clues
[_____________]

* Crime
[_____________]

* Case closed?
[_____________]

---

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: [_____________]

*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: [_____________]

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

Near-sightedness [_____________]
[_____________]
Seizures [_____________]
[_____________]
Coughing [_____________]
[_____________]
Tourette's [_____________]
[_____________]
Nervousness [_____________]
[_____________]
[_____________]
[_____________]
[_____________]
Species [_____________]
%s

For Robotics

Live Cyborgification Contract

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.

Live Cyborgification Contract


I,(name here) hereby declare that the certified Roboticist aboard the registered Nanotrasen station (station name here) is permitted to extract my brain during a live surgery with intent to Cyborgification or AI assimilation.


I am well aware of the risks presented through both the surgery and Cyborgification or AI assimilation, and I realize that Nanotrasen is not to be held liable, should these procedures cause pain, disfigurement, dismemberment or death.


I also understand that this operation may be irreversible, and that my employment contract will be terminated.


Signed: (name here)

Roboticist Signature:(name here)

Contract must be stamped by a Head of Staff before operation can occur.

Paper Markdown:
# <center>Live Cyborgification Contract
---

I,[_________________________], hereby declare that the certified Roboticist aboard the registered Nanotrasen station [_________________________] is permitted to extract my brain during a live surgery with intent to Cyborgification or AI assimilation.

I am well aware of the risks presented through both the surgery and Cyborgification or AI assimilation, and I realize that Nanotrasen is not to be held liable, should these procedures cause pain, disfigurement, dismemberment or death.

I also understand that this operation may be irreversible, and that my employment contract will be terminated.

---
<b>Signed</b>: [_________________________]
<b>Roboticist Signature:</b> [_________________________]

<i>Contract must be stamped by a Head of Staff before operation can occur.</i>

On-Death Cyborgification Contract

For those who hate beeing healed and prefer to be borged instead.

On-Death Cyborgification Contract


I,(name here) hereby declare that the certified Roboticist aboard the registered Nanotrasen station (station name here) is permitted to extract my brain during a live surgery with intent to Cyborgification or AI assimilation.


I am well aware of the risks presented through both the surgery and Cyborgification or AI assimilation, and I realize that Nanotrasen is not to be held liable, should these procedures cause pain, disfigurement, dismemberment or death.


I also understand that this operation may be irreversible, and that my employment contract will be terminated.


Signed: (name here)

Paper Markdown:
# <center>On-Death Cyborgification Contract
---

I,[_________________________], hereby declare that the certified Roboticist aboard the registered Nanotrasen station [_________________________] is permitted to extract my brain during a live surgery with intent to Cyborgification or AI assimilation.

I am well aware of the risks presented through both the surgery and Cyborgification or AI assimilation, and I realize that Nanotrasen is not to be held liable, should these procedures cause pain, disfigurement, dismemberment or death.

I also understand that this operation may be irreversible, and that my employment contract will be terminated.

---
<b>Signed</b>: [_________________________]

For Medical purposes

Prescription sheet

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

NanoTrasen Medical Association

Vivamus moriendum est



Index No. (random number)(Official use only)

Medical Prescription/℞

To be used for the prescription of medications or drugs to patients. This may be admitted as evidence in a NanoTrasen Court of Space Law. Knowingly entering false details may result in the disqualification of the attending physician from medical practice.


Please enter details below on the lines with a pen.

Name:

Reason:

Prescribed Medication/Drug:

Dosage Amount (u):

Doses/Unit of Time:

Method of Action (Oral, injected, etc.)

Prior Medical Conditions/Traits:


Shift Time:

Physician's Signature:

Paper Markdown:
# <center>NanoTrasen Medical Association</center>
_<center>Vivamus moriendum est</center>_
___

**<center>Index No. [____]** _(Official use only)</center>_

## <center>Medical Prescription/℞</center>
<center>To be used for the prescription of medications or drugs to patients. This may be admitted as evidence in a NanoTrasen Court of Space Law. Knowingly entering false details may result in the disqualification of the attending physician from medical practice.</center>

___
### Please enter details below on the lines with a pen.

`Name:`
[____________________________________]

`Reason:`
[____________________________________]

`Prescribed Medication/Drug:`
[____________________________________]

`Dosage Amount (u):`
[____________________________________]

`Doses/Unit of Time:`
[__]/[_______________________________]

`Method of Action (Oral, injected, etc.)`
[____________________________________]

`Prior Medical Conditions/Traits:`
[____________________________________]
___

**Shift Time:**
[_______________]
**Physician's Signature:**
[_________________________]

For Head of Personnel

Additional Access Request Form

When somone needs more access

Nanotrasen Additional Access Request Form C.C. 22




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:
  • Account ID :
  • Job Title:
  • Department:




Request:

Reason for request:



This form is deemed invalid if it is not stamped by the applicable heads of staff or captain. Head of Personnel must sign and stamp this document, as well as photocopy and distribute it to the applicant. If any criminal activity is done with the help of this extra access, this form will be immediately void and unlawful.If the chief of the affected department wishes this form void, this form is immediately void and unlawful.


Place Departmental Head stamp(s) here


Place Head of Personnel stamp here


Requestor signs Below (signature)

Paper Markdown:
<center><b>Nanotrasen Additional Access Request Form C.C. 22</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: [_____________________________]
* Account ID : [___________]
* Job Title: [______________________________]
* Department: [__________________________]

----

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

----

`This form is deemed invalid if it is not stamped by the applicable heads of staff or captain. Head of Personnel must sign and stamp this document, as well as photocopy and distribute it to the applicant.
If any criminal activity is done with the help of this extra access, this form will be immediately void and unlawful.If the chief of the affected department wishes this form void, this form is immediately void and unlawful.`

----

*Place Departmental Head stamp(s) here*
*
*
*

*Place Head of Personnel stamp here*
*
*
*

*Requestor signs Below*


Maintnance Access Request Form

When someone needs more access

Nanotrasen Simplified Application for Maintnance Access C.C. 22c

I (name) would like to ask for, Maintnance Access with reason beeing .


This form is deemed invalid if it is not stamped by the applicable heads of staff or captain. Head of Personnel must sign and stamp this document, as well as photocopy and distribute it to the applicant. If any criminal activity is done with the help of this extra access, this form will be immediately void and unlawful.If the chief of the affected department wishes this form void, this form is immediately void and unlawful.


Requestor signs Below
Job:
(signature)

Paper Markdown:
<center><b>Nanotrasen Simplified Application for Maintnance Access C.C. 22c </b></center>

----

I (`name`) [_____________________________]  would like to ask for,
`**Maintnance Access**` with reason beeing [______________________________________________].

----

`This form is deemed invalid if it is not stamped by the applicable heads of staff or captain. Head of Personnel must sign and stamp this document, as well as photocopy and distribute it to the applicant.
If any criminal activity is done with the help of this extra access, this form will be immediately void and unlawful.If the chief of the affected department wishes this form void, this form is immediately void and unlawful.`
----

*Requestor signs Below*
`Job`: [____________________]

Simple Job Application Form

Use this form if you don't belive in bureaucracy

Nanotrasen Job Application Form C.C.23a




I (signature) 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.23a
----

I %s would like to change jobs to ** [_____________] **

|For the following reasons|
----

* [_____________]
* [_____________]
* [_____________]

----
*Sign Below*
%s

Complex Job Application Form

This sheet is just standard paperwork for those who desire a job change.

Nanotrasen Job Application Form C.C.23b




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:
  • ID number:
  • Account ID:
  • Physical Status:
  • Mental Status:
  • Job Title:
  • Department:




Request:

Reason for request:




This form is deemed invalid if it is not stamped by the applicable heads of staff or captain. Head of Personnel must sign and stamp this document, as well as photocopy and distribute it to the applicant. If any criminal activity is done with the help of this extra access, this form will be immediately void and unlawful.If the chief of the affected department wishes this form void, this form is immediately void and unlawful.



Place Departmental Head stamp(s) here


Place Head of Personnel stamp here



Above is valid only with printed out Criminal Record


Requestor signs Below (signature)

Paper Markdown:
<center><b>Nanotrasen Job Application Form C.C.23b</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: [___________]; 
* ID number: [___________]
* Account ID : [___________];
* Physical Status: [___________];
* Mental Status: [___________];
* Job Title: [______________________________]; 
* Department: [__________________________]

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

`This form is deemed invalid if it is not stamped by the applicable heads of staff or captain. Head of Personnel must sign and stamp this document, as well as photocopy and distribute it to the applicant.
If any criminal activity is done with the help of this extra access, this form will be immediately void and unlawful.If the chief of the affected department wishes this form void, this form is immediately void and unlawful.`

----

*Place Departmental Head stamp(s) here*


*

*

*

*Place Head of Personnel stamp here*


*

*

*
----
`Above is valid only with printed out Criminal Record`

----
*Requestor signs Below*

All Access Request Form

When some foolish crewman wearing insulated gloves stepps forwards and asks for AA.

Nanotrasen All Access Request Form C.C.24

Caution! This request can only be processed with proper Supplements (see below)


  • Full Name:
  • Age:  ; Height:
  • ID number:
  • Account ID :  ; Bloodtype:
  • Physical Status:
  • Mental Status:
  • Are you a traitor, changling, wizard, cultist, or revolutionary?
  • Job Title:
  • Department:

Request:
Full All Access or All Access without High Risk Area Access

Reason for request:


Opinion on mental well-being of a requestor
Fills Captain, CMO or psychologist


above is valid only when stamped or confirmed in person
above is valid only with printed out Medical Records
Opinion on a possible danger from a requestor
Fills Captain, HoS or warden


above is valid only when stamped or confirmed in person
above is valid only with printed out Criminal Records


This form is deemed invalid if it is not stamped by the applicable heads of staff or captain. Head of Personnel must sign and stamp this document, as well as photocopy and distribute it to the applicant. If any criminal activity is done with the help of this extra access, this form will be immediately void and unlawful.If the chief of the affected department wishes this form void, this form is immediately void and unlawful.


Place Departmental Head stamp here


Place Head of Personnel stamp here


Requestor signs Below (signature)

Paper Markdown:
<center><b>Nanotrasen All Access Request Form C.C.24</b></center>
----

*Caution! This request can only be processed with proper Supplements (see below)*

----

* Full Name: [_____________________________]
* Age: [_____________]; Height: [_____________]
* ID number: [___________]
* Account ID : [___________]; Bloodtype: [___]
* Physical Status: [___________];
* Mental Status: [___________];
* Are you a traitor, changling, wizard, cultist, or revolutionary? [____]
* 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
above is valid only with printed out Medical Records*`

<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 Records*`

----

`This form is deemed invalid if it is not stamped by the applicable heads of staff or captain. Head of Personnel must sign and stamp this document, as well as photocopy and distribute it to the applicant.
If any criminal activity is done with the help of this extra access, this form will be immediately void and unlawful.If the chief of the affected department wishes this form void, this form is immediately void and unlawful.`

----

*Place Departmental Head stamp here*

*

*

*

*Place Head of Personnel stamp here*

*

*

*

*Requestor signs Below*