# Full Width Carousel Slider

### Parameters

<table><thead><tr><th width="149">Parameter</th><th width="296">Description</th><th width="116">Default</th><th width="189">Example Usage</th></tr></thead><tbody><tr><td>n_items</td><td>Specifies the number of items to display in the carousel.</td><td>6</td><td>n_items="4"</td></tr><tr><td>order_by</td><td>Determines the sorting criterion for the content. <br><strong>Note</strong>: Ignored if ids is provided.</td><td>created_at</td><td>order_by="title"</td></tr><tr><td>order</td><td>Defines the sorting direction.<br><strong>Note</strong>: Ignored if ids is provided.</td><td>DESC</td><td>order="ASC"</td></tr><tr><td>terms</td><td>Filters content based on taxonomy terms.</td><td>None</td><td>terms="news, current"</td></tr><tr><td>types</td><td>Specifies content types to include <strong>Note</strong>: does note accept channels or event types.</td><td>None</td><td>types="article, document"</td></tr><tr><td>format</td><td>Configures the visual style of the carousel. Use 2025 for a modern appearance.</td><td>null (classic)</td><td>format="2025"</td></tr><tr><td>exclude</td><td>Excludes specific content items by their IDs.</td><td>None</td><td>exclude="101, 102"</td></tr><tr><td>ids</td><td>Specifies IDs of content to display, overriding other filters. <br><strong>Note</strong>: Now supports multiple content types, e.g. channels and events.</td><td>None</td><td>ids='201, 301, 401"</td></tr></tbody></table>

### Example Configuration

```
[full_width_carousel_slider 
    ids="3668313,3646134"]
```

<figure><img src="/files/oTW1rWJn8KXE2gV5y83k" alt=""><figcaption></figcaption></figure>

```
[full_width_carousel_slider 
    ids="3668313,3646134" 
    format="2025"]
```

<figure><img src="/files/pxORhqEh0cOzSndZzwR9" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.wavecast.io/publishing/shortcodes/full-width-carousel-slider.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
