Difference between revisions of "Extensions:Labels"

From Lorekeeper Wiki
Jump to navigation Jump to search
(initial creation)
Tag: 2017 source edit
 
(first inital edittttt)
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}}|LKVer=What Lorekeeper version the ext is built on|migration=yes/no|package=yes/no}}
 
{{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}}
<!-- Put a short summary of your extension here! -->
+
Adds a toyhou.se or deviantArt like tagging system to characters. Character tags are just additional subcategorization that can span multiple characters. It also has moderation support. Tags are only cosmetic except for the additional search features on the masterlist.
 
== Installation ==
 
== Installation ==
<!-- Describe installation. Include any requirements (such as packages), necessary commands, etc. -->
+
Pull the branch lorekeeper/character-tags. Run <code>php artisan migrate</code>, <code>php artisan add-site-settings</code>, and <code>php artisan update-extension-tracker</code>.
 
== Configuration ==
 
== Configuration ==
<!-- Is any configuration necessary? Describe it here! -->
+
Tags include three site settings. By default, staff can add any created tag freely.
 +
Please take a look at these before launching:
 +
* <code>"CT_tag_permissions"</code> - if regular members are permitted to add tags to their characters or not.
 +
* <code>"CT_tag_restriction"</code> - whether or not you'd like to use tags as a traditional tagging tool or just dedicate them to particular, admin created tags.
 +
* <code>"CT_tag_max_number"</code> - max num of tags any character is allowed to have. Since they appear on the header, it's suggested to have 3-5.
 
== Usage ==
 
== Usage ==
<!-- Is there anything users should know about using your extension? -->
+
Create premade tags on the admin panel (under masterlist). Tags are not case sensitive.
 +
You may also blacklist tags on this page. Both users and staff members will not be able to add those tags to characters. If you'd like to restrict a particular tag to staff only, turn on staff only on creation!
 
== Troubleshooting ==
 
== Troubleshooting ==
<!-- Are there known issues or errors that require user action? Who should they contact, and where, for support? -->
+
DM me on discord! sunnsetcadett
 
== 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 ==
 
== 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 13:20, 2 September 2025

the extension's name
Description A short description
Author(s) Author(s)
Status status (such as WIP, testing, stable)
Github branch
LK Version What Lorekeeper version the ext is built on





Adds a toyhou.se or deviantArt like tagging system to characters. Character tags are just additional subcategorization that can span multiple characters. It also has moderation support. Tags are only cosmetic except for the additional search features on the masterlist.

Installation

Pull the branch lorekeeper/character-tags. Run php artisan migrate, php artisan add-site-settings, and php artisan update-extension-tracker.

Configuration

Tags include three site settings. By default, staff can add any created tag freely. Please take a look at these before launching:

  • "CT_tag_permissions" - if regular members are permitted to add tags to their characters or not.
  • "CT_tag_restriction" - whether or not you'd like to use tags as a traditional tagging tool or just dedicate them to particular, admin created tags.
  • "CT_tag_max_number" - max num of tags any character is allowed to have. Since they appear on the header, it's suggested to have 3-5.

Usage

Create premade tags on the admin panel (under masterlist). Tags are not case sensitive. You may also blacklist tags on this page. Both users and staff members will not be able to add those tags to characters. If you'd like to restrict a particular tag to staff only, turn on staff only on creation!

Troubleshooting

DM me on discord! sunnsetcadett

Images

See Also