| iframe |
Insert iframe: [iframe]http://url.here[/iframe] |
<iframe src="{URL}" name="frame1" scrolling="auto" frameborder="no" align="center" width="600" height="500"></iframe><br /> |
 |
Yes |
| img_l |
Insert imgage with text flow to left: [img_l]link to image[/img_l] Your text hereafter. |
<span style="float:left; padding:10px"><img hspace="10" vspace="10" border="0" align="left" src="{URL}" alt="Image" /></span> |
 |
Yes |
| img_r |
Insert imgage with text flow to right: [img_l]link to image[/img_l] Your text |
<span style="float:right; padding:10px"><img width="175" height="175" hspace="10" vspace="10" border="0" align="right" src="{URL}" alt="Image" /></span> |
 |
Yes |
| tab= |
Insert intended text: [tab=number here]your text[/tab] |
<span style="margin-left: {NUMBER}px;">{TEXT}</span> |
 |
Yes |
| br |
Insert line break: [br][/br] |
<br style="clear:both;" /> |
 |
Yes |
| wiki_de= |
Insert link to Wiki DE: [wiki_de=wiki page]wiki description[/wiki_de] |
<a href="http://de.wikipedia.org/wiki/{TEXT1}" class="wikilink" style="color:green;" onclick="window.open(this.href); return false;" title="Wiki: {TEXT1}">{TEXT2}</a> |
 |
Yes |
| wiki_en= |
Insert link to Wiki EN: [wiki_en=wiki page]wiki description[/wiki_en] |
<a href="http://en.wikipedia.org/wiki/{TEXT1}" class="wikilink" style="color:green;" onclick="window.open(this.href); return false;" title="Wiki: {TEXT1}">{TEXT2}</a> |
 |
Yes |
| wiki_it= |
Insert link to Wiki IT: [wiki_it=wiki page]wiki description[/wiki_it] |
<a href="http://it.wikipedia.org/wiki/{TEXT1}" class="wikilink" style="color:green;" onclick="window.open(this.href); return false;" title="Wiki: {TEXT1}">{TEXT2}</a> |
 |
Yes |
| user |
Insert link to user profile: [user]user name[/user] |
<a href="memberlist.php?mode=viewprofile&un={TEXT}" title="{TEXT}" class="userlink">{TEXT}</a> |
 |
Yes |
| mail= |
Insert mailto: [mail=e-mail addres]e-mail addres[/mail] |
<a href="mailto:{EMAIL}" class="maillink">{SIMPLETEXT}</a> |
 |
Yes |
| mp3 |
Insert mp3 stream: [mp3]http://url.to.mp3[/mp3] |
<object type="application/x-shockwave-flash" data="portal/mp3_player/emff_lila_info.swf" width="200" height="55">
<param name="allowScriptAccess" value="sameDomain">
<param name="movie" value="portal/mp3_player/emff_lila_info.swf" />
<param name="quality" value="high">
<param name="FlashVars" value="src={URL}" />
<embed src="portal/mp3_player/emff_lila_info.swf" quality="high" name="lilaplayer" allowscriptaccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" align="middle" width="200" height="55">
</object> |
 |
Yes |
| myspace |
Insert myspace video: [myspace]Myspace video ID[/myspace] |
<object width="400px" height="300px" ><param name="allowFullScreen" value="true"/><param name="wmode" value="transparent"/><param name="movie" value="http://mediaservices.myspace.com/services/media/embed.aspx/m={NUMBER},t=1,mt=video"/><embed src="http://mediaservices.myspace.com/services/media/embed.aspx/m={NUMBER},t=1,mt=video" width="400" height="300" allowFullScreen="true" type="application/x-shockwave-flash" wmode="transparent"></embed></object> |
 |
Yes |
| myvideo_de |
Insert myvideo: [myvideo_de]videonumber[/myvideo_de] |
<object width="400" height="300"><param name="movie" value="http://www.myvideo.de/movie/{TEXT}"></param><embed src="http://www.myvideo.de/movie/{TEXT}" width="400" height="300" type="application/x-shockwave-flash"></embed></object><br />
<a href="http://www.myvideo.de/watch/{TEXT}" target="_blank">Link</a><br /> |
 |
Yes |
| offtopic |
Insert offtopic: [offtopic]your text[/offtopic] |
<i><b><font color="#114499">Offtopic:</font></b> <font color="#2277DD">{TEXT}</font></i> |
 |
Yes |
| marqueedown |
Insert scroll text down: [marqueedown]text[/marqueedown] |
<marquee direction="down" onmouseout="this.start()" onmouseover="this.stop()" loop="-1" scrollamount="4" width="100%">{TEXT}</marquee> |
 |
Yes |
| marqueeleft |
Insert scroll text left: [marqueeleft]text[/marqueeleft] |
<marquee direction="left" onmouseout="this.start()" onmouseover="this.stop()" loop="-1" scrollamount="4" width="100%">{TEXT}</marquee> |
 |
Yes |
| marqueeright |
Insert scroll text right: [marqueeright]text[/marqueeright] |
<marquee direction="right" onmouseout="this.start()" onmouseover="this.stop()" loop="-1" scrollamount="4" width="100%">{TEXT}</marquee> |
 |
Yes |
| marqueeup |
Insert scroll text up: [marqueeup]text[/marqueeup] |
<marquee direction="up" onmouseout="this.start()" onmouseover="this.stop()" loop="-1" scrollamount="4" width="100%">{TEXT}</marquee> |
 |
Yes |
| spoiler |
Insert spoiler: [spoiler]your text here[/spoiler] |
<dl class="codebox"><dt><strong>Spoiler</strong>: <a href="javascript: void(0);" onClick="var spoiler = this.parentNode.parentNode.getElementsByTagName('dd')[0]; if ( spoiler.style.display == 'none' ) { spoiler.style.display = 'block'; this.innerHTML = 'hide'; } else { spoiler.style.display = 'none'; this.innerHTML = 'show'; };">show</a></dt><dd style="display: none;">{TEXT}</dd></dl> |
 |
Yes |
| stream |
Insert stream: [stream]your url[/stream] |
<object type="application/x-shockwave-flash" data="http://www.euerforum.de/media/mp3/emff_lila_info.swf" width="200" height="55">
<param name="movie" value="http://www.euerforum.de/media/mp3/emff_lila_info.swf" />
<param name="FlashVars" value="src={URL}" />
</object> |
 |
Yes |
| strike |
Insert strike: [strike]your text[/strike] |
<strike>{text}</strike> |
 |
Yes |
| sub |
Insert super script: [sub]text[/sub] |
<sub>{SIMPLETEXT}</sub> |
 |
Yes |
| sup |
Insert super script: [sup]your text[/sup] |
<sup>{TEXT}</sup> |
 |
Yes |
| indent |
Insert text indent: [indent]text[/indent] |
<div style="text-indent:1em;">{TEXT}</div> |
 |
Yes |
| outdent |
Insert text outdent: [outdent]text[/outdent] |
<div style="text-indent:-1em; padding-left:1em;">{TEXT}</div> |
 |
Yes |
| warning |
Insert warning: [warning]Text[/warning] |
<table style='margin:0;width:450px;min-height:100px;border:1px dashed #740000;'>
<tr>
<td align='middle' bgcolor='#ff6060' valign='center' width='1%'><br />
<FONT color='#ffffff' size='+7'><b> ! </b></font><br /></td>
<td valign='top' cellpadding="5" style='background:#F2DDDD' >{TEXT}</td>
</tr>
</table> |
 |
Yes |
| youtube |
Insert youtube: [youtube]videonumber[/youtube] |
<object width="425" height="350"><param name="movie" value="https://www.youtube.com/v/{TEXT}"></param><param name="wmode" value="transparent"></param><embed src="https://www.youtube.com/v/{TEXT}" type="application/x-shockwave-flash" wmode="transparent" width="425" height="350"></embed></object><br />
<a href="https://youtube.com/watch?v={TEXT}" target="_blank">Link</a><br /> |
 |
Yes |