|
|
| Line 1: |
Line 1: |
| − | ==Writing Tools==
| |
| − | ===[[File:Pen.png|link=Pen|Pen]][[Pen]]===
| |
| − | Pens come in a few different colors, black or blue by default, and some departments will be provided with red pens. Every crew member starts with one in their PDA.
| |
| − | ===[[File:Crayon.png|link=Crayon|Crayon]][[Crayon]]===
| |
| − | Crayons work much like pens, except that they are always bold, and lack the list, horizontal rule, and small tags.
| |
| − | ==Writing==
| |
| − | Writing is performed by using any writing tool on [[paper]], with any standard writing utensil.
| |
| − | {| class="wikitable"
| |
| − | ! style="background: #ABE" | Description
| |
| − | ! style="background: #ABE" width=40% | You type
| |
| − | ! style="background: #ABE" width=40% | You get
| |
| − | |-
| |
| − | | Bold text
| |
| − | | <pre>
| |
| − | **Bold text.**
| |
| − | __Bold text.__
| |
| − | </pre>
| |
| − | |
| |
| − | '''Bold text.'''
| |
| | | | |
| − | '''Bold text.'''
| |
| − | |-
| |
| − | | Italic text
| |
| − | | <pre>
| |
| − | *Italics text.*
| |
| − | _Italics text._
| |
| − | </pre>
| |
| − | |
| |
| − |
| |
| − |
| |
| − | ''Italics text.''
| |
| − | |-
| |
| − | | Bold and Italic text
| |
| − | | <pre>
| |
| − | ***Bold and Italic text***
| |
| − | ___Bold and Italic text___
| |
| − | __*Bold and Italic text*__
| |
| − | **_Bold and Italic text_**
| |
| − | </pre>
| |
| − | |
| |
| − |
| |
| − | '''''Bold and Italic text'''''
| |
| − | |-
| |
| − | | Centering text
| |
| − | | <pre>
| |
| − | <center>Centered text.</center>
| |
| − | </pre>
| |
| − | |
| |
| − | <div class="center" style="width:auto; margin-left:auto; margin-right:auto;">Centered text.</div>
| |
| − | |-
| |
| − | | Lists
| |
| − | | <pre>
| |
| − | * Item one
| |
| − | * Item two
| |
| − | * Subitem one
| |
| − | </pre>
| |
| − | |
| |
| − | * Item one
| |
| − | * Item two
| |
| − | ** Subitem one
| |
| − | |-
| |
| − | | Horizontal rules
| |
| − | | <pre>
| |
| − | Before line.
| |
| − | ___
| |
| − | After line.
| |
| − | </pre>
| |
| − | |
| |
| − | Before line.
| |
| − | ----
| |
| − | After line.
| |
| − | |-
| |
| − | | Large text
| |
| − | | <pre>
| |
| − | ### Large text.
| |
| − | </pre>
| |
| − | |
| |
| − | <font size="3">Large text.</font size>
| |
| − | |-
| |
| − | | Small text
| |
| − | | <pre>
| |
| − | Unknown
| |
| − | </pre>
| |
| − | |
| |
| − | <font size="1">Small text.</font size>
| |
| − | |-
| |
| − | | Signature
| |
| − | | <pre>
| |
| − | %sign
| |
| − | </pre>
| |
| − | |
| |
| − | ''John Smith''<br>
| |
| − | Note: Signatures can't be faked since they use a different font.
| |
| − | |-
| |
| − | | Field
| |
| − | | <pre>
| |
| − | [_] (add as many _ as you will need)
| |
| − | </pre>
| |
| − | |
| |
| − | '''[field]''' tags are not visible when reading a [[paper]],<br>
| |
| − | but when writing on said paper a <span style="color:Blue"><u><nowiki>[Write]</nowiki></u></span> button will be visible, <br>
| |
| − | similar to the button at the bottom of the paper.<br>
| |
| − | |-
| |
| − | | Headers
| |
| − | | <pre>
| |
| − | # H1
| |
| − | ## H2
| |
| − | </pre>
| |
| − | |
| |
| − | <font size="6"><u>H1</u></font size><br>
| |
| − | <br>
| |
| − | <font size="5">H2</font size>
| |
| − | |}
| |
| − |
| |
| − | ==Forms Ready for Use==
| |
| − | Here are some forms you can use to make your life easier:
| |
| − | ===General Needs===
| |
| − | ====Simple Request Form====
| |
| − | For requests of special items, like from the autolathe, it may be a good idea to have a form for people to fill out. The following papercode creates a simple request form:
| |
| − | {| class="wikitable" style="width:230px"
| |
| − | |-
| |
| − | |<center>'''General Request Form'''</center><br>
| |
| − | * Full Name:
| |
| − | * Request:
| |
| − | * Reason for request:<br>
| |
| − | <br>
| |
| − | <br>
| |
| − | <br>
| |
| − | <i>Sign Below</i>
| |
| − | |}
| |
| − | {| class="mw-collapsible mw-collapsed wikitable"
| |
| − | |-
| |
| − | !Paper Markdown:
| |
| − | |-
| |
| − | | scope="row" |
| |
| − | <pre>## <center>General Request Form</center>
| |
| − |
| |
| − | * Full Name: %s
| |
| − | * Request: [_________________]
| |
| − | * Reason for request:
| |
| − | [_________________]
| |
| − | [______________________]
| |
| − | [______________________]
| |
| − |
| |
| − |
| |
| − |
| |
| − | *Sign Below*
| |
| − | [___________]
| |
| − | </pre>
| |
| − | |}
| |
| − |
| |
| − | ====Complex Request Form====
| |
| − | For people that you dislike, or maybe anyone who asks for all access.
| |
| − | {| class="wikitable" style="width:230px"
| |
| − | |-
| |
| − | |<center>'''Request Form'''</center><br>
| |
| − | Full Name: <br>
| |
| − | Age: <br>
| |
| − | Birthdate: <br>
| |
| − | Bloodtype: <br>
| |
| − | Shoe size: <br>
| |
| − | SSN: <br>
| |
| − | Astrological Sign: <br>
| |
| − | Job Title: <br>
| |
| − | Are you a traitor, changling, wizard, cultist, or revolutionary? <br>
| |
| − | Request: <br>
| |
| − | Reason for request: <br>
| |
| − | <br>
| |
| − | <br>
| |
| − | <br>
| |
| − | <i>Sign Below</i>
| |
| − | |}
| |
| − | {| class="mw-collapsible mw-collapsed wikitable"
| |
| − | |-
| |
| − | !Paper Markdown:
| |
| − | |-
| |
| − | | scope="row" |
| |
| − | <pre>## <center>Request Form</center>
| |
| − |
| |
| − | 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*
| |
| − | [____________________________________]
| |
| − | </pre>
| |
| − | |}
| |
| − |
| |
| − | ====Space Suit Sheet====
| |
| − | A proper way to apply for a space suit. If you get the HoP's stamp of approval you're less likely to get robusted by security if you have a space suit. '''Requires editing in your department and a proper reason.'''
| |
| − | {| class="wikitable" style="width:230px"
| |
| − | |-
| |
| − | |<center>'''Application for a space suit'''</center>
| |
| − | ----
| |
| − |
| |
| − |
| |
| − | I (name) would like to ask for permission for a '''Space suit'''
| |
| − | in '''EVA''' in case of a atmospheric
| |
| − | emergency that requires I need one.
| |
| − | ----
| |
| − |
| |
| − |
| |
| − | signed<br>
| |
| − | Atmospheric Tech<br>
| |
| − | (name)
| |
| − | |}
| |
| − | {| class="mw-collapsible mw-collapsed wikitable"
| |
| − | |-
| |
| − | !Paper Markdown:
| |
| − | |-
| |
| − | | scope="row" |
| |
| − | <pre>### <center>Application for a space suit</center>
| |
| − | ---
| |
| − |
| |
| − | I [__________________] would like to ask for permission for a **Space suit**
| |
| − | in **EVA** in case of a atmospheric emergency that requires I need one.
| |
| − | ---
| |
| − |
| |
| − | signed
| |
| − | Atmospheric Tech
| |
| − | %s</pre>
| |
| − | |}
| |
| − |
| |
| − | ====Weapon Permit====
| |
| − | For authorizing Non-Sec Crew members to have a weapon
| |
| − | {| class="wikitable" style="width:230px"
| |
| − | |-
| |
| − | |<center>'''Weapon Permit'''</center><br>
| |
| − | I, the (Title), authorize (Full Name) to have a (weapon)
| |
| − | <br>
| |
| − | <i>Signed,</i>
| |
| − | |}
| |
| − | {| class="mw-collapsible mw-collapsed wikitable"
| |
| − | |-
| |
| − | !Paper Markdown:
| |
| − | |-
| |
| − | | scope="row" |
| |
| − | <pre>### <center>Weapon Permit</center>
| |
| − | I, the [_________________] , authorize [__________________] to have a [________________]
| |
| − |
| |
| − | _Signed,_
| |
| − | %s
| |
| − | </pre>
| |
| − | |}
| |
| − |
| |
| − | ====Complaint Form====
| |
| − | Got a complaint?
| |
| − | {| class="wikitable" style="width:230px"
| |
| − | |-
| |
| − | |<center><B>Complaint Form</B></center>
| |
| − | ----
| |
| − | <br>
| |
| − | *Complainer's Name:
| |
| − | *Complainer's Job:
| |
| − | *Complaint Against's Name:
| |
| − | *Complaint Against's Job:
| |
| − | *Reason For Complaint:
| |
| − | ----
| |
| − | <br>
| |
| − | Signed
| |
| − | (name)
| |
| − | |}
| |
| − | {| class="mw-collapsible mw-collapsed wikitable"
| |
| − | |-
| |
| − | !Paper Markdown:
| |
| − | |-
| |
| − | | scope="row" |
| |
| − | <pre>### <center>Complaint Form:</center>
| |
| − | ---
| |
| − |
| |
| − | * Complainer's Name: %s
| |
| − | * Complainer's Job: [_________________]
| |
| − | * Complaint Against's Name: [___________________]
| |
| − | * Complaint Against's Job: [__________________]
| |
| − | * Reason For Complaint: [___________________________________________]
| |
| − | ---
| |
| − |
| |
| − | *Signed*
| |
| − | %s</pre>
| |
| − | |}
| |
| − |
| |
| − | ====Employee of the Month Form====
| |
| − | To perform a survey to determine the employee of the month in your department.
| |
| − | {| class="wikitable" style="width:230px"
| |
| − | |-
| |
| − | |<center>'''Employee of the Month Survey'''</center><br>
| |
| − | Full Name: <br>
| |
| − | Job Title: <br>
| |
| − | Recommendation: <br>
| |
| − | Reason for Recommendation <br>
| |
| − | <br>
| |
| − | <i>Sign Below</i>
| |
| − | |}
| |
| − | {| class="mw-collapsible mw-collapsed wikitable"
| |
| − | |-
| |
| − | !Paper Markdown:
| |
| − | |-
| |
| − | | scope="row" |
| |
| − | <pre>### <center>Employee of the Month Survey</center>
| |
| − |
| |
| − | Full Name: [______________________]
| |
| − | Job Title: [_____________________]
| |
| − | Recommendation: [_______________]
| |
| − | Reason for Recommendation: [________________________________]
| |
| − |
| |
| − | *Sign Below*
| |
| − | %s
| |
| − | </pre>
| |
| − | |}
| |
| − |
| |
| − | ====Insulated Gloves Sheet====
| |
| − | A good way to get insulated gloves: Have you ever felt "oh man I want some insulated gloves". Well there's two ways to do this. You can do it the ron burgandy way and get a welder, weld into tech storage and have sec chasing you up and down. Or you can get HoP's approval and get some from Cargo Bay. If you have a HoP stamp, Cargonia daren't object to your request... and the HoP is probably happy for a reason to exist (generally a HoP will love it if you do your own paperwork). '''Requires editing in your department and a proper reason.'''
| |
| − | {| class="wikitable" style="width:230px"
| |
| − | |-
| |
| − | |<center>'''Application for insulated gloves'''</center>
| |
| − | <br>
| |
| − | ----
| |
| − | <br>
| |
| − | I (name) would like to ask for permission for '''insulated gloves''' in '''cargo(nia)''' in case of a atmospheric emergency that requires I need one.
| |
| − | ----
| |
| − | <br>
| |
| − | signed<br>
| |
| − | Atmospheric Tech<br>
| |
| − | (name)
| |
| − | |}
| |
| − | {| class="mw-collapsible mw-collapsed wikitable"
| |
| − | |-
| |
| − | !Paper Markdown:
| |
| − | |-
| |
| − | | scope="row" |
| |
| − | <pre>### <center>Application for insulated gloves</center>
| |
| − | ---
| |
| − |
| |
| − | I [________________] would like to ask for permission for **insulated gloves**
| |
| − | in **cargo(nia)** in case of a atmospheric emergency that requires I need one.
| |
| − | ___
| |
| − |
| |
| − |
| |
| − | *signed*
| |
| − | [________________________]
| |
| − | %s</pre>
| |
| − | |}
| |
| − |
| |
| − | ====Cyborgization Confirmation Form for Robotics====
| |
| − | This is to get those pesky assistants to wait five seconds and fill out a form before they turn on you and start fireaxing the windows down trying to get borged.
| |
| − | {| class="wikitable" style="width:230px"
| |
| − | |-
| |
| − | |<center>'''Nanotrasen Cyborg Application Form C.C.26'''</center>
| |
| − | <br>
| |
| − | ----
| |
| − | <br>
| |
| − | I (write name here) do hereby consent to brain removal and cyborgization
| |
| − | <br>
| |
| − | ----
| |
| − | I also wish to name my model
| |
| − | <br>
| |
| − | *(write name here)
| |
| − | <br>
| |
| − | ----
| |
| − | <br>
| |
| − | signed<br>
| |
| − | (write name here)
| |
| − | |}
| |
| − | {| class="mw-collapsible mw-collapsed wikitable"
| |
| − | |-
| |
| − | !Paper Markdown:
| |
| − | |-
| |
| − | | scope="row" |
| |
| − | <pre>### <center>Nanotrasen Cyborg Application Form C.C.26</center>
| |
| − | ---
| |
| − |
| |
| − | I [________________________] do hereby consent to brain removal and cyborgization
| |
| − |
| |
| − |
| |
| − | ---
| |
| − | I also wish to name my model
| |
| − | * [__________________________]
| |
| − | ---
| |
| − |
| |
| − | *signed*
| |
| − | %s
| |
| − | </pre>
| |
| − | |}
| |
| − | After you're done, just add
| |
| − |
| |
| − | <font size="1">
| |
| − | <pre>
| |
| − |
| |
| − | Operation successful
| |
| − | %s</pre>
| |
| − | </font size>
| |
| − |
| |
| − | ====Head of Personnel Job Application Form====
| |
| − | This sheet just extra paperwork for assistants and clowns and such that want a job change. If you don't think they are cut out for it send them to ask the head of the area for their stamp of approval.
| |
| − | {| class="wikitable" style="width:230px"
| |
| − | |-
| |
| − | |<center>'''Nanotrasen Job Application Form C.C.23'''</center>
| |
| − | <br>
| |
| − | ----
| |
| − | <br>
| |
| − | I (write name here) would like to change jobs to (write job here) for the following reasons
| |
| − | ----
| |
| − | *
| |
| − | *
| |
| − | *
| |
| − | ----
| |
| − | <br>
| |
| − | signed<br>
| |
| − | (write name here)
| |
| − | |}
| |
| − | {| class="mw-collapsible mw-collapsed wikitable"
| |
| − | |-
| |
| − | !Paper Markdown:
| |
| − | |-
| |
| − | | scope="row" |
| |
| − | <pre>### <center>Nanotrasen Job Application Form C.C.23</center>
| |
| − | ---
| |
| − |
| |
| − | I [________________________] would like to change jobs to **[________________]**
| |
| − |
| |
| − | **For the following reasons**
| |
| − |
| |
| − | ---
| |
| − |
| |
| − | * [_____________________________________]
| |
| − | * [_____________________________________]
| |
| − | * [_____________________________________]
| |
| − |
| |
| − | ---
| |
| − |
| |
| − | *signed*
| |
| − | %s
| |
| − | </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>### <center>Microlite20 Character Sheet</center>
| |
| − |
| |
| − | 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: [__________] </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>### <center>INSPECTION FORM</center>
| |
| − |
| |
| − | **Efficiency**
| |
| − | [_________________________]
| |
| − |
| |
| − | **Adherence to Health & Safety Guidelines**
| |
| − | [__________________]
| |
| − |
| |
| − | **Courtesy shown to Inspector & Overall Approachability**
| |
| − | [_____________]
| |
| − |
| |
| − | **Overall Grade**
| |
| − | [_________]
| |
| − |
| |
| − | **Other Comments**
| |
| − | [____________________________________]
| |
| − | [____________________________________]
| |
| − |
| |
| − | 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>### <center>The Maltese Falcon</center>
| |
| − | <center>Bar - Restaurant</center>
| |
| − |
| |
| − | ---
| |
| − |
| |
| − | 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>### <center>The Maltese Falcon</center>
| |
| − | <center>Bar and Restaurant</center>
| |
| − |
| |
| − | ---
| |
| − |
| |
| − | <center>Burgers</center>
| |
| − |
| |
| − | ***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><center>Sandwiches and bakery items</center>
| |
| − |
| |
| − | ---
| |
| − | ***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><center>Pizzas</center>
| |
| − |
| |
| − | ---
| |
| − |
| |
| − | ***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>### <center>Crime and Punishment</center>
| |
| − |
| |
| − |
| |
| − | **Crimes and name**
| |
| − | ---
| |
| − | * Name
| |
| − | * [____________________________________]
| |
| − |
| |
| − | * Crime
| |
| − | * [____________________________________]
| |
| − | ---
| |
| − | * Name
| |
| − | * [____________________________________]
| |
| − |
| |
| − | * Crime
| |
| − | * [____________________________________]
| |
| − | ---
| |
| − | * Name
| |
| − | * [____________________________________]
| |
| − |
| |
| − | * Crime
| |
| − | * [____________________________________]
| |
| − | ---
| |
| − | * Name
| |
| − | * [____________________________________]
| |
| − |
| |
| − | * Crime
| |
| − | * [____________________________________]
| |
| − | ---
| |
| − | * Name
| |
| − | * [____________________________________]
| |
| − |
| |
| − | * Crime
| |
| − | * [____________________________________]
| |
| − | ---
| |
| − | * Name
| |
| − | * [____________________________________]
| |
| − |
| |
| − | * Crime
| |
| − | * [____________________________________]
| |
| − | ---</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><center>Enemy of Nanotrasen Retirement Contract</center>
| |
| − |
| |
| − | ---
| |
| − |
| |
| − | **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**
| |
| − |
| |
| − | ---
| |
| − | <center>Options</center>
| |
| − |
| |
| − | * Becoming a cyborg [________________]
| |
| − | ---
| |
| − | * Life in prison [_________________]
| |
| − | ---
| |
| − | * Lethal injection [___________________]
| |
| − | </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><center>Detective's Case Notes</center>
| |
| − |
| |
| − |
| |
| − | ---
| |
| − | * Case name
| |
| − | [______________________]
| |
| − |
| |
| − | * Suspected Criminals
| |
| − | [_______________________]
| |
| − | [_______________________]
| |
| − | [_______________________]
| |
| − |
| |
| − | * Clues
| |
| − | [_________________________]
| |
| − | [_________________________]
| |
| − | [_________________________]
| |
| − |
| |
| − | * Crime
| |
| − | [____________________________________]
| |
| − |
| |
| − |
| |
| − | * Case closed?
| |
| − | [_______________________________]
| |
| − |
| |
| − |
| |
| − | *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>### <center>Blocks</center>
| |
| − |
| |
| − | ---
| |
| − |
| |
| − | * 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</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>### <center>Genetics Research</center>
| |
| − |
| |
| − | Nearsightedness [______________]
| |
| − | [_______________]
| |
| − | Seizures [____________]
| |
| − | [___________]
| |
| − | Coughing [____________]
| |
| − | [____________]
| |
| − | Tourettes [____________]
| |
| − | [____________]
| |
| − | Nervousness [____________]
| |
| − | [____________]
| |
| − | [____________]
| |
| − | [____________]
| |
| − | [____________]
| |
| − | Species [____________]
| |
| − | %s</pre>
| |
| − | |}
| |
| − | [[Category:Guides]]
| |