810 B
810 B
title | description | image |
---|---|---|
pageBlockSlideshow | Page block slideshow | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
Constructor: pageBlockSlideshow
Page block slideshow
Attributes:
Name | Type | Required | Description |
---|---|---|---|
items | Array of PageBlock | Yes | Items |
caption | PageCaption | Yes | Caption |
Type: PageBlock
Example:
$pageBlockSlideshow = ['_' => 'pageBlockSlideshow', 'items' => [PageBlock, PageBlock], 'caption' => PageCaption];
Or, if you're into Lua:
pageBlockSlideshow={_='pageBlockSlideshow', items={PageBlock}, caption=PageCaption}