Difference between revisions of "Widget:Logo"

From Hackerspace ACKspace
Jump to: navigation, search
m (enabled clearRect)
m (testing updated f(l)ake physics)
Line 228: Line 228:
 
         {
 
         {
 
             newFlake = tryCreateFlake( _flake, n, 1, _dynamicImage );
 
             newFlake = tryCreateFlake( _flake, n, 1, _dynamicImage );
 +
            if ( newFlake )
 +
                possibilities.push( newFlake );
 +
        }
 +
 +
        if ( !possibilities.length &&  )
 +
        {
 +
            newFlake = tryCreateFlake( _flake, -2, 1, _dynamicImage );
 +
            if ( newFlake )
 +
                possibilities.push( newFlake );
 +
 +
            newFlake = tryCreateFlake( _flake, 2, 1, _dynamicImage );
 
             if ( newFlake )
 
             if ( newFlake )
 
                 possibilities.push( newFlake );
 
                 possibilities.push( newFlake );

Revision as of 21:56, 17 February 2016

This widget creates an animated themed ACKspace logo.

Created by xopr

Using this widget

To insert this widget, use the following code:

{{#widget:Logo
|image=https://ackspace.nl/w/images/e/e9/ACKsmass_logo.png
|width=600px
|height=200px
|padding=8px
|float=right
}}

This will give the following result:

Note that image is mandatory, the rest is optional. Also, you must provide a unit for the sizes (i.e. px, %, etc.)

Copy to your site

To use this widget on your site, just install MediaWiki Widgets extension and copy full source code of this page to your wiki as Widget:Logo article.