Difference between revisions of "Extensions:Second Subtype"

From Lorekeeper Wiki
Jump to navigation Jump to search
(Created page with "{{subst:Extension Page}}")
Tag: 2017 source edit
 
m (and fixing link in warning, ugh)
Tag: 2017 source edit
 
(5 intermediate revisions by 2 users 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}}|migration=yes/no|package=yes/no}}
+
{{Extensioninfobox|title=Second Subtype|desc=Adds handling for/display of a second subtype to characters.|auth=Mercury|status=Stable|github={{Github|user=itinerare|branch=extension/second-subtype}}|LKVer=2.0.0|migration=yes|package=no}}
 +
{| style="margin: 4px auto; width: 80%; border: 1px solid #940a0a; background: #C8D945;"
 +
|-
 +
| '''<u>THIS EXTENSION IS REDUNDANT AS PER LK v3.1.0</u>'''
 +
|-
 +
| You should be fine to use this extension while still on v2.1.1 and upgrading from there.
 +
|-
 +
| Please note that v3.1.0 has an [https://github.com/corowne/lorekeeper/pull/870 Multiple Subtypes] feature that makes both Second Subtype and [[Extensions:Third_Subtype]] extensions redundant.
 +
|}
 +
'''If you have recently updated to v3.1.0 (or the develop branch over the release branch at time of writing), please run the <code>php artisan convert-character-subtype</code> after migration. The command has been adjusted to recognize Second Subtype and Third Subtype, and will ensure they will be converted properly. Both extensions have become redundant due to the Multiple Subtypes feature that has been added.'''
 +
 
 
<!-- Put a short summary of your extension here! -->
 
<!-- Put a short summary of your extension here! -->
 +
Adds the ability to add a second subtype to characters, as well as internal handling for it. Also updates masterlist search so that it searches secondary subtypes as well.
 
== 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; run <pre>php artisan migrate</pre>
 
== Configuration ==
 
== Configuration ==
 
<!-- Is any configuration necessary? Describe it here! -->
 
<!-- Is any configuration necessary? Describe it here! -->
 +
None necessary.
 
== Usage ==
 
== Usage ==
 
<!-- Is there anything users should know about using your extension? -->
 
<!-- Is there anything users should know about using your extension? -->
 +
Add secondary subtypes to characters and/or instruct your users as to how/when to do so as necessary.
 
== 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 discord!
 
== 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 03:48, 16 September 2024

Second Subtype
Description Adds handling for/display of a second subtype to characters.
Author(s) Mercury
Status Stable
Github extension/second-subtype
LK Version 2.0.0
Contains a Migration






THIS EXTENSION IS REDUNDANT AS PER LK v3.1.0
You should be fine to use this extension while still on v2.1.1 and upgrading from there.
Please note that v3.1.0 has an Multiple Subtypes feature that makes both Second Subtype and Extensions:Third_Subtype extensions redundant.

If you have recently updated to v3.1.0 (or the develop branch over the release branch at time of writing), please run the php artisan convert-character-subtype after migration. The command has been adjusted to recognize Second Subtype and Third Subtype, and will ensure they will be converted properly. Both extensions have become redundant due to the Multiple Subtypes feature that has been added.

Adds the ability to add a second subtype to characters, as well as internal handling for it. Also updates masterlist search so that it searches secondary subtypes as well.

Installation

Pull; run

php artisan migrate

Configuration

None necessary.

Usage

Add secondary subtypes to characters and/or instruct your users as to how/when to do so as necessary.

Troubleshooting

Find me in the Lorekeeper discord!

See Also