Actions

Kit (Sign)

From Unofficial Stationeers Wiki

Kit (Sign)
ItemKitSign.png
Stacks 10
Recipe
Created With Autolathe
Cost 3g Iron


Description[edit]

Signs can be placed on walls and frames. Use the Labeller to add text to them.


The sign's text is capable of being formatted using standard BBCode formatting.
Example: "<b>Important</b> Sign" would make the "Important" portion of the text appear in bold.

A list of common formatting properties is provided below:

Property Code
Bold Use <b> and </b>.
Italics Use <i> and </i>.
Underline Use <u> 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.
Align Use <align=left> and </align> to make text left justified.

Use <align=center> and </align> to make text center justified (default).
Use <align=right> and </align> to make text right justified.

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.