WSN Codes übernehmen Funktionen von HTML. Sie können dies Codes verwenden, um Ihre Nachrichten zu formatieren. Diese WSN Codes sind verfügbar:

WSN Code HTML Äquivalent Beschreibung
[b]Ihr Text[/b] <b>Ihr Text</b> Put text in bold.
[i]Ihr Text[/i] <em>Ihr Text</em> Put text in italics.
[u]Ihr Text[/u] <u>Ihr Text</u> Underline text
[quote=Parameter]Ihr Text[/quote] <div class="quote well"><span class="quoteby label label-default">Parameter wrote:</span><br />Ihr Text</div> Quote text written by someone.
[quote]Ihr Text[/quote] <div class="quote well">Ihr Text</div> Quote without attribution.
[url=Parameter]Ihr Text[/url] <a target="_blank" rel="nofollow" href="Parameter">Ihr Text</a> Link text to a URL.
[url]Ihr Text[/url] <a target="_blank" rel="nofollow" href="Ihr Text">Ihr Text</a> Link a URL.
[img]Ihr Text[/img] <img src="Ihr Text" border="0" alt="" /> Display an image from a URL.
[code]Ihr Text[/code] <pre class="code">Ihr Text</pre> Type code such as HTML, PHP, C++, etc.
[color=Parameter]Ihr Text[/color] <span style="color: Parameter">Ihr Text</span> Places text in specified color.
[size=Parameter]Ihr Text[/size] <font size="Parameter">Ihr Text</font> Set the size of text.
[list]Ihr Text[/list] <ul>Ihr Text</ul> List of bullet points.
[*]Ihr Text <li>Ihr Text Bullet point inside a list.
[numbered]Ihr Text[/numbered] <ol>Ihr Text</ol> Numbered list.
[font=Parameter]Ihr Text[/font] <span style="font-family: Parameter">Ihr Text</span> Put text in the specified font.
[hr]Ihr Text <hr style="width: 100%; height: 2px;">Ihr Text Horizontal rule.
[center]Ihr Text[/center] <div style="text-align: center;">Ihr Text</div> Center text.
[right]Ihr Text[/right] <div style="text-align: right;">Ihr Text</div> Align text to right.
[indent=Parameter]Ihr Text[/indent] <div style="margin-left: Parameterpx;">Ihr Text</div> Indent by specified number of pixels.
[highlight=Parameter]Ihr Text[/highlight] <span style="background-color: Parameter">Ihr Text</span> Set background color for text.
[email]Ihr Text[/email] <a href="mailto:Ihr Text">Ihr Text</a> Clickable email address.
[strike]Ihr Text[/strike] <strike>Ihr Text</strike> Cross out text.
[youtube]Ihr Text[/youtube] <iframe width="420" height="315" src="https://www.youtube.com/embed/Ihr Text" frameborder="0" allowfullscreen></iframe> Embeds a YouTube video.
[sub]Ihr Text[/sub] <sub>Ihr Text</sub> Subscript.
[sup]Ihr Text[/sup] <sup>Ihr Text</sup> Superscript.
[fullfont Parameter]Ihr Text[/fullfont] <font Parameter>Ihr Text</font> Set a font face, size or family.
[cite=Parameter]Ihr Text[/cite] <div class="quote cite"><span class="quoteby">From source Parameter:</span><br />Ihr Text</div> Cites a source.
[profile]Ihr Text[/profile] <a href="memberlist.php?action=profile&name=Ihr Text">{CONTENT</a> Links a member profile.
[image]Ihr Text[/image] <img src="download.php?filetitle=Ihr Text"> Displays the attached image with the specified filename, if present.
[image=Parameter]Ihr Text[/image] <img src="thumbnail.php?size=Parameter&filetitle=Ihr Text"> Displays thumbnail of the attached image with the specified filename, if present. E.g. use 300x200 as the parameter for a 300x200 thumbnail.