Difference between revisions of "Extensions:Character Themes"
(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= | + | {{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}} |
| − | + | 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 == | ||
| − | < | + | Pull, and run <code>php artisan migrate</code> as well as <code>php artisan add-site-settings</code> |
| + | |||
== Configuration == | == 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 == | == 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? --> | ||
| − | |||
| − | |||
| − | |||
Latest revision as of 12:19, 28 April 2024
| 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.