History

Current version

3/8/2026, 10:06:35 PM

Imported from wiki

by tmascroft · 3/8/2026, 9:31:56 PM

Kit (Sign)

## Kit (Sign)

:::infobox
| Property | Value |
|----------|-------|
| Stacks | 10 |
| Prefab Hash | 529996327 |
| Prefab Name | ItemKitSign |
| Slot Class | SlotClass.None |
| Sorting Class | SortingClass.Kits |
| Recipe Machine | Autolathe |
| Recipe Cost | 3g [Iron](/wiki/iron) |
| Constructs | [Sign 1x1](/wiki/sign-1x1), [Sign 2x1](/wiki/sign-2x1) |

![Kit (Sign)](ItemKitSign.png)
:::

## Description

Signs can be placed on walls and frames.
Use the [Labeller](/wiki/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>. |
| strikethrough | Use <s> and </s>. |
| 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.
 |
| 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.
 |
| Color | <color=red> to set the color to red. Several other colors are pre-defined.
 |