Skip to content

Commit a168139

Browse files
committed
update query_types description
1 parent cbb9357 commit a168139

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

src/topper/query/query_types.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ defineProps({
2828
- `<position>`: The position of the player in the Holder
2929
- **Example:**
3030
- `{{ globalPrefix }}money;top_name;1{{ globalSuffix }}`
31-
- Retrieve the name of the player at the first position in the Top Holder named `money`
31+
- Retrieve the name of the player at the first position in the Holder named `money`
3232

3333
### `top_key`
3434
- **Format**:
@@ -39,7 +39,7 @@ defineProps({
3939
- `<position>`: The position of the player in the Holder
4040
- **Example:**
4141
- `{{ globalPrefix }}money;top_key;1{{ globalSuffix }}`
42-
- Retrieve the UUID of the player at the first position in the Top Holder named `money`
42+
- Retrieve the UUID of the player at the first position in the Holder named `money`
4343

4444
### `top_value`
4545
- **Format**:
@@ -52,9 +52,9 @@ defineProps({
5252
- `<format>` *(optional)*: A number format pattern, see [Value Display](/topper/extra/value_display/) for more details on how to apply a format
5353
- **Example:**
5454
- `{{ globalPrefix }}money;top_value;1{{ globalSuffix }}`
55-
- Retrieve the value of the player at the first position in the Top Holder named `money`
55+
- Retrieve the value of the player at the first position in the Holder named `money`
5656
- `{{ globalPrefix }}money;top_value;1;#,###{{ globalSuffix }}`
57-
- Retrieve the formatted value of the player at the first position in the Top Holder named `money`, in the format of `#,###`
57+
- Retrieve the formatted value of the player at the first position in the Holder named `money`, in the format of `#,###`
5858

5959
### `top_value_raw`
6060
- **Format**:
@@ -65,31 +65,31 @@ defineProps({
6565
- `<position>`: The position of the player in the Holder
6666
- **Example:**
6767
- `{{ globalPrefix }}money;top_value_raw;1{{ globalSuffix }}`
68-
- Retrieve the raw value of the player at the first position in the Top Holder named `money`
68+
- Retrieve the raw value of the player at the first position in the Holder named `money`
6969

7070
### `top_rank`
7171
- **Format**:
7272
- `{{ globalPrefix }}<holder>;top_rank{{ globalSuffix }}`
7373
- `{{ globalPrefix }}<holder>;top_rank;<format>{{ globalSuffix }}` (optional `<format>`)
74-
- **Description:** The rank of the player.
74+
- **Description:** The player's rank (position number) in the specified Holder.
7575
- **Argument:**
7676
- `<holder>`: The name of the Holder
7777
- `<format>` *(optional)*: A number format pattern (e.g., `#,###` for thousands separator)
7878
- **Example:**
7979
- `{{ globalPrefix }}money;top_rank{{ globalSuffix }}`
80-
- Retrieve the rank of the player in the Top Holder named `money`
80+
- Retrieve the rank of the player in the Holder named `money`
8181
- `{{ globalPrefix }}money;top_rank;#,###{{ globalSuffix }}`
82-
- Retrieve the formatted rank of the player in the Top Holder named `money`
82+
- Retrieve the formatted rank of the player in the Holder named `money`
8383

8484
### `top_size`
8585
- **Format**:
8686
- `{{ globalPrefix }}<holder>;top_size{{ globalSuffix }}`
87-
- **Description:** The amount of entries in the Top Holder.
87+
- **Description:** The amount of entries in the Holder.
8888
- **Argument:**
8989
- `<holder>`: The name of the Holder
9090
- **Example:**
9191
- `{{ globalPrefix }}money;top_size{{ globalSuffix }}`
92-
- Retrieve the amount of entries in the Top Holder named `money`
92+
- Retrieve the amount of entries in the Holder named `money`
9393

9494
### `value`
9595
- **Format**:
@@ -101,9 +101,9 @@ defineProps({
101101
- `<format>` *(optional)*: A number format pattern, see [Value Display](/topper/extra/value_display/) for more details on how to apply a format
102102
- **Example:**
103103
- `{{ playerPrefix }}money;value{{ playerSuffix }}`
104-
- Retrieve the value of the player in the Top Holder named `money`
104+
- Retrieve the value of the player in the Holder named `money`
105105
- `{{ playerPrefix }}money;value;#,###{{ playerSuffix }}`
106-
- Retrieve the formatted value of the player in the Top Holder named `money`
106+
- Retrieve the formatted value of the player in the Holder named `money`
107107

108108
### `value_raw`
109109
- **Format**:
@@ -113,4 +113,4 @@ defineProps({
113113
- `<holder>`: The name of the Holder
114114
- **Example:**
115115
- `{{ playerPrefix }}money;value_raw{{ playerSuffix }}`
116-
- Retrieve the raw value of the player in the Top Holder named `money`
116+
- Retrieve the raw value of the player in the Holder named `money`

0 commit comments

Comments
 (0)