vimeo |
Video Vimeo: [vimeo]ID Video[/vimeo] |
<object width="400" height="300"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="movie" value="http://vimeo.com/moogaloop.swf?clip_id={NUMBER}&server=vimeo.com&show_title=1&show_byline=1&show_portrait=0&color=&fullscreen=1" /><embed src="http://vimeo.com/moogaloop.swf?clip_id={NUMBER}&server=vimeo.com&show_title=1&show_byline=1&show_portrait=0&color=&fullscreen=1" type="application/x-shockwave-flash" allowfullscreen="true" allowscriptaccess="always" width="400" height="300"></embed></object> |
 |
Sì |
user |
Link profilo utente: [user]nome utente[/user] |
<a href="memberlist.php?mode=viewprofile&un={TEXT}" title="{TEXT}" class="userlink">{TEXT}</a> |
 |
Sì |
twitterwidget |
Widget Twitter: [twitterwidget]ciscoa[/twitterwidget] |
<script src="http://widgets.twimg.com/j/2/widget.js"></script>
<script>
new TWTR.Widget({
version: 2,
type: 'profile',
rpp: 4,
interval: 6000,
width: 250,
height: 300,
theme: {
shell: {
background: '#333333',
color: '#ffffff'
},
tweets: {
background: '#000000',
color: '#ffffff',
links: '#4aed05'
}
},
features: {
scrollbar: false,
loop: false,
live: false,
hashtags: true,
timestamp: true,
avatars: false,
behavior: 'all'
}
}).render().setUser('{INTTEXT}').start();
</script> |
 |
Sì |
tr |
|
<tr>{TEXT}</tr> |
 |
No |
titleclock |
Ora nel titolo barra browser: [titleclock][/titleclock] |
<script language="JavaScript">
<!--
function doTheClock() {
window.setTimeout( "doTheClock()", 1000 );
t = new Date();
if(document.all || document.getElementById){
document.title = t.toString();
}else{
self.status = t.toString();
}
}
doTheClock()
//-->
</script> |
 |
Sì |
textarea |
Area testo: [textarea]Testo[/textarea] |
<div style="border: 1px solid black; padding: 10px; background-color: rgb(255, 255, 255); color: rgb(0, 0, 0);">{TEXT}</div> |
 |
Sì |
td |
|
<td align="{TEXT1}" valign="{TEXT2}" style="border-color:{TEXT3}; background-color:{TEXT4}">{TEXT5}</td> |
 |
No |
table |
|
<table border="{TEXT1}" cellpadding="{TEXT2}" cellspacing="{TEXT3}" width="{TEXT4}" style="height:{TEXT5}">{TEXT6}</table> |
 |
No |
tab= |
Tabulazione testo: [tab=numero]tuo testo[/tab] |
<span style="margin-left: {NUMBER}px;">{TEXT}</span> |
 |
Sì |
sup |
Testo in basso: [sup]tuo testo[/sup] |
<sup>{TEXT}</sup> |
 |
Sì |