Difference between revisions of "Widget:ImageLoader"

From Hackerspace ACKspace
Jump to: navigation, search
(created first instance of image loader (as a test))
 
(added testing parameters)
Line 11: Line 11:
 
</noinclude><includeonly><script type="text/javascript">
 
</noinclude><includeonly><script type="text/javascript">
 
console.log( "imageloader test" );
 
console.log( "imageloader test" );
 +
console.log( "<!--{$url|validate:url}-->" );
 +
console.log( "<!--{$width|escape:html|default:400}-->" );
 +
console.log( "<!--{$height|escape:html|default:300}-->" );
 
</script>
 
</script>
 
</includeonly>
 
</includeonly>

Revision as of 19:18, 8 December 2014

This widget allows you to embed images from non-https sources on your wiki page.

Created by Xopr

Using this widget

For information on how to use this widget, see TBD.

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:ImageLoader article.