Actions

Difference between revisions of "Kit (Sign)"

From Unofficial Stationeers Wiki

(added formatting commands)
 
(6 intermediate revisions by 4 users not shown)
Line 1: Line 1:
 
{{Itembox
 
{{Itembox
| name       = Kit (Sign)
+
| name = Kit (Sign)
| image       = [[File:ItemKitSign.png]]
+
| image = [[File:ItemKitSign.png]]
| stacks     = 10
+
| prefabhash = 529996327
| createdwith = [[Autolathe]]
+
| prefabname = ItemKitSign
| cost        = 3g [[Iron_Ingot|Iron]]
+
| 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 are placeable only on frames. Use the [[Labeller]] to add text to them.
+
Signs can be placed on walls and frames.
 +
Use the [[Labeller]] to add text to them.
  
these are the formatting commands:
 
  
Bold         Use <b> and </b>.
+
The sign's text is capable of being formatted using standard BBCode formatting.<br>
Italics         Use <i> and </i>.
+
<i>Example: "&lt;b&gt;Important&lt;/b&gt; Sign" would make the "Important" portion of the text appear in bold.</i>
Underline Use <u> and </u>.
+
 
Superscript Use <sup> and </sup>
+
A list of common formatting properties is provided below:
Subscript Use <sub> and </sub>
+
Linefeed Use \n to force a linefeed.
+
{| class="wikitable"
Tab         Use \t which will add one tab stop.
+
|-
Position Use <pos=4.25> advances about 4.25 spaces.
+
! Property !! Code
Size         Use <size=36> to set point size to 36.
+
|-
                <size=+18> to increase the point size by 18 points.
+
| Bold|| Use &lt;b&gt; and &lt;/b&gt;.
                <size=-14> to decrease the point size by 14 points.
+
|-
                </size> to end the size tag.
+
| Italics|| Use &lt;i&gt; and &lt;/i&gt;.
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.
+
| Underline|| Use &lt;u&gt; and &lt;/u&gt;.
                </color> to end the color tag.
+
|-
 +
| Superscript|| Use &lt;sup&gt; and &lt;/sup&gt;
 +
|-
 +
| Subscript|| Use &lt;sub&gt; and &lt;/sub&gt;
 +
|-
 +
| Linefeed|| Use &lt;br&gt; to force a linefeed.
 +
|-
 +
| Tab|| Use \t which will add one tab stop.
 +
|-
 +
| Align|| Use &lt;align=left&gt; and &lt;/align&gt; to make text left justified. <br>
 +
Use &lt;align=center&gt; and &lt;/align&gt; to make text center justified (default). <br>
 +
Use &lt;align=right&gt; and &lt;/align&gt; 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.<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>
 +
|}

Latest revision as of 07:00, 10 July 2024

Kit (Sign)
ItemKitSign.png
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>.
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.