<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://stationeers-wiki.com/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Haggle1996</id>
	<title>Stationeers Community Wiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://stationeers-wiki.com/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Haggle1996"/>
	<link rel="alternate" type="text/html" href="https://stationeers-wiki.com/Special:Contributions/Haggle1996"/>
	<updated>2026-09-21T06:00:21Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.43.8</generator>
	<entry>
		<id>https://stationeers-wiki.com/index.php?title=Kit_(Sign)&amp;diff=27870</id>
		<title>Kit (Sign)</title>
		<link rel="alternate" type="text/html" href="https://stationeers-wiki.com/index.php?title=Kit_(Sign)&amp;diff=27870"/>
		<updated>2026-07-05T23:20:09Z</updated>

		<summary type="html">&lt;p&gt;Haggle1996: Added reference to the archived TextMeshPro documentation, replacing the incorrect mention that BBCode is used (it&amp;#039;s not). Added several more useful tags to the list. I tried to group them by similar function.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Itembox&lt;br /&gt;
| name = Kit (Sign)&lt;br /&gt;
| image = [[File:ItemKitSign.png]]&lt;br /&gt;
| prefabhash = 529996327&lt;br /&gt;
| prefabname = ItemKitSign&lt;br /&gt;
| stacks = 10&lt;br /&gt;
| slot_class = SlotClass.None&lt;br /&gt;
| sorting_class = SortingClass.Kits&lt;br /&gt;
| recipe_machine1 = Autolathe&lt;br /&gt;
| recipe_cost1 = 3g [[Iron]]&lt;br /&gt;
| constructs = [[Sign 1x1]], [[Sign 2x1]]&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Description==&lt;br /&gt;
&lt;br /&gt;
Signs can be placed on walls and frames.&lt;br /&gt;
Use the [[Labeller]] to add text to them.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The sign&#039;s text is capable of being formatted using rich text tags.&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;i&amp;gt;Example: &amp;quot;&amp;amp;lt;b&amp;amp;gt;Important&amp;amp;lt;/b&amp;amp;gt; Sign&amp;quot; would make the &amp;quot;Important&amp;quot; portion of the text appear in bold.&amp;lt;/i&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The current version of Stationeers uses Unity.TextMeshPro version 1.4 to support rich text tags. Official documentation is no longer available at the source but can be found on the [https://web.archive.org/web/20200731125629/http://digitalnativestudios.com/textmeshpro/docs/rich-text/ Wayback Machine].&lt;br /&gt;
&lt;br /&gt;
A list of common formatting properties is provided below:&lt;br /&gt;
	&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Property !! Code&lt;br /&gt;
|-&lt;br /&gt;
| Bold|| Use &amp;amp;lt;b&amp;amp;gt; and &amp;amp;lt;/b&amp;amp;gt;.&lt;br /&gt;
|-&lt;br /&gt;
| Italics|| Use &amp;amp;lt;i&amp;amp;gt; and &amp;amp;lt;/i&amp;amp;gt;.&lt;br /&gt;
|-&lt;br /&gt;
| Underline|| Use &amp;amp;lt;u&amp;amp;gt; and &amp;amp;lt;/u&amp;amp;gt;.&lt;br /&gt;
|-&lt;br /&gt;
| Strikethrough|| Use &amp;amp;lt;s&amp;amp;gt; and &amp;amp;lt;/s&amp;amp;gt;.&lt;br /&gt;
|-&lt;br /&gt;
| Superscript|| Use &amp;amp;lt;sup&amp;amp;gt; and &amp;amp;lt;/sup&amp;amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| Subscript|| Use &amp;amp;lt;sub&amp;amp;gt; and &amp;amp;lt;/sub&amp;amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| Linefeed|| Use &amp;amp;lt;br&amp;amp;gt; to force a linefeed.&lt;br /&gt;
|-&lt;br /&gt;
|Non-breaking Spaces&lt;br /&gt;
|Use &amp;lt;nobr&amp;gt; and &amp;lt;/nobr&amp;gt; to prevent word-wrapping. The font size will be auto scaled to fit the text.&lt;br /&gt;
|-&lt;br /&gt;
|Monospacing&lt;br /&gt;
|Use &amp;lt;mspace=1em&amp;gt; and &amp;lt;/mspace&amp;gt; to monospace the text.&lt;br /&gt;
|-&lt;br /&gt;
| Tab|| Use \t which will add one tab stop.&lt;br /&gt;
|-&lt;br /&gt;
|Margin&lt;br /&gt;
|Use the &amp;lt;margin&amp;gt; tag to add margins to the text. If you only want to adjust the left or right margin, use &amp;lt;margin-left&amp;gt; or &amp;lt;margin-right&amp;gt;.&lt;br /&gt;
&amp;lt;margin=5em&amp;gt;Our margins used to be very wide.&amp;lt;/margin&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| Align|| Use &amp;amp;lt;align=left&amp;amp;gt; and &amp;amp;lt;/align&amp;amp;gt; to make text left justified. &amp;lt;br&amp;gt;&lt;br /&gt;
Use &amp;amp;lt;align=center&amp;amp;gt; and &amp;amp;lt;/align&amp;amp;gt; to make text center justified (default). &amp;lt;br&amp;gt;&lt;br /&gt;
Use &amp;amp;lt;align=right&amp;amp;gt; and &amp;amp;lt;/align&amp;amp;gt; to make text right justified.&lt;br /&gt;
|-&lt;br /&gt;
| Position|| Use &amp;lt;pos=4.25&amp;gt; advances about 4.25 spaces.&lt;br /&gt;
|-&lt;br /&gt;
|Indentation&lt;br /&gt;
|Similar to &amp;lt;pos&amp;gt; but persists across lines. Useful for bullets with word-wrapping. You can use pixels, font units, or percentages.&lt;br /&gt;
 &amp;lt;align=left&amp;gt;&lt;br /&gt;
 1. &amp;lt;indent=15%&amp;gt;It is useful for things like bullet points.&amp;lt;/indent&amp;gt;&lt;br /&gt;
 2. &amp;lt;indent=15%&amp;gt;It is handy.&amp;lt;/indent&amp;gt;&lt;br /&gt;
 &amp;lt;/align&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|Line Indentation&lt;br /&gt;
|&amp;lt;line-indent=15%&amp;gt; to insert a horizontal space directly after the tag. Only affects manual line breaks, not word-wrapped lines.&lt;br /&gt;
|-&lt;br /&gt;
| Size||Use &amp;lt;size=36&amp;gt; to set point size to 36.&amp;lt;br&amp;gt;&amp;lt;size=+18&amp;gt; to increase the point size by 18 points.&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;size=-14&amp;gt; to decrease the point size by 14 points.&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;/size&amp;gt; to end the size tag.&amp;lt;br&amp;gt; &lt;br /&gt;
|-&lt;br /&gt;
|Lowercase, Uppercase, and Smallcaps&lt;br /&gt;
|You can alter capitalization with the following tags:&lt;br /&gt;
&amp;lt;lowercase&amp;gt;Do not press!&amp;lt;/lowercase&amp;gt;&lt;br /&gt;
&amp;lt;uppercase&amp;gt;Do not press!&amp;lt;/uppercase&amp;gt;&lt;br /&gt;
&amp;lt;smallcaps&amp;gt;Do not press!&amp;lt;/smallcaps&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| Color|| &amp;lt;color=red&amp;gt; to set the color to red. Supported colors are black, blue, green, orange, purple, red, white, and yellow.&amp;lt;br&amp;gt;&amp;lt;color=#FF8000&amp;gt; or any other hexadecimal code to define a color.&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;/color&amp;gt; to end the color tag.&lt;br /&gt;
&lt;br /&gt;
Color also supports an alpha channel, such as &amp;lt;color=#FF000088&amp;gt; for semitransparent red.&lt;br /&gt;
|-&lt;br /&gt;
|Alpha&lt;br /&gt;
|&amp;lt;alpha=#88&amp;gt; or similar hexadecimal code to change only the transparency.&lt;br /&gt;
&amp;lt;/alpha&amp;gt; to end the alpha tag.&lt;br /&gt;
|-&lt;br /&gt;
|Mark&lt;br /&gt;
|Used to highlight text within the sign.&lt;br /&gt;
 &amp;lt;margin=2em&amp;gt;Text &amp;lt;mark=#ffff00aa&amp;gt;can be marked&amp;lt;nowiki&amp;gt;&amp;lt;/mark&amp;gt;&amp;lt;/nowiki&amp;gt; with an overlay.&amp;lt;/margin&amp;gt;​​&lt;br /&gt;
|-&lt;br /&gt;
|Character Spacing&lt;br /&gt;
|&amp;lt;cspace=1em&amp;gt; to adjust the character spacing.&lt;br /&gt;
&amp;lt;/cspace&amp;gt; reverts to the default character spacing.&lt;br /&gt;
|-&lt;br /&gt;
|Line Height&lt;br /&gt;
|&amp;lt;line-height=50%&amp;gt; to manually adjust spacing between lines. You can use pixels, font units, or percentages.&lt;br /&gt;
&amp;lt;/line-height&amp;gt; reverts to the default line height.&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Haggle1996</name></author>
	</entry>
</feed>