Buttons: Difference between revisions
Appearance
. Tag: Reverted |
m Reverted edits by WikiAudit2026 (talk) to last revision by Fruitkitty Tag: Rollback |
||
| (2 intermediate revisions by one other user not shown) | |||
| Line 1: | Line 1: | ||
== Editing buttons == | |||
To create or edit buttons, go to your UI in Customizer and click <code>Edit Buttons</code> | |||
This is the main edit screen for editing buttons. | |||
== Creating buttons == | |||
# Click "Add Element" | |||
# Click "button" | |||
# This will bring up button creation menu. | |||
== Button properties == | |||
=== Icon === | |||
This is the icon of the button, it is optional, but recommended | |||
=== Display === | |||
==== Text (required) ==== | |||
The main text of the button | |||
</ | ==== Subtext (optional) ==== | ||
</ | The subtext of the button | ||
==== Condition (optional) ==== | |||
The required tag/score | |||
Examples: <code>>score 1</code>, <code><score 10</code>, <code>==score 11</code>, <code>!tag1</code>, <code>tag2</code>, <code>tag1 || tag2</code>, <code>tag3 && tag4</code> | |||
==== Disabled ==== | |||
If checked, it will hide the button on most UI types. In CherryUI, it will just gray out the button | |||
=== Action === | |||
The actions are just commands | |||
Latest revision as of 04:47, 19 June 2026
Editing buttons
To create or edit buttons, go to your UI in Customizer and click Edit Buttons
This is the main edit screen for editing buttons.
Creating buttons
- Click "Add Element"
- Click "button"
- This will bring up button creation menu.
Button properties
Icon
This is the icon of the button, it is optional, but recommended
Display
Text (required)
The main text of the button
Subtext (optional)
The subtext of the button
Condition (optional)
The required tag/score
Examples: >score 1, <score 10, ==score 11, !tag1, tag2, tag1 || tag2, tag3 && tag4
Disabled
If checked, it will hide the button on most UI types. In CherryUI, it will just gray out the button
Action
The actions are just commands