Difference between revisions of "Extensions:Random Generators"

From Lorekeeper Wiki
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=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=Random Generators|desc=Adds random generators|auth=Author(s)|status=testing|github={{Github|user=perappu|branch=lorekeepe}}|LKVer=3.0.0|migration=yes|package=yes}}
<!-- Put a short summary of your extension here! -->
+
Adds the ability to create random generators. Ideas, prompts, incorrect quotes... any random generator you'd like!
 
== Installation ==
 
== Installation ==
<!-- Describe installation. Include any requirements (such as packages), necessary commands, etc. -->
+
<code>php artisan migrate</code>, <code>php artisan optimize</code>
 
== Configuration ==
 
== Configuration ==
 
<!-- Is any configuration necessary? Describe it here! -->
 
<!-- Is any configuration necessary? Describe it here! -->
Line 8: Line 8:
 
<!-- 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? -->
+
Feel free to ping me @stokori on the Discord with any issues!
 
== Images ==
 
== Images ==
<!-- Do you have any images to show what it looks like in action? -->
+
<gallery>
 +
File:RandomGenerator.png.png
 +
</gallery>
 
== See Also ==
 
== See Also ==
<!-- Any relevant other pages. You may consider linking to related extensions, for instance. -->
+
If you liked my work, you can support me doing more of this on [https://ko-fi.com/stokori ko-fi]!
 
 

Revision as of 16:31, 25 June 2024

Random Generators
Description Adds random generators
Author(s) Author(s)
Status testing
Github lorekeepe
LK Version 3.0.0
Contains a Migration
Uses a Package






Adds the ability to create random generators. Ideas, prompts, incorrect quotes... any random generator you'd like!

Installation

php artisan migrate, php artisan optimize

Configuration

Usage

Troubleshooting

Feel free to ping me @stokori on the Discord with any issues!

Images

See Also

If you liked my work, you can support me doing more of this on ko-fi!