> For the complete documentation index, see [llms.txt](https://wiki.hmmbo.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.hmmbo.com/fundamentals/basic-help/placeholders.md).

# 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 %}
