Mod Creation/Sidebar API Reference: Revision history

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

15 June 2023

2 January 2023

26 October 2022

16 October 2022

15 October 2022

  • curprev 20:2420:24, 15 October 2022Buttchouda talk contribs 16,670 bytes +1 No edit summary
  • curprev 20:2320:23, 15 October 2022Buttchouda talk contribs 16,669 bytes +16,669 Created page with "The <code>sidebar</code> object is a global variable and is used to customize the side (left-hand) navigation menu. The sidebar is organized into four levels: * '''Sidebar''' ** '''Category''' **: e.g. "Combat" *** '''Item''' ***: e.g. "Attack" under "Combat" **** '''Subitem''' ****: e.g. "Skills" under "Completion Log" == Sidebar == The global <code>sidebar</code> object. === <code>category(id: string, config?: CategoryConfig, builder?: (category: Category) => void)..."