From 4df989c620e569c6791289db3a6169073ea06d36 Mon Sep 17 00:00:00 2001 From: Andre_601 Date: Sun, 21 Jul 2024 02:48:13 +0200 Subject: [PATCH] [Wiki] Add new DeluxeMenus placeholders --- docs/users/placeholder-list.md | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/docs/users/placeholder-list.md b/docs/users/placeholder-list.md index 648c6ee..925972d 100644 --- a/docs/users/placeholder-list.md +++ b/docs/users/placeholder-list.md @@ -2588,12 +2588,16 @@ Please see ?510 for a list of all expansions officially maintained by the Placeh ``` %deluxemenus_meta___% + %deluxemenus_meta_has_value__% + %deluxemenus_is_in_menu% + %deluxemenus_opened_menu% + %deluxemenus_last_menu% ``` - - Key: The key of the meta you want to check - - Data Type: Can be `STRING`, `BOOLEAN`, `DOUBLE`, `LONG`, or `INTEGER`. - *If the given key has a different data type, an error will occur.* - - Default Value: The value returned if nothing is found. + - ``: They key name of the meta you want to check + - ``: Data Type to check for. Can be `STRING`, `BOOLEAN`, `DOUBLE`, `LONG` or `Integer`. + *If type of key returned is different than the provided one, an error will occur.* + - ``: The default value to return when nothing is found. ----