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
 
(4 intermediate revisions by the same user not shown)
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}}|LKVer=2.0.0|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. Also includes searching on masterlist and sublists by title, or for any custom titles.
 
== 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!
 +
== Images ==
 +
<!-- Do you have any images to show what it looks like in action? -->
 +
* [https://www.itinerare.net/gallery/pieces/61.Character-Titles?source=projects/pages/lorekeeper Writeup with images on my site]
 
== 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. -->
 

Latest revision as of 07:37, 29 August 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 2.0.0
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. Also includes searching on masterlist and sublists by title, or for any custom titles.

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!

Images

See Also