Difference between revisions of "Extensions:Third Subtype"
(Started page) Tag: 2017 source edit |
(Actually filled out info.) Tag: 2017 source edit |
||
| Line 1: | Line 1: | ||
| + | {{Extensioninfobox|title=Third Subtype|desc=Adds handling for/display of a third subtype to characters.|auth=Speedy|status=Testing|github={{Github|user=SpeedyD|branch=extension/third-subtype}}|LKVer=2.1.1|migration=yes|package=no}} | ||
| + | |||
| + | 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 == | == Installation == | ||
| − | < | + | Pull [[Extensions:Second_Subtype]]. |
| + | |||
| + | Then pull this extension; run <pre>php artisan migrate</pre>. | ||
| + | |||
| + | Don't forget to run <code>php artisan update-extension-tracker</code>! | ||
| + | |||
== Configuration == | == Configuration == | ||
| − | + | None necessary. | |
| + | |||
== Usage == | == Usage == | ||
| − | + | Add third subtypes to characters and/or instruct your users as to how/when to do so as necessary. | |
| + | |||
== Troubleshooting == | == Troubleshooting == | ||
| − | + | I'm Speedy#4060 on Discord, but please do not contact me directly. | |
| + | |||
| + | Instead, please tag me in the Lorekeeper server if you need my help. | ||
| + | |||
| + | I am not a regular there, so asking something without a tag might not get a response. | ||
| + | |||
| + | As this is based off of [[User:Mercury]]'s [[Extensions:Second_Subtype]], questions may be re-routed to them. | ||
| + | |||
== Images == | == Images == | ||
| − | <!-- | + | <!-- 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 == | ||
| − | + | This extension is built on top off [[Extensions:Second_Subtype]]. | |
| − | |||
Revision as of 13:05, 27 April 2023
| Description | Adds handling for/display of a third subtype to characters. |
|---|---|
| Author(s) | Speedy |
| Status | Testing |
| Github | extension/third-subtype |
| LK Version | 2.1.1 |
| Contains a Migration | |
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.
Contents
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
I'm Speedy#4060 on Discord, but please do not contact me directly.
Instead, please tag me in the Lorekeeper server if you need my help.
I am not a regular there, so asking something without a tag might not get a response.
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.