Difference between revisions of "Extensions:Character Lineages"

From Lorekeeper Wiki
Jump to navigation Jump to search
(init)
Tag: 2017 source edit
 
(info)
Tag: 2017 source edit
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=Character Lineages|desc=Adds lineages and basic genealogy to characters.|auth=Pure09/DeeP-ci|status=Test 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.
 +
 
== 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 `php artisan migrate`! Keep in mind, this extension was built on the modified-main branch!
 +
 
== Configuration ==
 
== Configuration ==
 
<!-- Is any configuration necessary? Describe it here! -->
 
<!-- Is any configuration necessary? Describe it here! -->
 +
No configuration necessary.
 
== Usage ==
 
== Usage ==
 
<!-- Is there anything users should know about using your extension? -->
 
<!-- Is there anything users should know about using your extension? -->
 +
 +
 
== 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 `@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]]

Revision as of 07:12, 23 November 2020

Character Lineages
Description Adds lineages and basic genealogy to characters.
Author(s) Pure09/DeeP-ci
Status Test 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

Troubleshooting

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

- Tutorial: Installing Extensions