SIFR

SIFR

From ThaiiS Note (Wiki)

(Redirected from SIRF)
Jump to: navigation, search

Usage

sIFR 2.0.5 Compatibility Release

use this magicword on top of page

{{sifr}}

use this magicword for youtext

{{flashtext|Put you text here}}
Put you text here

or other font style

{{flashtext2|Put you text here}}
Put you text here
{{flashtext3|Put you text here}}
Put you text here
{{flashtext4|Put you text here}}
Put you text here
{{flashtext5|Put you text here}}
Put you text here

config

{{sifr}} magicword template

<addhtml>
<head>
<script src="extensions/ThaiiSGSL/sirf/jquery.flash.min.js" type="text/javascript"></script>
<script src="extensions/ThaiiSGSL/sirf/jquery.sifr.min.js" type="text/javascript"></script>
<script type="text/javascript">
	$(document).ready(function(){
	$.sifr({
	path: 'extensions/ThaiiSGSL/sirf/',
	fontSize: 50 ,
	color: '#333333',
	link: '#FF0000',
	hover: '#FFCC00',
	underline: false,
	save: true
	});

    $('.flashtext').sifr({ font: 'conre11'});
    $('.flashtext2').sifr({ font: 'conre15'});
    $('.flashtext3').sifr({ font: 'conre17'});
    $('.flashtext4').sifr({ font: 'conre35'});
    $('.flashtext5').sifr({ font: 'century'});

	});
</script>
</head>
</addhtml>

Retrieved from "http://www.thaiis.eu/SIFR"