Difference between revisions of "Extensions:Character Titles"

From Lorekeeper Wiki
Jump to navigation Jump to search
(Created page with "{{subst:Extension Page}}")
Tag: 2017 source edit
 
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 Titles|desc=Adds support for pre- or invidually-set "titles" for characters.|auth=Mercury|status=Testing|github={{Github|user=itinerare|branch=extension/character-titles}}|migration=yes|package=no}}
 
<!-- Put a short summary of your extension here! -->
 
<!-- Put a short summary of your extension here! -->
 +
Adds support for character "titles", both pre- and individually-set. Titles can be created from the admin panel and assigned to characters on creation, when editing species/rarity/traits/etc., and in design updates. Alternately, a "custom" title can be specified. An additional site setting controls whether titles are displayed only with characters' image info or also in their header and on the masterlist alongside species, rarity, etc. Titles are purely cosmetic.
 
== 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 the branch. Run <code>php artisan migrate</code> and <code>php artisan add-site-settings</code>.
 
== Configuration ==
 
== Configuration ==
 
<!-- Is any configuration necessary? Describe it here! -->
 
<!-- Is any configuration necessary? Describe it here! -->
 +
If desired, adjust the included site setting.
 
== Usage ==
 
== Usage ==
 
<!-- Is there anything users should know about using your extension? -->
 
<!-- Is there anything users should know about using your extension? -->
 +
Make and/or assign titles to characters as desired.
 
== 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 server!
 
== 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. -->
 

Revision as of 15:44, 14 March 2021

Character Titles
Description Adds support for pre- or invidually-set "titles" for characters.
Author(s) Mercury
Status Testing
Github extension/character-titles
LK Version Unspecified
Contains a Migration



Adds support for character "titles", both pre- and individually-set. Titles can be created from the admin panel and assigned to characters on creation, when editing species/rarity/traits/etc., and in design updates. Alternately, a "custom" title can be specified. An additional site setting controls whether titles are displayed only with characters' image info or also in their header and on the masterlist alongside species, rarity, etc. Titles are purely cosmetic.

Installation

Pull the branch. Run php artisan migrate and php artisan add-site-settings.

Configuration

If desired, adjust the included site setting.

Usage

Make and/or assign titles to characters as desired.

Troubleshooting

Find me in the Lorekeeper server!

See Also