Difference between revisions of "Extensions:Trait Subcategories"

From Lorekeeper Wiki
Jump to navigation Jump to search
(Created page)
Tag: 2017 source edit
 
m (this is not a broken image, I promise)
Tag: 2017 source edit
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
{{Extensioninfobox|title=the extension's name|desc=A short description|auth=Author(s)|status=status (such as WIP, testing, stable)|github={{Github|user=username|branch=branch}}|LKVer=What Lorekeeper version the ext is built on|migration=yes/no|package=yes/no}}
+
{{Extensioninfobox|title=Trait Subcategories|desc=Adds subcategories to traits.|auth=CH3RVB|status=stable|github={{Github|user=CH3RVB|branch=extension/trait-subcategory}}|LKVer=2.1.5|migration=yes|package=no}}
<!-- Put a short summary of your extension here! -->
+
Add subcategories to traits (purely for organizational purposes).
 
== Installation ==
 
== Installation ==
<!-- Describe installation. Include any requirements (such as packages), necessary commands, etc. -->
+
Pull and run <code>php artisan migrate</code>, run <code>php artisan optimize</code> twice
 
== Configuration ==
 
== Configuration ==
 
<!-- Is any configuration necessary? Describe it here! -->
 
<!-- Is any configuration necessary? Describe it here! -->
Line 10: Line 10:
 
<!-- Are there known issues or errors that require user action? Who should they contact, and where, for support? -->
 
<!-- Are there known issues or errors that require user action? Who should they contact, and where, for support? -->
 
== Images ==
 
== Images ==
<!-- Do you have any images to show what it looks like in action? -->
+
== Images ==
 +
<gallery>
 +
File:Trait_Subcategories.png|An example of a trait with a subcategory.
 +
</gallery>
 +
 
 
== See Also ==
 
== See Also ==
 
<!-- Any relevant other pages. You may consider linking to related extensions, for instance. -->
 
<!-- Any relevant other pages. You may consider linking to related extensions, for instance. -->
 

Latest revision as of 13:24, 29 June 2024

Trait Subcategories
Description Adds subcategories to traits.
Author(s) CH3RVB
Status stable
Github extension/trait-subcategory
LK Version 2.1.5
Contains a Migration






Add subcategories to traits (purely for organizational purposes).

Installation

Pull and run php artisan migrate, run php artisan optimize twice

Configuration

Usage

Troubleshooting

Images

Images

See Also