| outdent |
Insert text outdent: [outdent]text[/outdent] |
<div style="text-indent:-1em; padding-left:1em;">{TEXT}</div> |
 |
Yes |
| align= |
Insert align: [align=direction]your text[/align] |
<div style="text-align: {TEXT1};">{TEXT2}</div> |
 |
Yes |
| pswdspoil= |
Insert Password Spoiler: [pswdspoil=password]Message[/pswdspoil] |
<div style="margin:20px; margin-top:5px">
<div class="smallfont" style="margin-bottom:2px"> <b>Spoiler</b>:
<input type="button" value="Show" style="width:45px;font-size:10px;margin:0px;padding:0px;" onClick="password=prompt('Please enter password to view this message...',' ');
if (password=='{SIMPLETEXT}')
{
alert('Password Accepted!');
if (this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display != '')
{
this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display = '';
this.innerText = '';
this.value = 'Hide'; }
else
{
this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display = 'none';
this.innerText = '';
this.value = 'Show';
}
}
">
</div>
<div class="alt2" style="margin: 0px; padding: 6px; border: 1px inset;">
<div style="display: none;"> {TEXT} </div>
</div>
</div> |
 |
Yes |
| center |
Insert center: [center]your text[/center] |
<div style="margin: auto; text-align: center; width: 100%">{TEXT}</div> |
 |
Yes |
| textarea |
Insert Textarea: [textarea]Text here[/textarea] |
<div style="border: 1px solid black; padding: 10px; background-color: rgb(255, 255, 255); color: rgb(0, 0, 0);">{TEXT}</div> |
 |
Yes |
| hsimg2 |
Insert Highslide Image with text: [hsimg]link to image, text[/hsimg] |
<div class="highslide-gallery"><a href="{URL}" class="highslide" onclick="return hs.expand(this)">{TEXT}</a></div> |
 |
Yes |
| hsimg |
Insert Highslide Image: [hsimg]link to image[/hsimg] |
<div class="highslide-gallery">
<a href="{URL}" class="highslide" onclick="return hs.expand(this)"><img src="{URL}" alt="" title="Click to enlarge" style="max-width:300px; max-height:300;" /></a><div class="highslide-heading"></div>
</div> |
 |
Yes |
| br |
Insert line break: [br][/br] |
<br style="clear:both;" /> |
 |
Yes |
| resizedimg |
Insert Resized Img: [resizedimg]Full URL to image[/resizedimg] |
<a href="{URL}"><img style="max-width:150px; max-height; 150px;" src="{URL}" alt="Image" /></a> |
 |
Yes |
| search= |
Insert forum search: [search=keyword]keyword[/search] |
<a href="search.php?st=0&sk=t&sd=d&keywords={TEXT2}" class="searchlink">{TEXT}</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 |
| ThumbnailPop |
Insert Thumbnail Pop-Up: [ThumbnailPop]Full Url of Image[/ThumbnailPop] |
<a href="javascript:void(0)" onclick="window.open('{URL}', 'MyPopUp', 'width=500,height=500,resize=1,toolbar=0,scrollbars=1,screenX=200,screenY=200,left=200,top=200')"><img style="max-width:250px; max-height; 250px;" src="{URL}" alt="Image" /></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 |
| 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_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 |
| album |
GALLERY_HELPLINE_ALBUM |
<a class="highslide" onclick="return hs.expand(this)" href="http://twcportal.de/gallery/image.php?image_id={NUMBER}"><img src="http://twcportal.de/gallery/image.php?mode=thumbnail&image_id={NUMBER}" alt="{NUMBER}" /></a> |
 |
Yes |
| share |
Insert Share: [share][/share] |
<a class="a2a_dd" href="http://www.addtoany.com/share_save"><img src="http://static.addtoany.com/buttons/share_save_171_16.png" width="171" height="16" border="0" alt="Share/Save/Bookmark"/></a><script type="text/javascript">a2a_linkname=document.title;a2a_linkurl=location.href;</script><script type="text/javascript" src="http://static.addtoany.com/menu/page.js"></script> |
 |
Yes |
| neocounter= |
Insert Neocounter: [neocounter={NUMBER} Your ID]{NUMBER1} Longitude,{NUMBER2} Altitude[/neocounter] |
<!-- NeoWORX NeoEarth ... START of code -->
<script language='javascript' src='http://www.neoworx.net/neocounter/neocounter2/neoworx_tracker.php?counter_id={NUMBER}'> </script>
<div style='width:{NUMBER1}px; height:{NUMBER2}px'>
<script type='text/javascript'> neoearth_id={NUMBER}; </script>
<script type='text/javascript' src='http://neoearth.neoworx-blog-tools.net/neoearth_launcher_2.js'></script></div>
<!-- NeoWORX NeoEarth ... END of code --> |
 |
Yes |
| hide |
Insert hidden text for guests: [hide]text[/hide] |
<!-- GuestHideBBCodeMODStart -->{TEXT}<!-- GuestHideBBCodeMODEnd --> |
 |
Yes |
| shoutmix= |
Insert Shoutmix: [shoutmix=Your user id]width,height[/shoutmix] |
<!-- Begin ShoutMix - http://www.shoutmix.com -->
<iframe title="{TEXT}" src="http://www4.shoutmix.com/?{TEXT}" width="{NUMBER1}" height="{NUMBER2}" frameborder="0" scrolling="auto">
<a href="http://www4.shoutmix.com/?{TEXT}">View shoutbox</a>
</iframe>
<br /><a href="http://www.shoutmix.com" title="Get your own free shoutbox chat widget at ShoutMix!">ShoutMix chat widget</a><br />
<!-- End ShoutMix --> |
 |
Yes |
| youtubesig |
Insert YouTube Signature: [youtubesig]Youtube username[/youtubesig] |
<!-- ++Begin Video Bar Wizard Generated Code++ -->
<!--
// Created with a Google AJAX Search Wizard
// http://code.google.com/apis/ajaxsearch/wizards.html
-->
<!--
// The Following div element will end up holding the actual videobar.
// You can place this anywhere on your page.
-->
<div name="{IDENTIFIER}">
<span style="color:#676767;font-size:11px;margin:10px;padding:4px;">Loading...</span>
</div>
<!-- Ajax Search Api and Stylesheet
// Note: If you are already using the AJAX Search API, then do not include it
// or its stylesheet again
-->
<script src="http://www.google.com/uds/api?file=uds.js&v=1.0&source=uds-vbw"
type="text/javascript"></script>
<style type="text/css">
@import url("http://www.google.com/uds/css/gsearch.css");
</style>
<!-- Video Bar Code and Stylesheet -->
<script type="text/javascript">
window._uds_vbw_donotrepair = true;
</script>
<script src="http://www.google.com/uds/solutions/videobar/gsvideobar.js?mode=new"
type="text/javascript"></script>
<style type="text/css">
@import url("http://www.google.com/uds/solutions/videobar/gsvideobar.css");
</style>
<style type="text/css">
.playerInnerBox_gsvb .player_gsvb {
width : 320px;
height : 260px;
}
</style>
<script type="text/javascript">
function LoadVideoBar() {
var videoBar;
var allDivs = document.getElementsByTagName('div');
var i=0;
var options = {
largeResultSet : !true,
horizontal : true,
autoExecuteList : {
cycleTime : GSvideoBar.CYCLE_TIME_MEDIUM,
cycleMode : GSvideoBar.CYCLE_MODE_LINEAR,
executeList : ["ytchannel:{IDENTIFIER}"]
}
}
for (i=0; i<allDivs.length; i++){
if (allDivs[i].getAttribute('name') == '{IDENTIFIER}'){
videoBar = new GSvideoBar(allDivs[i],GSvideoBar.PLAYER_ROOT_FLOATING,options);
}
}
}
// arrange for this function to be called during body.onload
// event processing
GSearch.setOnLoadCallback(LoadVideoBar);
</script>
<!-- ++End Video Bar Wizard Generated Code++ --> |
 |
Yes |
| ytchannel= |
Insert YouTube channel: [ytchannel={YouTube channel name}]{Keyword},{Keyword}[/ytchannel] |
<!-- ++Begin Video Bar Wizard Generated Code++ -->
<!--
// Created with a Google AJAX Search Wizard
// http://code.google.com/apis/ajaxsearch/wizards.html
-->
<!--
// The Following div element will end up holding the actual videobar.
// You can place this anywhere on your page.
-->
<div id="videoBar-bar">
<span style="color:#676767;font-size:11px;margin:10px;padding:4px;">Loading...</span>
</div>
<!-- Ajax Search Api and Stylesheet
// Note: If you are already using the AJAX Search API, then do not include it
// or its stylesheet again
-->
<script src="http://www.google.com/uds/api?file=uds.js&v=1.0&source=uds-vbw"
type="text/javascript"></script>
<style type="text/css">
@import url("http://www.google.com/uds/css/gsearch.css");
</style>
<!-- Video Bar Code and Stylesheet -->
<script type="text/javascript">
window._uds_vbw_donotrepair = true;
</script>
<script src="http://www.google.com/uds/solutions/videobar/gsvideobar.js?mode=new"
type="text/javascript"></script>
<style type="text/css">
@import url("http://www.google.com/uds/solutions/videobar/gsvideobar.css");
</style>
<style type="text/css">
.playerInnerBox_gsvb .player_gsvb {
width : 320px;
height : 260px;
}
</style>
<script type="text/javascript">
function LoadVideoBar() {
var videoBar;
var options = {
largeResultSet : !true,
horizontal : true,
autoExecuteList : {
cycleTime : GSvideoBar.CYCLE_TIME_MEDIUM,
cycleMode : GSvideoBar.CYCLE_MODE_LINEAR,
executeList : ["ytfeed:most_viewed.this_week","ytfeed:recently_featured","ytchannel:{TEXT}","{TEXT1}","{TEXT2}"]
}
}
videoBar = new GSvideoBar(document.getElementById("videoBar-bar"),
GSvideoBar.PLAYER_ROOT_FLOATING,
options);
}
// arrange for this function to be called during body.onload
// event processing
GSearch.setOnLoadCallback(LoadVideoBar);
</script>
<!-- ++End Video Bar Wizard Generated Code++ --> |
 |
Yes |