resizedimg |
Immagine ridimensionata: [resizedimg]URL immagine[/resizedimg] |
<a href="{URL}"><img style="max-width:150px; max-height; 150px;" src="{URL}" alt="Image" /></a> |
 |
Sì |
rm |
Video Real Media: [rm]tuo url[/rm] |
<object classid="clsid:CFCDAA03-8BE4-11cf-B84B-0020AFBBCCFA" width="380" height="280">
<param name="src" value="{URL}" />
<param name="controls" value="all" />
<object type="video/x-pn-realaudio-plugin"
data="{URL}" width="380" height="280"
class="hiddenObjectForIE">
<param name="controls" value="all" />
alt : <a href="{URL}">Real Media</a>
</object>
</object> |
 |
No |
rollercoaster |
Testo rolling coaster: [rollercoaster]tuo testo[/rollercoaster] |
<div>
<script type="text/javascript">
/*
Roller Coaster Script-
By JavaScript Kit
Over 200+ free scripts here!
*/
var fs=1
var direction="right"
function rollertext(whichone){
var thetext=whichone
for (i=0;i<thetext.length;i++){
document.write(thetext.charAt(i).fontsize(fs))
if (fs<7&&direction=="right")
fs++
else if (fs==7){
direction="left"
fs--
}
else if (fs==1){
direction="right"
fs++
}
else if (fs>1&&direction=="left")
fs--
}
}
//Change below text to your won
rollertext("{SIMPLETEXT}")
</script>
</div> |
 |
Sì |
schild |
Faccina con testo incorporato: [schild]Tuo testo[/schild] |
<img src="{ROOT_PATH}text2schild.php?smilie=random&text={TEXT}" alt="{L_IMAGE}"/> |
 |
Sì |
schild= |
|
<img src="{ROOT_PATH}text2schild.php?smilie={SIMPLETEXT1}&shieldshadow={NUMBER}&fontcolor={SIMPLETEXT2}&shadowcolor={SIMPLETEXT3}&text={TEXT}" alt="{L_IMAGE}"/> |
 |
No |
scroll |
Testo scorrevole: [scroll]Tuo testo[/scroll] |
<div style="width: auto; height:300px; background:#FFFFFF; overflow:auto; border:1px solid #000000; padding:8px;">{TEXT}</div> |
 |
Sì |
search= |
Ricerca forum: [search=keyword]parola chiave[/search] |
<a href="search.php?st=0&sk=t&sd=d&keywords={TEXT2}" class="searchlink">{TEXT}</a> |
 |
Sì |
share |
Condividi: [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> |
 |
Sì |
shoutmix= |
Chat Shoutmix: [shoutmix=Tua user id]larghezza,altezza[/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 --> |
 |
Sì |
spoiler |
Testo nascosto: [spoiler]tuo testo[/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> |
 |
Sì |