diff --git a/docs/general/actions.md b/docs/general/actions.md index 745aa3a..c86758c 100644 --- a/docs/general/actions.md +++ b/docs/general/actions.md @@ -139,7 +139,7 @@ The following action types are available to use. ---- -### `#!command NEXT_PAGE[:]` / `NEXT_PAGE` { #next_page } +### `#!command NEXT_PAGE[:]` { #next_page } : Changes the page of the (optionally specified) Hologram to the next one, if one is available. @@ -156,11 +156,11 @@ The following action types are available to use. ---- -### `#!command PREV_PAGE:` / `PREV_PAGE` { #prev_page } +### `#!command PREV_PAGE[:]` { #prev_page } : Changes the page of the (optionally specified) Hologram to the previous page, if one is available. - - `#!command ` - Optional Hologram `#!command ` to change the page of. Defaults to the Hologram the player clicked on, if not set. + - `#!command [:]` - Optional Hologram `#!command ` to change the page of. Defaults to the Hologram the player clicked on, if not set. /// details | Examples type: example @@ -173,7 +173,7 @@ The following action types are available to use. ---- -### `#!command PAGE:[:]` / `#!command PAGE:` { #page } +### `#!command PAGE:[:]` { #page } : Changes to the specified page on the (optionally specified) Hologram, if one is available.