Difference between revisions of "Extensions:Character Themes"

From Lorekeeper Wiki
Jump to navigation Jump to search
(Created page with "{{subst:Extension Page}}")
Tag: 2017 source edit
 
(forgor the commands)
Tag: 2017 source edit
 
(One intermediate revision 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}}|LKVer=What Lorekeeper version the ext is built on|migration=yes/no|package=yes/no}}
+
{{Extensioninfobox|title=Character Themes|desc=Adds a "theme" text field to character traits.|auth=CH3RVB|statusStable|github={{Github|user=CH3RVB|branch=extension/character-themes}}|LKVer=2.1.5|migration=yes|package=no}}
<!-- Put a short summary of your extension here! -->
+
Adds "Theme" to characters, which is a simple text field
 +
 
 +
This field is intended for the "concept" of a character, such as "Black cat" or "Water lily", or anything else, really (mostly meant for sites where a character is required to have a listed concept as part of the design).
 +
 
 +
You can search by theme in the masterlist by typing a word/words
 
== Installation ==
 
== Installation ==
<!-- Describe installation. Include any requirements (such as packages), necessary commands, etc. -->
+
Pull, and run <code>php artisan migrate</code> as well as <code>php artisan add-site-settings</code>
 +
 
 
== Configuration ==
 
== Configuration ==
<!-- Is any configuration necessary? Describe it here! -->
+
Has a lang file that can be edited resources\lang\en\character_theme.php which can change "Theme" to another word that you choose.
== Usage ==
+
 
<!-- Is there anything users should know about using your extension? -->
+
Some additional settings are included, and can be found in config\lorekeeper\extensions.php:
== Troubleshooting ==
+
Make themes required on a character.
<!-- Are there known issues or errors that require user action? Who should they contact, and where, for support? -->
+
Make themes unique (only design 1 can have "Black cat" set as it's theme).
 +
Display themes on the masterlist search/header.
 
== Images ==
 
== Images ==
 
<!-- Do you have any images to show what it looks like in action? -->
 
<!-- Do you have any images to show what it looks like in action? -->
== See Also ==
 
<!-- Any relevant other pages. You may consider linking to related extensions, for instance. -->
 
 

Latest revision as of 12:19, 28 April 2024

Character Themes
Description Adds a "theme" text field to character traits.
Author(s) CH3RVB
Status Unknown Status
Github extension/character-themes
LK Version 2.1.5
Contains a Migration






Adds "Theme" to characters, which is a simple text field

This field is intended for the "concept" of a character, such as "Black cat" or "Water lily", or anything else, really (mostly meant for sites where a character is required to have a listed concept as part of the design).

You can search by theme in the masterlist by typing a word/words

Installation

Pull, and run php artisan migrate as well as php artisan add-site-settings

Configuration

Has a lang file that can be edited resources\lang\en\character_theme.php which can change "Theme" to another word that you choose.

Some additional settings are included, and can be found in config\lorekeeper\extensions.php: Make themes required on a character. Make themes unique (only design 1 can have "Black cat" set as it's theme). Display themes on the masterlist search/header.

Images