Jump to content
Main menu
Main menu
move to sidebar
hide
Navigation
Main page
Recent changes
Random page
Help about MediaWiki
/VM/station wiki
Search
Search
Log in
Personal tools
Log in
Pages for logged out editors
learn more
Contributions
Talk
Editing
Paper Markdown
(section)
Page
Discussion
English
Read
Edit
View history
Tools
Tools
move to sidebar
hide
Actions
Read
Edit
View history
General
What links here
Related changes
Special pages
Page information
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
===General Needs=== ====Simple Request Form==== For requests of special items, like from the autolathe, it may be a good idea to have a form for people to fill out. The following papercode creates a simple request form: {| class="wikitable" style="width:230px" |- |<center>'''General Request Form'''</center><br> * Full Name: * Request: * Reason for request:<br> <br> <br> <br> <i>Sign Below</i> |} {| class="mw-collapsible mw-collapsed wikitable" |- !Paper Markdown: |- | scope="row" | <pre>|^General Request Form^| * Full Name: %f * Request: %f * Reason for request: %f *Sign Below* </pre> |} ====Complex Request Form==== For people that you dislike, or maybe anyone who asks for all access. {| class="wikitable" style="width:230px" |- |<center>'''Request Form'''</center><br> Full Name: <br> Age: <br> Birthdate: <br> Bloodtype: <br> Shoe size: <br> SSN: <br> Astrological Sign: <br> Job Title: <br> Are you a traitor, 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>|^Request Form^| Full Name: %f Age: %f Birthdate: %f Bloodtype: %f Shoe size: %f SSN: %f Astrological Sign: %f Job Title: %f Are you a traitor, changling, wizard, cultist, or revolutionary? %f Request: %f Reason for request: %f *Sign Below* %f </pre> |} ====Space Suit Sheet==== A proper way to apply for a space suit. If you get the HoP's stamp of approval you're less likely to get robusted by security if you have a space suit. '''Requires editing in your department and a proper reason.''' {| class="wikitable" style="width:230px" |- |<center>'''Application for a space suit'''</center> ---- I (name) would like to ask for permission for a '''Space suit''' in '''EVA''' in case of a atmospheric emergency that requires I need one. ---- signed<br> Atmospheric Tech<br> (name) |} {| class="mw-collapsible mw-collapsed wikitable" |- !Paper Markdown: |- | scope="row" | <pre>|^**Application for a space suit**^| --- I %s would like to ask for permission for a **Space suit** in **EVA** in case of a atmospheric emergency that requires I need one. --- signed Atmospheric Tech %s</pre> |} ====Weapon Permit==== For authorizing Non-Sec Crew members to have a weapon {| class="wikitable" style="width:230px" |- |<center>'''Weapon Permit'''</center><br> I, the (Title), authorize (Full Name) to have a (weapon) <br> <i>Signed,</i> |} {| class="mw-collapsible mw-collapsed wikitable" |- !Paper Markdown: |- | scope="row" | <pre>|^**Weapon Permit**^| I, the %f , authorize %f to have a %f *Signed,* </pre> |} ====Complaint Form==== Got a complaint? {| class="wikitable" style="width:230px" |- |<center><B>Complaint Form</B></center> ---- <br> *Complainer's Name: *Complainer's Job: *Complaint Against's Name: *Complaint Against's Job: *Reason For Complaint: ---- <br> Signed (name) |} {| class="mw-collapsible mw-collapsed wikitable" |- !Paper Markdown: |- | scope="row" | <pre>|** Complaint Form: **| --- * Complainer's Name: %f * Complainer's Job: %f * Complaint Against's Name: %f * Complaint Against's Job: %f * Reason For Complaint: %f --- Signed</pre> |} ====Employee of the Month Form==== To perform a survey to determine the employee of the month in your department. {| class="wikitable" style="width:230px" |- |<center>'''Employee of the Month Survey'''</center><br> Full Name: <br> Job Title: <br> Recommendation: <br> Reason for Recommendation <br> <br> <i>Sign Below</i> |} {| class="mw-collapsible mw-collapsed wikitable" |- !Paper Markdown: |- | scope="row" | <pre>|^Employee of the Month Survey^| Full Name: %f Job Title: %f Recommendation: %f Reason for Recommendation: %f *Sign Below* </pre> |} ====Insulated Gloves Sheet==== A good way to get insulated gloves: Have you ever felt "oh man I want some insulated gloves". Well there's two ways to do this. You can do it the ron burgandy way and get a welder, weld into tech storage and have sec chasing you up and down. Or you can get HoP's approval and get some from Cargo Bay. If you have a HoP stamp, Cargonia daren't object to your request... and the HoP is probably happy for a reason to exist (generally a HoP will love it if you do your own paperwork). '''Requires editing in your department and a proper reason.''' {| class="wikitable" style="width:230px" |- |<center>'''Application for insulated gloves'''</center> <br> ---- <br> I (name) would like to ask for permission for '''insulated gloves''' in '''cargo(nia)''' in case of a atmospheric emergency that requires I need one. ---- <br> signed<br> Atmospheric Tech<br> (name) |} {| class="mw-collapsible mw-collapsed wikitable" |- !Paper Markdown: |- | scope="row" | <pre>|^**Application for insulated gloves**^| --- I %s would like to ask for permission for **insulated gloves** in **cargo(nia)** in case of a atmospheric emergency that requires I need one. signed %f %s</pre> |} ====Cyborgization Confirmation Form for Robotics==== This is to get those pesky assistants to wait five seconds and fill out a form before they turn on you and start fireaxing the windows down trying to get borged. {| class="wikitable" style="width:230px" |- |<center>'''Nanotrasen Cyborg Application Form C.C.26'''</center> <br> ---- <br> I (write name here) do hereby consent to brain removal and cyborgization <br> ---- I also wish to name my model <br> *(write name here) <br> ---- <br> signed<br> (write name here) |} {| class="mw-collapsible mw-collapsed wikitable" |- !Paper Markdown: |- | scope="row" | <pre>|^**Nanotrasen Cyborg Application Form C.C.26**^| --- I %f do hereby consent to brain removal and cyborgization --- I also wish to name my model (( * %f )) --- signed </pre> |} After you're done, just add <font size="1"> <pre> Operation successful %s</pre> </font size> ====Head of Personnel Job Application Form==== This sheet just extra paperwork for assistants and clowns and such that want a job change. If you don't think they are cut out for it send them to ask the head of the area for their stamp of approval. {| class="wikitable" style="width:230px" |- |<center>'''Nanotrasen Job Application Form C.C.23'''</center> <br> ---- <br> I (write name here) would like to change jobs to (write job here) for the following reasons ---- * * * ---- <br> signed<br> (write name here) |} {| class="mw-collapsible mw-collapsed wikitable" |- !Paper Markdown: |- | scope="row" | <pre>|^**Nanotrasen Job Application Form C.C.23**^| --- I %f would like to change jobs to ** %f ** |For the following reasons| --- (( * %f * %f * %f )) --- signed </pre> |} ====Dungeons & Dragons Sheet==== Modifed LLA Dungeon & Dragons sheet to work with our Microlite20 core rules. {| class="wikitable" style="width:230px" |- |<center>'''Microlite20 Character Sheet'''</center> <br> Race:<br> <font size="1"> human, dwarf, elf, halfling </font size> <br> <br> Class:<br> <font size="1"> cleric, fighter, rogue, wizard </font size> <br> <br> Alignment:<br> <br> Hit Points:<br> Armor:<br> Armor bonus<br> <br> Stats:<br> STR:<br> DEX:<br> MIND:<br> <br> Skills:<br> Physical:<br> Subterfuge:<br> Knowledge:<br> Communication:<br> <br> Weapon 1:<br> Weapon 2:<br> Spells:<br> <br> Items:<br> Money: |} {| class="mw-collapsible mw-collapsed wikitable" |- !Paper Markdown: |- | scope="row" | <pre>|^**Microlite20 Character Sheet**^| Race: %f ((human, dwarf, elf, halfling)) Class: %f ((cleric, fighter, rogue, wizard)) Alignment: %f Hit Points: %f Armor: %f Armor Bonus: %f Stats: STR: %f DEX: %f MIND: %f Skills: Physical: %f Subterfuge: %f Knowledge: %f Communication: %f Weapon 1: %f Weapon 2: %f Spells: %f Items: %f Money: </pre> |} ====Inspection Form for Inspecting==== Inspection form for departmental inspections, etc. {| class="wikitable" style="width:230px" |- |<center>'''INSPECTION FORM'''</center> <br> '''Efficiency''' <br> <br> '''Adherence to Health & Safety Guidelines''' <br> <br> '''Courtesy shown to Inspector & Overall Approachability''' <br> <br> '''Overall Grade''' <br> <br> '''Other Comments''' <br> <br> Glory to Nanotrasen. <br> (signed) |} {| class="mw-collapsible mw-collapsed wikitable" |- !Paper Markdown: |- | scope="row" | <pre>^|**INSPECTION FORM**|^ **Efficiency** %f **Adherence to Health & Safety Guidelines** %f **Courtesy shown to Inspector & Overall Approachability** %f **Overall Grade** %f **Other Comments** %f Glory to Nanotrasen. %s</pre> |}
Summary:
Please note that all contributions to /VM/station wiki may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see
/VM/station wiki:Copyrights
for details).
Do not submit copyrighted work without permission!
Cancel
Editing help
(opens in new window)
Toggle limited content width