Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Kit (Sign): Difference between revisions

From Stationeers Wiki
Chrisbitz (talk | contribs)
formatting commands
Chrisbitz (talk | contribs)
mNo edit summary
Line 22: Line 22:
| Italics|| Use <i> and </i>.
| Italics|| Use <i> and </i>.
|-
|-
| Underline|| Use <u> and </u>.
| Underline|| Use < and </u>.
|-
|-
| Superscript|| Use <sup> and </sup>
| Superscript|| Use <sup> and </sup>
Line 28: Line 28:
| Subscript|| Use <sub> and </sub>
| Subscript|| Use <sub> and </sub>
|-
|-
| Linefeed|| Use \n to force a linefeed.
| Linefeed|| Use <br> to force a linefeed.
|-
|-
| Tab|| Use \t which will add one tab stop.
| Tab|| Use \t which will add one tab stop.

Revision as of 07:36, 6 August 2020

Kit (Sign)
Properties
Stacks Yes (10)
Recipe
Created With Autolathe
Cost 3g Iron


Description

Signs are placeable only on frames. Use the Labeller to add text to them.



Property Code
Bold Use <b> and </b>.
Italics Use <i> and </i>.
Underline Use < and </u>.
Superscript Use <sup> and </sup>
Subscript Use <sub> and </sub>
Linefeed Use <br> to force a linefeed.
Tab Use \t which will add one tab stop.
Position Use <pos=4.25> advances about 4.25 spaces.
Size Use <size=36> to set point size to 36.
<size=+18> to increase the point size by 18 points.

<size=-14> to decrease the point size by 14 points.
</size> to end the size tag.

Color <color=red> to set the color to red. Several other colors are pre-defined.

<#FF8000> or any other hexadecimal code to define a color.
</color> to end the color tag.