Widget:Flickr: Difference between revisions
Jump to navigation
Jump to search
regress to 4.4.1 |
revert to 4.4.2 |
||
Line 3: | Line 3: | ||
<!--{counter name="nanoGalleryDivId" assign="nanoGalleryDivId"}--> | <!--{counter name="nanoGalleryDivId" assign="nanoGalleryDivId"}--> | ||
<!--{if $nanoGalleryDivId == 1}--> | <!--{if $nanoGalleryDivId == 1}--> | ||
<link href="https://cdnjs.cloudflare.com/ajax/libs/nanogallery/ | <link href="https://cdnjs.cloudflare.com/ajax/libs/nanogallery/5.10.3/css/nanogallery.css" rel="stylesheet" type="text/css"> | ||
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/nanogallery/ | <script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/nanogallery/5.10.3/jquery.nanogallery.min.js"></script> | ||
<!--{/if}--> | <!--{/if}--> | ||
<div id="nanoGallery<!--{$nanoGalleryDivId|escape:'html'}-->"></div> | <div id="nanoGallery<!--{$nanoGalleryDivId|escape:'html'}-->"></div> | ||
Line 38: | Line 38: | ||
=== Parameters === | === Parameters === | ||
;userId | ;userId | ||
:Flickr user id - to display all albums for the specified user. You can find the appropriate value using [http://idgettr.com/ idgettr.com]. | :Flickr user id - to display all albums for the specified user. You can find the appropriate value using [http://idgettr.com/ idgettr.com]. | ||
;photoset | ;photoset |
Revision as of 15:45, 11 December 2019
This widget embeds a gallery of images from flickr into a wiki page. It uses the nanoGALLERY image gallery.
Using this widget
You can insert a gallery with the following wiki code:
{{#widget:Flickr|photoset=72157626706422487}}
{{#widget:Flickr|userId=49386198@N04}}
Parameters
- userId
- Flickr user id - to display all albums for the specified user. You can find the appropriate value using idgettr.com.
- photoset
- Flickr photoset id - to display only the specified photoset, this takes precedence over the
userId
. You can find the appropriate value using idgettr.com.
- thumbnailHeight
- Thumbnails height in pixels. Default:
154
- thumbnailWidth
- Thumbnails width in pixels. Default:
300
- colorScheme
- Gallery colour scheme (breadcrumb and thumbnails). Possible values:
none
,dark
,darkRed
,darkGreen
,darkBlue
,darkOrange
,light
andlightBackground
. Default:none
- colorSchemeViewer
- Image viewer colour scheme. Possible values:
none
,dark
,darkRed
,darkGreen
,darkBlue
,darkOrange
,light
. Default:none
Example