TGMC:Paperwork: различия между версиями

Материал из MassMeta
Перейти к навигации Перейти к поиску
imported>Letter N
м (stops the text from going off-screen)
imported>Letter N
(steals cool design from the tg wiki part 1)
Строка 1: Строка 1:
==Writing Tools==


== Pen and crayon commands ==
===[[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.


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


[br] - [\br] : Creates a linebreak.
==Writing==
Writing is performed by using any writing tool on [[paper]], with any standard writing utensil.<br>


[center] - [\center] : Centers the text.
{| class="wikitable"
! style="background: #ABE" | Description
! style="background: #ABE" width=40% | You type
! style="background: #ABE" width=40% | You get
|-
| Bold text
| <pre>
[b]Bold text.[/b]
</pre>
|
'''Bold text.'''
|-
| Italic text
| <pre>
[i]Italics text.[/i]
</pre>
|
''Italics text.''
|-
| Underline text.
| <pre>
[u]Underline text.[/u]
</pre>
|
<u>Underline text.</u>
|-
| Linebreak.
| <pre>
Lorem ipsum dolor sit amet, consectetur adipiscing elit.[br]
Nulla scelerisque lorem commodo, sodales tortor sed, ullamcorper ante.
</pre>
|
Lorem ipsum dolor sit amet, consectetur adipiscing elit.<br> Nulla scelerisque lorem commodo, sodales tortor sed, ullamcorper ante.
|-
| 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>
[list]
[*] Item one
[*] Item two
  [*] Subitem one
[/list]
</pre>
|
* Item one
* Item two
** Subitem one
|-
| Horizontal rules
| <pre>
Before line.
[hr]
After line.
</pre>
|
Before line.
----
After line.
|-
| Large text
| <pre>
[large]Large text.[/large]
</pre>
|
<font size="3">Large text.</font size>
|-
| Small text
| <pre>
[small]Small text.[/small]
</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.
|-
| Station/Ship date
| <pre>
[date]
</pre>
|
12/04/2557
|-
| Station/Ship time
| <pre>
[time]
</pre>
|
12:00
|-
| Field
| <pre>
[field]
</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]H1[/h1]
[h2]H2[/h2]
</pre>
|
<font size="6"><u>H1</u></font size><br>
<br>
<font size="5">H2</font size>
|}


[h1] - [\h1] : Makes the text a first level heading.
==Forms Ready for Use==


[h2] - [\h2] : Makes the text a second level headin.
Here are some forms you can use to make your life easier:
 
[h3] - [\h3] : Makes the text a third level heading.
 
[b] - [\b] : Makes the text bold.
 
[i] - [\i] : Makes the text italic.
 
[u] - [\u] : Makes the text underlined.
 
[large] - [\large] : Increases the size of the text.
 
[sign] : Inserts a signature of your name in a foolproof way.
 
[field] : Inserts an invisible field which lets you start type from there. Useful for forms.
 
[date] : Inserts today's station date.
 
[time] : Inserts the current station time.
 
== Pen exclusive commands ==
 
 
[small] - [\small] : Decreases the size of the text.
 
[list] - [\list] : A list.
 
[*] : A dot used for lists.
 
[hr] : Adds a horizontal rule.
 
 
 
=== Examples ===


====== Admin Fax to Corporate Liaison ======
====== Admin Fax to Corporate Liaison ======
Строка 71: Строка 162:
====== Corporate Liaison Fax Template ======
====== Corporate Liaison Fax Template ======


{| class="wikitable" style="width:350px;"
|-
|<center><font size="5">[[File:NTlogo.png|x32px|y32px]]'''Nanotrasen Liaison Report'''</font></center><br>
<font size="1">
<b>Date:</b><br>
<b>To:</b> Nanotrasen Central Command<br>
<b>Subject:</b><br>
----
Dear Centcom,
Yours Truly,
----
<i>An official Nanotrasen document.</i>
</font>
|}
{| class="mw-collapsible mw-collapsed wikitable"
|-
!Paper Markdown:
|-
| scope="row" |
<pre>
<pre>
[center][ntlogo]
[center][ntlogo]
 
[b][h2]Nanotrasen Liaison Report[/h2][/b]
 
[/center]
[b][h2]Nanotrasen Liaison Report[/h2][/b][/center]


[small]
[small]
 
[b]Date:[/b] [date][br]
[b]Date:[/b] [date]
[b]To:[/b] Nanotrasen Central Command[br]
 
[b]Subject:[/b] [field][br]
 
[/small]
[b]To:[/b] Nanotrasen Central Command
 
 
[b]Subject:[/b] [field]
 
 
 
[hr]
[hr]
Dear Centcom,
Dear Centcom,
Строка 100: Строка 205:


[field]
[field]




[hr]
[hr]
[i]An official Nanotrasen document.[/i]
[i]An official Nanotrasen document.[/i]
</pre>
</pre>
|}

Версия от 05:21, 24 октября 2019

Writing Tools

PenPen

Pens come in a few different colors, black or blue by default, and some departments will be provided with red pens.

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

Bold text.

Italic text
[i]Italics text.[/i]

Italics text.

Underline text.
[u]Underline text.[/u]

Underline text.

Linebreak.
Lorem ipsum dolor sit amet, consectetur adipiscing elit.[br]
Nulla scelerisque lorem commodo, sodales tortor sed, ullamcorper ante.

Lorem ipsum dolor sit amet, consectetur adipiscing elit.
Nulla scelerisque lorem commodo, sodales tortor sed, ullamcorper ante.

Centering text
[center]Centered text.[/center]
Centered text.
Lists
[list]
[*] Item one
[*] Item two
  [*] Subitem one
[/list]
  • Item one
  • Item two
    • Subitem one
Horizontal rules
Before line.
[hr]
After line.

Before line.


After line.

Large text
[large]Large text.[/large]

Large text.

Small text
[small]Small text.[/small]

Small text.

Signature
[sign]

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

Station/Ship date
[date]

12/04/2557

Station/Ship time
[time]

12:00

Field
[field]

[field] tags are not visible when reading a paper,
but when writing on said paper a [Write] button will be visible,
similar to the button at the bottom of the paper.

Headers
[h1]H1[/h1]
[h2]H2[/h2]

H1

H2

Forms Ready for Use

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

Admin Fax to Corporate Liaison
[small][center][logo]
Secure Communication SC-CLTMGC-01a[/center]
[hr][b]Assignment detail[/b]
Vessel: Theseus
Date, Time: [date], [time]
Index: #001
[hr]
Recipient: Corporate Liason, Theseus.
Subject: [b] Lack of update [/b]

Details of the message

Regards,
[center]NanoTrasen[/center]

[hr]

[small][i]This message is intended only for the Corporate Liason aboard the Thesues, 
all other suchs persons should not read, receive a copy, or be exposed to this communication in any form. 
Failing to adhere to this warning will result in liquidation of division under Act 09.B-4. 
By authoring a reply to this transmission, the liason confirms they abide by the regulations as set forth to them.[/i][/small]
Corporate Liaison Fax Template
y32pxNanotrasen Liaison Report

Date:
To: Nanotrasen Central Command
Subject:


Dear Centcom,

Yours Truly,


An official Nanotrasen document.

Paper Markdown:
[center][ntlogo]
[b][h2]Nanotrasen Liaison Report[/h2][/b]
[/center]

[small]
[b]Date:[/b] [date][br]
[b]To:[/b] Nanotrasen Central Command[br]
[b]Subject:[/b] [field][br]
[/small]
[hr]
Dear Centcom,
[list]

[field]

[/list]

Yours Truly,

[field]


[hr]
[i]An official Nanotrasen document.[/i]