Table of Contents
slider Plugin
Compatible with DokuWiki
- 2024-02-06 "Kaos" yes
- 2023-04-04 "Jack Jackrum" yes
- 2022-07-31 "Igor" yes
- 2020-07-29 "Hogfather" yes
This plugin adds a Slider element using the bxSlider jQuery Plugin.
Installation
Search and install the plugin using the Extension Manager. Refer to Plugins on how to install plugins manually.
Changes
- Merge pull request #23 from dokuwiki-translate/lang_update_528_167283… (2023-01-04 12:41)
- translation update (2023-01-04 12:30)
- Merge pull request #22 from dokuwiki-translate/lang_update_452_165462… (2022-07-06 12:29)
- translation update (2022-06-07 20:20)
- Version upped (2020-07-08 23:51)
- Merge pull request #19 from takuy/patch-1 (2020-07-08 10:46)
- enclose _choices key in quotes for modern PHP (2020-07-08 08:48)
- Merge pull request #17 from dokuwiki-translate/lang_update_940_153247… (2018-07-25 09:47)
Syntax
Slides need to start with a <slider>
element which may contain an image (internal or external) as background for the slide. Inside the slide any other DokuWiki syntax can be put, this will be shown as an overlay over the background image. The last slide has to be finished with a </slider>
element.
Simple Image only slider with internal and external images:
<slider some:internal:image.jpg> <slider anotherlocalimage.jpg> <slider http://example.com/externalimage.jpg> </slider>
Slider with mixed content
<slider some:internal:image.jpg> ===== A Headline ===== And some other stuff <slider> This one has no background image at all. <slider http://example.com/externalimage.jpg> </slider>
Configuration and Settings
The size of background images can be set in the config manager. Images will be automatically scaled to match the full width of the page by the browser. The given size controls image quality vs. download size.
Discussion
- Have you tested this plugin recently? It does not work in Detritus! Please check and update — atronoush 2015-10-02 19:58
The plugin works fine in Detritus so please check your settings first. — Laynee 2016-03-14
- Would be nice to be able to link slider images as a whole instead of the overlaying content. Even better, to support full DokuWiki image links syntax inside the <slider> elements.
in rtl lang like arabic
- It does not work in selfthinker! Please check and update —
?