Difference between revisions of "Kit (Sign)"
From Unofficial Stationeers Wiki
(formatting commands) |
|||
| Line 10: | Line 10: | ||
Signs are placeable only on frames. Use the [[Labeller]] to add text to them. | Signs are placeable only on frames. Use the [[Labeller]] to add text to them. | ||
| + | |||
| + | |||
| + | |||
| + | |||
| + | {| class="wikitable" | ||
| + | |- | ||
| + | ! 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 \n 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.<br><size=+18> to increase the point size by 18 points.<br> | ||
| + | <size=-14> to decrease the point size by 14 points.<br> | ||
| + | </size> to end the size tag.<br> | ||
| + | |- | ||
| + | | Color|| <color=red> to set the color to red. Several other colors are pre-defined.<br> | ||
| + | <#FF8000> or any other hexadecimal code to define a color.<br> | ||
| + | </color> to end the color tag.<br> | ||
| + | |} | ||
Revision as of 01:19, 30 July 2020
![]() | |
| 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 <u> and </u>. |
| Superscript | Use <sup> and </sup> |
| Subscript | Use <sub> and </sub> |
| Linefeed | Use \n 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. |
| 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. |

