Difference between revisions of "Extensions:Organised Traits Dropdown"
Jump to navigation
Jump to search
(Created page) Tag: 2017 source edit |
Tag: 2017 source edit |
||
Line 1: | Line 1: | ||
− | {{Extensioninfobox|title= | + | {{Extensioninfobox|title=Organised Traits Dropdown|desc=Organizes trait dropdowns by category.|auth=Draginraptor|status=Stable|github=|LKVer=3.0|migration=no|package=no}} |
− | < | + | {| style="margin: 4px auto; width: 80%; border: 1px solid #9ADC38; background: #A1F524;" |
+ | |- | ||
+ | | '''<u>THIS EXTENSION IS PART OF v3.0.0</u>''' | ||
+ | |- | ||
+ | | This extension has been merged into the v3.0.0 branch as [https://github.com/corowne/lorekeeper/pull/293 Organised Traits dropdown]. | ||
+ | |} | ||
+ | This changes traits/features dropdowns to have optgroups based on the traits' categories. Dropdown options are fetched via a static Feature class method (Feature::getDropdownItems); this is where the extension's toggle state is checked as well, changing the output returned. | ||
== Installation == | == Installation == | ||
− | + | Must be turned on in config/lorekeeper/extensions.php in order to be used. | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
== Images == | == Images == | ||
<!-- Do you have any images to show what it looks like in action? --> | <!-- Do you have any images to show what it looks like in action? --> | ||
== See Also == | == See Also == | ||
− | + | * [[Updating:_to_3.0.0]] | |
− |
Revision as of 15:17, 27 March 2024
Description | Organizes trait dropdowns by category. |
---|---|
Author(s) | Draginraptor |
Status | Stable |
LK Version | 3.0 |
THIS EXTENSION IS PART OF v3.0.0 |
This extension has been merged into the v3.0.0 branch as Organised Traits dropdown. |
This changes traits/features dropdowns to have optgroups based on the traits' categories. Dropdown options are fetched via a static Feature class method (Feature::getDropdownItems); this is where the extension's toggle state is checked as well, changing the output returned.
Installation
Must be turned on in config/lorekeeper/extensions.php in order to be used.