Difference between revisions of "Extensions:Character Themes"
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= | + | {{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 == | ||
<!-- Describe installation. Include any requirements (such as packages), necessary commands, etc. --> | <!-- Describe installation. Include any requirements (such as packages), necessary commands, etc. --> | ||
== 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? --> | ||
| − | |||
| − | |||
| − | |||
Revision as of 12:18, 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
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.