Difference between revisions of "Extensions:Third Subtype"

From Lorekeeper Wiki
Jump to navigation Jump to search
(Started page)
Tag: 2017 source edit
 
m (Forgot to edit status and correctly display author)
 
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
 +
{{Extensioninfobox|title=Third Subtype|desc=Adds handling for/display of a third subtype to characters.|auth=[[User:Speedy|Speedy]]|status=Stable|github={{Github|user=SpeedyD|branch=extension/third-subtype}}|LKVer=2.1.1|migration=yes|package=no}}
 +
 +
{| style="margin: 4px auto; width: 80%; border: 1px solid #940a0a; background: #C8D945;"
 +
|-
 +
| '''<u>THIS EXTENSION WILL NOT BE UPDATED FOR LK v3</u>'''
 +
|-
 +
| You should be fine to use this extension while still on v2.1.1 and upgrading from there.
 +
|-
 +
| Please note that there's [https://github.com/corowne/lorekeeper/pull/870 a function in development] for v3.1.0 that makes both Second Subtype and Third Subtype extensions redundant.
 +
|}
 +
 +
Adds the ability to add a third subtype to characters, as well as internal handling for it. Also updates masterlist search so that it searches third subtypes as well.
 +
 +
All credit goes to [[User:Mercury]], all I did was copy paste their code and did like 0.001% edits to add a third subtype. I mean, I even copied most of the text for this page.
  
{{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}}
 
<!-- Put a short summary of your extension here! -->
 
 
== Installation ==
 
== Installation ==
<!-- Describe installation. Include any requirements (such as packages), necessary commands, etc. -->
+
Pull [[Extensions:Second_Subtype]].
 +
 
 +
Then pull this extension; run <code>php artisan migrate</code>.
 +
 
 +
Don't forget to run <code>php artisan update-extension-tracker</code>!
 +
 
 
== Configuration ==
 
== Configuration ==
<!-- Is any configuration necessary? Describe it here! -->
+
None necessary.
 +
 
 
== Usage ==
 
== Usage ==
<!-- Is there anything users should know about using your extension? -->
+
Add third 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? -->
+
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.
 +
 
 +
As this is based off of [[User:Mercury]]'s [[Extensions:Second_Subtype]], questions may be re-routed to them.
 +
 
 
== Images ==
 
== Images ==
<!-- Do you have any images to show what it looks like in action? -->
+
<!-- Note to self: add images sometime soon -->
 +
 
 +
== Version History ==
 +
* '''1.0.0:''' Initial creation. Grabbed second subtype and added a third subtype.
 +
 
 
== See Also ==
 
== See Also ==
<!-- Any relevant other pages. You may consider linking to related extensions, for instance. -->
+
This extension is built on top off [[Extensions:Second_Subtype]].
 
 

Latest revision as of 03:02, 19 March 2024

Third Subtype
Description Adds handling for/display of a third subtype to characters.
Author(s) Speedy
Status Stable
Github extension/third-subtype
LK Version 2.1.1
Contains a Migration







THIS EXTENSION WILL NOT BE UPDATED FOR LK v3
You should be fine to use this extension while still on v2.1.1 and upgrading from there.
Please note that there's a function in development for v3.1.0 that makes both Second Subtype and Third Subtype extensions redundant.

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

All credit goes to User:Mercury, all I did was copy paste their code and did like 0.001% edits to add a third subtype. I mean, I even copied most of the text for this page.

Installation

Pull Extensions:Second_Subtype.

Then pull this extension; run php artisan migrate.

Don't forget to run php artisan update-extension-tracker!

Configuration

None necessary.

Usage

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

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.

As this is based off of User:Mercury's Extensions:Second_Subtype, questions may be re-routed to them.

Images

Version History

  • 1.0.0: Initial creation. Grabbed second subtype and added a third subtype.

See Also

This extension is built on top off Extensions:Second_Subtype.