Difference between revisions of "Extensions:Kitchen Sink Index"
m (changed branch name) |
(Updating with all new v3 and v3.1/dev versions) Tag: 2017 source edit |
||
| Line 1: | Line 1: | ||
| + | {{Extensioninfobox|title=Kitchen Sink Index|desc=Adds a visual index for every trait. Yes, everything AND the kitchen sink!|auth=[[User:Speedy|Speedy]]|status=stable|github={{Github|user=SpeedyD|branch=extension/kitchen-sink-index | ||
| + | }}|LKVer=3.0.0|migration=no|package=no}} | ||
| + | |||
{{Extensioninfobox|title=Kitchen Sink Index|desc=Adds a visual index for every trait. Yes, everything AND the kitchen sink!|auth=[[User:Speedy|Speedy]]|status=stable|github={{Github|user=SpeedyD|branch=extension/kitchen-sink-index-2.1 | {{Extensioninfobox|title=Kitchen Sink Index|desc=Adds a visual index for every trait. Yes, everything AND the kitchen sink!|auth=[[User:Speedy|Speedy]]|status=stable|github={{Github|user=SpeedyD|branch=extension/kitchen-sink-index-2.1 | ||
}}|LKVer=2.1.3|migration=no|package=no}} | }}|LKVer=2.1.3|migration=no|package=no}} | ||
| + | |||
| + | {{Extensioninfobox|title=Kitchen Sink Index|desc=Adds a visual index for every trait. Yes, everything AND the kitchen sink!|auth=[[User:Speedy|Speedy]]|status=stable|github={{Github|user=SpeedyD|branch=extension/kitchen-sink-index-3.1 | ||
| + | }}|LKVer=3.1.0|migration=no|package=no}} | ||
| + | |||
{| style="margin: 4px auto; width: 80%; border: 1px solid #940a0a; background: #C8D945;" | {| style="margin: 4px auto; width: 80%; border: 1px solid #940a0a; background: #C8D945;" | ||
|- | |- | ||
| − | | '''<u> | + | | '''<u>Release branches have been renamed!</u>''' |
| + | |- | ||
| + | | Please make sure that if you're on LK v2.1, that you use the kitchen-sink-index branch. | ||
|- | |- | ||
| − | | | + | | If you are using the develop branch, per 26 May 2026, use the kitchen-sink-index-3.1 branch! |
|} | |} | ||
| Line 40: | Line 49: | ||
* '''*4:''' Forgot to add subtypes, which is useful for species-exclusive traits. | * '''*4:''' Forgot to add subtypes, which is useful for species-exclusive traits. | ||
* '''*5:''' Forgot to remove the visible option for categories, which is a v3 function I accidentally left in. | * '''*5:''' Forgot to remove the visible option for categories, which is a v3 function I accidentally left in. | ||
| + | * '''1.0.0:''' Re-added v3 features for hidden categories and traits! :) | ||
| + | * '''2.0.0:''' Integrated with existing trait indexes, adds setting to be consistent. | ||
(This extension has never had a tracker update. I will start one once I make a v3 version. All removed v3 functions will of course be added back in then.) | (This extension has never had a tracker update. I will start one once I make a v3 version. All removed v3 functions will of course be added back in then.) | ||
Revision as of 13:56, 26 May 2025
| Description | Adds a visual index for every trait. Yes, everything AND the kitchen sink! |
|---|---|
| Author(s) | Speedy |
| Status | stable |
| Github | extension/kitchen-sink-index |
| LK Version | 3.0.0 |
| Description | Adds a visual index for every trait. Yes, everything AND the kitchen sink! |
|---|---|
| Author(s) | Speedy |
| Status | stable |
| Github | extension/kitchen-sink-index-2.1 |
| LK Version | 2.1.3 |
| Description | Adds a visual index for every trait. Yes, everything AND the kitchen sink! |
|---|---|
| Author(s) | Speedy |
| Status | stable |
| Github | extension/kitchen-sink-index-3.1 |
| LK Version | 3.1.0 |
| Release branches have been renamed! |
| Please make sure that if you're on LK v2.1, that you use the kitchen-sink-index branch. |
| If you are using the develop branch, per 26 May 2026, use the kitchen-sink-index-3.1 branch! |
Adds a visual trait index similar to the Extensions:Species_Trait_Index and Extensions:Universal_Trait_Index.. except it shows EVERY SINGLE TRAIT.
Contents
Installation
Pull the extension branch and push to your site. That's it!
Don't forget to run php artisan update-extension-tracker!
Configuration
No configuration necessary.
Usage
In the /world or Encyclopedia section of your Lorekeeper, you will now find the 'All Traits Index' on both the main page and sidebar.
Simply click either link to find this section.
Note that in v3 you can make traits non-visible. This extension currently DOES NOT SUPPORT HIDDEN TRAITS, and will make them visible.
Troubleshooting
Create a new thread in the #general-help channel of the Discord!
You can always try tagging me (see my user page), as I'm semi-active on the server, but a new thread is your best bet.
Images
Version History
- *1: Initial creation.
- *2: Forgot links on the index and sidebar.
- *3: Forgot to remove the visible option for traits, which is a v3 function I accidentally left in.
- *4: Forgot to add subtypes, which is useful for species-exclusive traits.
- *5: Forgot to remove the visible option for categories, which is a v3 function I accidentally left in.
- 1.0.0: Re-added v3 features for hidden categories and traits! :)
- 2.0.0: Integrated with existing trait indexes, adds setting to be consistent.
(This extension has never had a tracker update. I will start one once I make a v3 version. All removed v3 functions will of course be added back in then.)
See Also
Extensions:Species_Trait_Index and Extensions:Universal_Trait_Index, the progenitors of this extension. This extension is basically the exact same as having both at once.