Difference between revisions of "Widget:ImageCarousel"

From Hackerspace ACKspace
Jump to: navigation, search
m (added picture description (WITHOUT USING THE WORD HACK OR PHREAK!!!!1111~))
m (testing custom images)
Line 9: Line 9:
 
  <nowiki>{{#widget:</nowiki>{{PAGENAME}}<nowiki>
 
  <nowiki>{{#widget:</nowiki>{{PAGENAME}}<nowiki>
 
}}</nowiki><br/>
 
}}</nowiki><br/>
 +
 +
This will display:
 +
{{#widget:{{PAGENAME}}
 +
|img.blinking_led.jpg=DSP experiments
 +
|img.3D_printer_Picture.jpg=3D printing
 +
}}
  
 
'''Note:'''
 
'''Note:'''
 
* this is a work in progress
 
* this is a work in progress
 +
  
 
== Copy to your site ==
 
== Copy to your site ==
Line 32: Line 39:
 
{
 
{
 
     "use strict";
 
     "use strict";
 
+
/*
 +
<!--{foreach from=$img key=link item=desc}-->
 +
    <!--{$link}-->
 +
    <!--{$desc|escape:'html'}-->
 +
<!--{/foreach}-->
 +
*/
  
 
var images = [
 
var images = [

Revision as of 16:44, 21 March 2019

This widget allows you to display an image carousel on your wiki page.

Created by xopr, inspired by W3schools example

Using this widget

To insert this widget, use the following code:

{{#widget:ImageCarousel
}}

This will display:


Note:

  • this is a work in progress


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