# Placeholders

<details>

<summary>Returns the total number of blocks mined by the player.</summary>

```
%ubr_total_mined_player%
```

</details>

<details>

<summary>Returns the total number of blocks mined by another specified player.</summary>

```
%ubr_total_mined_player_by_<<player_name>>%
```

</details>

<details>

<summary>Returns the total number of blocks mined by the player in a specific region.</summary>

```
%ubr_total_mined_player_in_<<region_name>>%
```

</details>

<details>

<summary>Returns the total number of blocks mined by another player in a specific region.</summary>

```
%ubr_total_mined_player_in_<<region_name>>_by_<<player_name>>%
```

</details>

<details>

<summary>Returns the total number of blocks mined in a specific region.</summary>

```
%ubr_total_mined_in_<<region_name>>%
```

</details>

<details>

<summary>Returns the total number of a specific block type mined by the player in a specific region.</summary>

```
%ubr_total_player_block_<<block>>_mined_in_<<region_name>>%
```

</details>

<details>

<summary>Returns the name of the top player for a specific rank in a region.</summary>

```
%ubr_top_player_name_in_<<region_name>>%
```

</details>

<details>

<summary>Returns the number of blocks mined by the top player for a specific rank in a region.</summary>

```
%ubr_top_player_value_in_<<region_name>>%
```

***

</details>

{% hint style="warning" %}
Do not write <\<value>>; use the actual value instead, e.g., farmland.
{% endhint %}


---

# 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://wiki.hmmbo.com/fundamentals/basic-help/placeholders.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.
