Difference between revisions of "Extensions:Kitchen Sink Index"
(Initial creation of page) Tag: 2017 source edit |
(Removed the v3.1 version as it's been released as core ext) Tag: 2017 source edit |
||
| (3 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
| − | {{Extensioninfobox|title=the extension | + | {{Extensioninfobox|title=Kitchen Sink Index v3|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 v2|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}} | ||
| + | |||
| + | |||
| + | {| style="margin: 4px auto; width: 80%; border: 1px solid #940a0a; background: #C8D945;" | ||
| + | |- | ||
| + | | '''<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-2.1''' branch. | ||
| + | |} | ||
| + | |||
| + | {| style="margin: 4px auto; width: 80%; border: 1px solid #9ADC38; background: #A1F524;" | ||
| + | |- | ||
| + | | '''<u>THIS EXTENSION IS PART OF v3.1.0</u>''' | ||
| + | |- | ||
| + | | This extension has been merged into the v3.1.0 branch as [https://github.com/lk-arpg/lorekeeper/commit/560c9f8f6a6b2f52a8698c48694b3afad95f7549 All Traits Index]. | ||
| + | |- | ||
| + | | Do not download if you're on v3.1 or on the Develop Branch. If you had the v3 or v3.1 version prior, ''please remove the extension tracker file''. | ||
| + | |} | ||
| + | |||
| + | |||
| + | Adds a visual trait index similar to the [[Extensions:Species_Trait_Index]] and [[Extensions:Universal_Trait_Index]].. except it shows EVERY SINGLE TRAIT. | ||
| + | |||
== Installation == | == Installation == | ||
| − | < | + | Pull the extension branch and push to your site. That's it! |
| + | |||
| + | Don't forget to run <code>php artisan update-extension-tracker</code>! | ||
| + | |||
== Configuration == | == Configuration == | ||
| − | + | No configuration necessary. | |
| + | |||
== Usage == | == 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. | ||
| + | |||
== Troubleshooting == | == Troubleshooting == | ||
| − | + | Create a new thread in the #general-help channel of the Discord! | |
| + | |||
| + | You can always try tagging me (see my [[User:Speedy|user page]]), as I'm semi-active on the server, but a new thread is your best bet. | ||
| + | |||
== Images == | == Images == | ||
| − | <!-- | + | <!-- Note to self: add images sometime soon --> |
| + | |||
| + | == 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. | ||
| + | Further updates have been hotfixes aimed for inclusion into the develop branch, and have been left out of the version history. | ||
| + | |||
== See Also == | == 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. | |
| − | |||
Latest revision as of 16:20, 9 July 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 |
| Release branches have been renamed! |
| Please make sure that if you're on LK v2.1, that you use the kitchen-sink-index-2.1 branch. |
| THIS EXTENSION IS PART OF v3.1.0 |
| This extension has been merged into the v3.1.0 branch as All Traits Index. |
| Do not download if you're on v3.1 or on the Develop Branch. If you had the v3 or v3.1 version prior, please remove the extension tracker file. |
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.
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.
Further updates have been hotfixes aimed for inclusion into the develop branch, and have been left out of the version history.
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.