Difference between revisions of "Widget:Logo"

From Hackerspace ACKspace
Jump to: navigation, search
(added load mechanism)
(added image reference)
Line 29: Line 29:
  
 
</noinclude><includeonly>
 
</noinclude><includeonly>
<canvas id="logo" width="<!--{$width|escape:html|default:auto}-->" height="<!--{$height|escape:html|default:auto}-->" style="float:<!--{$float|escape:html|default:none}-->"></canvas>
+
<canvas id="logo" width="<!--{$width|escape:html|default:auto}-->" height="<!--{$height|escape:html|default:auto}-->" style="float:<!--{$float|escape:html|default:none}-->"><img id="img" src="<!--{$url|validate:url}-->"/></canvas>
 
<script type="text/javascript">
 
<script type="text/javascript">
 
(function( )
 
(function( )
Line 252: Line 252:
  
 
     window.addEventListener( "load", window_load, false );
 
     window.addEventListener( "load", window_load, false );
 
//<!--{$url|validate:url}-->
 
 
 
}( ));
 
}( ));
 
</script>
 
</script>
 
</includeonly>
 
</includeonly>

Revision as of 15:32, 17 December 2015

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/thumb/8/83/ACKlogo.png/600px-ACKlogo.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.