> For the complete documentation index, see [llms.txt](https://docs.mantic.dev/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.mantic.dev/manticrods/placeholders.md).

# Placeholders

```
%manticrods_fish% shows the amount of fish caught by a user
%manticrods_shards% shows the amount of shards that a user has
%manticrods_fishtop_POSITIONHERE% - returns the placeholder-format in messages.yml
%manticrods_fishtop_POSITIONHERE_name% - returns the name of the user in that position
%manticrods_fishtop_POSITIONHERE_amount% 
%manticrods_shardtop_POSITIONHERE% - returns the placeholder-format in messages.yml
%manticrods_shardtop_POSITIONHERE_name% - returns the name of the user in that position
%manticrods_shardtop_POSITIONHERE_amount% - returns the amount of the user in that position
%manticrods_shards_pos% shows the leaderboard position of the user for shards
%manticrods_fish_pos% shows the leaderboard position of the user for fish
```

Please replace "POSITIONHERE" with the number of the position, like such:\
`%manticrods_fishtop_1%`

Add \_raw at the end for an unformatted number (i.e. 172123)\
Add \_short at the end for a shortened number (i.e. 172.12k)\
By default the numbers will be formatted in a comma format (i.e. 172,123)
