Table of Contents

slider Plugin

Compatible with DokuWiki

  • 2024-02-06 "Kaos" unknown
  • 2023-04-04 "Jack Jackrum" unknown
  • 2022-07-31 "Igor" yes
  • 2020-07-29 "Hogfather" yes

plugin Add a slider element to any DokuWiki page

Last updated on
2020-07-08
Provides
Syntax
Repository
Source

Tagged with carousel, slider

This plugin adds a Slider element using the bxSlider jQuery Plugin.

Installation

A CosmoCode Plugin

Search and install the plugin using the Extension Manager. Refer to Plugins on how to install plugins manually.

Changes

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

The plugin works fine in Detritus so please check your settings first. — Laynee 2016-03-14

in rtl lang like arabic

?