Difference between revisions of "Extensions:Emotes"

From Lorekeeper Wiki
Jump to navigation Jump to search
(make page)
Tag: 2017 source edit
 
(add page info)
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=Emotes|desc=Upload emotes to use on your site!|auth=CH3RVB|status=stable|github={{Github|user=CH3RVB|branch=extension/emotes}}|LKVer=2.1.1|migration=yes|package=no}}
<!-- Put a short summary of your extension here! -->
+
Upload emotes that players can use onsite!
 +
 
 +
Emotes are set by admins in the admin panel, but anyone can use them. Emotes can be called by their names, or by their emote ID. (<code>[emote=1]</code> or <code>[emote=emote_name]</code>)
 +
 
 +
NEW!!: Allows for items to be mentioned as emotes. Codes are included in <code>_item_entry.blade</code> for users, this can be removed if you just want a way for admins to use item emotes, for example, quick linking in a news post. Item emotes can be called with <code>[item=item_id]</code>
 
== Installation ==
 
== Installation ==
<!-- Describe installation. Include any requirements (such as packages), necessary commands, etc. -->
+
<code>php artisan migrate</code>, <code>php artisan update-extension-tracker</code>
 
== Configuration ==
 
== Configuration ==
<!-- Is any configuration necessary? Describe it here! -->
+
none
 
== Usage ==
 
== Usage ==
 
<!-- Is there anything users should know about using your extension? -->
 
<!-- Is there anything users should know about using your extension? -->
 
== Troubleshooting ==
 
== Troubleshooting ==
<!-- Are there known issues or errors that require user action? Who should they contact, and where, for support? -->
+
no known errors
 
== Images ==
 
== Images ==
<!-- Do you have any images to show what it looks like in action? -->
+
[[File:Emotes.png]]
 
== 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 19:17, 19 April 2023

Emotes
Description Upload emotes to use on your site!
Author(s) CH3RVB
Status stable
Github extension/emotes
LK Version 2.1.1
Contains a Migration






Upload emotes that players can use onsite!

Emotes are set by admins in the admin panel, but anyone can use them. Emotes can be called by their names, or by their emote ID. ([emote=1] or [emote=emote_name])

NEW!!: Allows for items to be mentioned as emotes. Codes are included in _item_entry.blade for users, this can be removed if you just want a way for admins to use item emotes, for example, quick linking in a news post. Item emotes can be called with [item=item_id]

Installation

php artisan migrate, php artisan update-extension-tracker

Configuration

none

Usage

Troubleshooting

no known errors

Images

Emotes.png

See Also