Difference between revisions of "Kit (Sign)"
From Unofficial Stationeers Wiki
(formatting commands) |
(Add strikethrough) |
||
| (5 intermediate revisions by 5 users not shown) | |||
| Line 1: | Line 1: | ||
{{Itembox | {{Itembox | ||
| − | + | | name = Kit (Sign) | |
| − | + | | image = [[File:ItemKitSign.png]] | |
| − | + | | prefabhash = 529996327 | |
| − | + | | prefabname = ItemKitSign | |
| − | + | | stacks = 10 | |
| + | | slot_class = SlotClass.None | ||
| + | | sorting_class = SortingClass.Kits | ||
| + | | recipe_machine1 = Autolathe | ||
| + | | recipe_cost1 = 3g [[Iron]] | ||
| + | | constructs = [[Sign 1x1]], [[Sign 2x1]] | ||
}} | }} | ||
==Description== | ==Description== | ||
| − | Signs | + | 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.<br> | ||
| + | <i>Example: "<b>Important</b> Sign" would make the "Important" portion of the text appear in bold.</i> | ||
| + | A list of common formatting properties is provided below: | ||
{| class="wikitable" | {| class="wikitable" | ||
| Line 23: | Line 32: | ||
|- | |- | ||
| Underline|| Use <u> and </u>. | | Underline|| Use <u> and </u>. | ||
| + | |- | ||
| + | | strikethrough|| Use <s> and </s>. | ||
|- | |- | ||
| Superscript|| Use <sup> and </sup> | | Superscript|| Use <sup> and </sup> | ||
| Line 28: | Line 39: | ||
| Subscript|| Use <sub> and </sub> | | Subscript|| Use <sub> and </sub> | ||
|- | |- | ||
| − | | Linefeed|| Use | + | | 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. | ||
| + | |- | ||
| + | | Align|| Use <align=left> and </align> to make text left justified. <br> | ||
| + | Use <align=center> and </align> to make text center justified (default). <br> | ||
| + | Use <align=right> and </align> to make text right justified. | ||
|- | |- | ||
| Position|| Use <pos=4.25> advances about 4.25 spaces. | | Position|| Use <pos=4.25> advances about 4.25 spaces. | ||
Latest revision as of 13:25, 22 September 2025
![]() | |
| Constructing Options | Sign 1x1, Sign 2x1 |
|---|---|
| Properties | |
| Stacks | Yes (10) |
| Recipes | |
| Autolathe | 3g Iron |
| Logic | |
| Item Hash | 529996327 |
| Item Name | ItemKitSign |
| Logic Classes |
SlotClass.None SortingClass.Kits |
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>. |
| 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. Use <align=center> and </align> to make text center justified (default). |
| 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. |
| 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. |

