# Casino rating table

The shortcode of the casino table rating output allows you to create dynamic tables. Example table below.

![](/files/-LmZwnN4pbfrXI024MJp)

To create such a table, you need to enter such a shortcode \[**table**] in the page editor (post, taxonomy).

The shortcode has several parameters that help you to customize the table. In future updates, the list of parameters will be complemented.

| Parameter  | Description                                                                                                  |
| ---------- | ------------------------------------------------------------------------------------------------------------ |
| num        | (number) Limits the number of casino to show                                                                 |
| bonus      | (text) Shows in the column by bonuses a certain bonus                                                        |
| currency   | (text) Limit the output of casino reviews to a specific taxonomy term **Account currency**. Write slug term. |
| cashout    | (text) to Limit the casino reviews at a certain taxonomy term **Deposit methods**. Write slug term           |
| soft       | (text) Limit the output of casino reviews on a certain taxonomy term of **Software**. Write slug term        |
| restricted | (text) Limit the casino reviews at a certain taxonomy term **Restricted country**. Write slug term           |
| license    | (text) Limit the output of casino reviews to a specific License taxonomy term. Write slug term               |

### Examples

```
 [table num=5] //Will displays the best 5 casinos
```

```
 [table bonus="no-deposit" num=10] // Will displays the top 10 casinos with a column of no-Deposit bonus
```

```
 [table deposit="qiwi" ] //Will displays the casino where you can make a Deposit with Qiwi
```


---

# 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://wordpreser.gitbook.io/jgambling-eng/shortcodes/casino-rating-table.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.
