Difference between revisions of "Extensions:Character Lineages"
Jump to navigation
Jump to search
m Tag: 2017 source edit |
m Tag: 2017 source edit |
||
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
− | {{Extensioninfobox|title=Character Lineages|desc=Adds lineages and basic genealogy to characters.|auth=Pure09/DeeP-ci|status= | + | {{Extensioninfobox|title=Character Lineages|desc=Adds lineages and basic genealogy to characters.|auth=Pure09/DeeP-ci|status=Release|github={{Github|user=deep-ci|branch=extension/character-lineages}}|migration=yes|package=no}} |
<!-- Put a short summary of your extension here! --> | <!-- Put a short summary of your extension here! --> | ||
Characters can now have lineages, viewable on their main profile, with additional pages used to view their descendants! It does not add breeding, ONLY lineages. | Characters can now have lineages, viewable on their main profile, with additional pages used to view their descendants! It does not add breeding, ONLY lineages. | ||
Line 5: | Line 5: | ||
== Installation == | == Installation == | ||
<!-- Describe installation. Include any requirements (such as packages), necessary commands, etc. --> | <!-- Describe installation. Include any requirements (such as packages), necessary commands, etc. --> | ||
− | Merge the branch into your lorekeeper installation, then run | + | Merge the branch into your lorekeeper installation, then run <code>php artisan migrate</code>! Keep in mind, this extension was built on the modified-main branch! |
== Configuration == | == Configuration == | ||
Line 12: | Line 12: | ||
== Usage == | == Usage == | ||
<!-- Is there anything users should know about using your extension? --> | <!-- Is there anything users should know about using your extension? --> | ||
− | + | * Add lineages to character and MYO upon creation or after | |
− | + | * Lineages appear on the main profile of a character, and are able to be edited by mods | |
− | + | * Lineages can be autofilled based on any input parents & grandparents lineages | |
− | + | * Lineage can contain a mix between character links or plain text, where desired | |
− | + | * Option when editing lineages to search for any children and update their lineages to match the new changes | |
− | + | * Adds pages to a character's profile to view any visible children, grandchildren and great-grandchildren | |
== 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? --> | ||
− | No issues known. Add a bug report to the github tracker or tag/dm | + | No issues known. Add a bug report to the github tracker or tag/dm '''@Pure09''' in the Lorekeeper discord if any are found. |
== 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. --> | ||
- [[Tutorial: Installing Extensions]] | - [[Tutorial: Installing Extensions]] |
Latest revision as of 06:18, 23 November 2020
Description | Adds lineages and basic genealogy to characters. |
---|---|
Author(s) | Pure09/DeeP-ci |
Status | Release |
Github | extension/character-lineages |
LK Version | Unspecified |
Contains a Migration | |
Characters can now have lineages, viewable on their main profile, with additional pages used to view their descendants! It does not add breeding, ONLY lineages.
Installation
Merge the branch into your lorekeeper installation, then run php artisan migrate
! Keep in mind, this extension was built on the modified-main branch!
Configuration
No configuration necessary.
Usage
- Add lineages to character and MYO upon creation or after
- Lineages appear on the main profile of a character, and are able to be edited by mods
- Lineages can be autofilled based on any input parents & grandparents lineages
- Lineage can contain a mix between character links or plain text, where desired
- Option when editing lineages to search for any children and update their lineages to match the new changes
- Adds pages to a character's profile to view any visible children, grandchildren and great-grandchildren
Troubleshooting
No issues known. Add a bug report to the github tracker or tag/dm @Pure09 in the Lorekeeper discord if any are found.