Difference between revisions of "Extensions:Custom Currency"

From Lorekeeper Wiki
Jump to navigation Jump to search
(Creating and making the infobox of the page.)
Tag: 2017 source edit
 
(Updating the full page with all info needed for.)
Tag: 2017 source edit
 
(4 intermediate revisions 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=Custom Currency|desc=Optional custom currency for character value & sales.|auth=MarskyMessier|status=testing|github={{Github|user=MarskyMessier|branch=extension/custom-currency}}|LKVer=3.0.0|migration=yes|package=no}}
<!-- Put a short summary of your extension here! -->
+
 
 +
Adds an optional input form box where you can add a desired currency ; supports Unicode so anything ranging from text to a symbol can be added. It is advised you keep it relatively short and comprehensive!
 +
 
 +
It replaces the default currency symbol that is found in the settings, and has its own column in the database. For sales, it won't show up on Raffles, but will on any other options that can have money in it.
 +
 
 
== Installation ==
 
== Installation ==
<!-- Describe installation. Include any requirements (such as packages), necessary commands, etc. -->
+
Pull, deal with the conflicts you might have, merge, and run the following commands :
 +
<br> <code>php artisan migrate</code>
 +
<br> <code>php artisan update-extension-tracker</code>
 +
<br> <code>php artisan optimize</code>
 +
 
 
== Configuration ==
 
== Configuration ==
<!-- Is any configuration necessary? Describe it here! -->
+
N/A
 +
 
 
== Usage ==
 
== Usage ==
<!-- Is there anything users should know about using your extension? -->
+
N/A
 +
 
 
== Troubleshooting ==
 
== Troubleshooting ==
<!-- Are there known issues or errors that require user action? Who should they contact, and where, for support? -->
+
If you encounter any issues, feel free to dm me on discord (MarskyMessier) or open an issue on my repo. You can also ping me in the LoreKeeper discord.
 +
 
 
== Images ==
 
== Images ==
<!-- Do you have any images to show what it looks like in action? -->
+
<gallery heights="200" widths="200">
 +
File:Customcurrencysales.png
 +
File:Customcurrencycharacter.png
 +
File:Customcurrencyediting.png
 +
</gallery>
 +
 
 
== See Also ==
 
== See Also ==
<!-- Any relevant other pages. You may consider linking to related extensions, for instance. -->
 
 
{{Extensioninfobox|title=Custom Currency|desc=Optional custom currency for character value & sales.|auth=MarskyMessier|status=Testing|github={{Github|user=MarskyMessier|branch=extension/custom_currency|repo=https://github.com/MarskyMessier/lorekeeper/tree/extension/custom-currency}}|LKVer=3.0.0|migration=yes|package=no}}
 

Latest revision as of 16:44, 26 June 2024

Custom Currency
Description Optional custom currency for character value & sales.
Author(s) MarskyMessier
Status testing
Github extension/custom-currency
LK Version 3.0.0
Contains a Migration






Adds an optional input form box where you can add a desired currency ; supports Unicode so anything ranging from text to a symbol can be added. It is advised you keep it relatively short and comprehensive!

It replaces the default currency symbol that is found in the settings, and has its own column in the database. For sales, it won't show up on Raffles, but will on any other options that can have money in it.

Installation

Pull, deal with the conflicts you might have, merge, and run the following commands :
php artisan migrate
php artisan update-extension-tracker
php artisan optimize

Configuration

N/A

Usage

N/A

Troubleshooting

If you encounter any issues, feel free to dm me on discord (MarskyMessier) or open an issue on my repo. You can also ping me in the LoreKeeper discord.

Images

See Also