Difference between revisions of "Widget:Logo"
m (fixed JS copy-paste error, removed category) |
m (moved canvas before JS. Probably needs rework) |
||
Line 9: | Line 9: | ||
<nowiki>{{#widget:</nowiki>{{PAGENAME}}<nowiki> | <nowiki>{{#widget:</nowiki>{{PAGENAME}}<nowiki> | ||
|image=https://ackspace.nl/w/images/thumb/8/83/ACKlogo.png/600px-ACKlogo.png | |image=https://ackspace.nl/w/images/thumb/8/83/ACKlogo.png/600px-ACKlogo.png | ||
− | |width= | + | |width=600px |
− | |height= | + | |height=200px |
|padding=8px | |padding=8px | ||
|float=right | |float=right | ||
Line 18: | Line 18: | ||
{{#widget:{{PAGENAME}} | {{#widget:{{PAGENAME}} | ||
|image=https://ackspace.nl/w/images/thumb/8/83/ACKlogo.png/600px-ACKlogo.png | |image=https://ackspace.nl/w/images/thumb/8/83/ACKlogo.png/600px-ACKlogo.png | ||
− | |width= | + | |width=600px |
− | |height= | + | |height=200px |
|padding=8px | |padding=8px | ||
|float=right | |float=right | ||
Line 27: | Line 27: | ||
== Copy to your site == | == Copy to your site == | ||
To use this widget on your site, just install [http://www.mediawiki.org/wiki/Extension:Widgets MediaWiki Widgets extension] and copy [{{fullurl:{{FULLPAGENAME}}|action=edit}} full source code] of this page to your wiki as '''{{FULLPAGENAME}}''' article. | To use this widget on your site, just install [http://www.mediawiki.org/wiki/Extension:Widgets MediaWiki Widgets extension] and copy [{{fullurl:{{FULLPAGENAME}}|action=edit}} full source code] of this page to your wiki as '''{{FULLPAGENAME}}''' article. | ||
+ | |||
+ | <canvas id="" width="<!--{$width|escape:html|default:auto}-->" height="<!--{$height|escape:html|default:auto}-->" style="float:<!--{$float|escape:html|default:none}-->"></canvas> | ||
</noinclude><includeonly><script type="text/javascript"> | </noinclude><includeonly><script type="text/javascript"> | ||
Line 251: | Line 253: | ||
}( )); | }( )); | ||
</script> | </script> | ||
− | |||
</includeonly> | </includeonly> |
Revision as of 11:14, 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.
<canvas id="" width="" height="" style="float:"></canvas>