schild= |
|
<img src="{ROOT_PATH}text2schild.php?smilie={SIMPLETEXT1}&shieldshadow={NUMBER}&fontcolor={SIMPLETEXT2}&shadowcolor={SIMPLETEXT3}&text={TEXT}" alt="{L_IMAGE}"/> |
 |
No |
table |
|
<table border="{TEXT1}" cellpadding="{TEXT2}" cellspacing="{TEXT3}" width="{TEXT4}" style="height:{TEXT5}">{TEXT6}</table> |
 |
No |
tr |
|
<tr>{TEXT}</tr> |
 |
No |
td |
|
<td align="{TEXT1}" valign="{TEXT2}" style="border-color:{TEXT3}; background-color:{TEXT4}">{TEXT5}</td> |
 |
No |
align= |
Allineamento: [align=direction]tuo testo[/align] |
<div style="text-align: {TEXT1};">{TEXT2}</div> |
 |
Sì |
ThumbnailPop |
Anteprima Pop-Up: [ThumbnailPop]Url immagine[/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> |
 |
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ì |
bluebox= |
BlueBox: [bluebox=Title here]Tuo testo[/bluebox] |
<span style="font-weight: bold;">{TEXT1}</span><br /><div style="margin-bottom: 10px; background: #FFFFFF; border-color: #0000FF; border-style: solid; border-width: 4px; padding: 6px; overflow: auto; "> {TEXT2}</div> |
 |
Sì |
ytchannel= |
Canale YouTube: [ytchannel={Nome canale}]{parola chiave},{parola chiave}[/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++ --> |
 |
Sì |
center |
Centra: [center]tuo testo[/center] |
<center>{text}</center> |
 |
Sì |