91
edits
Buttchouda (talk | contribs) |
Buttchouda (talk | contribs) |
||
Line 324: | Line 324: | ||
== Customizing the Sidebar == | == Customizing the Sidebar == | ||
''This topic has an API reference at [[Mod Creation/Sidebar API Reference]].'' | |||
If you want to add or modify the in-game sidebar (the menu with the bank, skills, etc.) there is an globally-scoped in-game API, <code>sidebar</code>, for doing so. The sidebar is organized into four levels: | If you want to add or modify the in-game sidebar (the menu with the bank, skills, etc.) there is an globally-scoped in-game API, <code>sidebar</code>, for doing so. The sidebar is organized into four levels: | ||
Line 364: | Line 366: | ||
sidebar.category('Modding').item('Mod Manager').remove(); | sidebar.category('Modding').item('Mod Manager').remove(); | ||
sidebar.category('General').item('Completion Log').removeAllSubitems();</nowiki> | sidebar.category('General').item('Completion Log').removeAllSubitems();</nowiki> | ||
== Creating Reusable HTML Components == | == Creating Reusable HTML Components == |
edits