Difference between revisions of "Extensions:Alternate Trait Types"

From Lorekeeper Wiki
Jump to navigation Jump to search
(Created page with "{{subst:Extension Page}}")
Tag: 2017 source edit
 
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=Alternate Trait Types|desc=Adds support for alternate types of traits.|auth=Mercury|status=Testing|github={{Github|user=itinerare|branch=extension/alt-trait-types}}|LKVer=2.0.0|migration=yes|package=no}}
 
<!-- Put a short summary of your extension here! -->
 
<!-- Put a short summary of your extension here! -->
 +
Adds support for alternate types of [[Traits|traits]]. These are full traits in their own right and have the same properties, with some additions:
 +
* Display mode: controls how the type's name is displayed. Options are (where "name" is the alternate type's name, etc):
 +
** Name
 +
** Name (Species Name)
 +
** Name (Subtype Name)
 +
** Name (Parent Trait Name)
 +
** Name Parent Trait Name
 +
* Display Separately: Whether or not the trait should be displayed separately in world, species trait indexes (if enabled). These traits will always be visible separately on masterlist entries/when selecting traits, etc.
 +
** Traits not displayed separately have a summary of their information displayed under their parent trait in world.
 +
 +
Parent traits also acquire the display mode setting in the event that additional disambiguation is required.
 
== Installation ==
 
== Installation ==
 
<!-- Describe installation. Include any requirements (such as packages), necessary commands, etc. -->
 
<!-- Describe installation. Include any requirements (such as packages), necessary commands, etc. -->
 +
Pull the branch; run <code>php artisan migrate</code> and <code>php artisan update-extension-tracker</code>.
 
== Configuration ==
 
== Configuration ==
 
<!-- Is any configuration necessary? Describe it here! -->
 
<!-- Is any configuration necessary? Describe it here! -->
 +
N/A
 
== Usage ==
 
== Usage ==
 
<!-- Is there anything users should know about using your extension? -->
 
<!-- Is there anything users should know about using your extension? -->
 +
Add alternate types to traits as desired.
 
== Troubleshooting ==
 
== Troubleshooting ==
 
<!-- 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? -->
 +
Find me in the Lorekeeper server!
 
== 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 ==
 
<!-- 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:00, 11 December 2021

Alternate Trait Types
Description Adds support for alternate types of traits.
Author(s) Mercury
Status Testing
Github extension/alt-trait-types
LK Version 2.0.0
Contains a Migration



Adds support for alternate types of traits. These are full traits in their own right and have the same properties, with some additions:

  • Display mode: controls how the type's name is displayed. Options are (where "name" is the alternate type's name, etc):
    • Name
    • Name (Species Name)
    • Name (Subtype Name)
    • Name (Parent Trait Name)
    • Name Parent Trait Name
  • Display Separately: Whether or not the trait should be displayed separately in world, species trait indexes (if enabled). These traits will always be visible separately on masterlist entries/when selecting traits, etc.
    • Traits not displayed separately have a summary of their information displayed under their parent trait in world.

Parent traits also acquire the display mode setting in the event that additional disambiguation is required.

Installation

Pull the branch; run php artisan migrate and php artisan update-extension-tracker.

Configuration

N/A

Usage

Add alternate types to traits as desired.

Troubleshooting

Find me in the Lorekeeper server!

Images

See Also