Difference between revisions of "Extensions:Raffle Options"

From Lorekeeper Wiki
Jump to navigation Jump to search
(init page)
Tag: 2017 source edit
 
(Creating basic)
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=Raffle Options|desc=Extends raffles|auth=Ne-wt|status=testing|github={{Github|user=Ne-wt|branch=extension/raffle-options}}|LKVer=3.0.0 develop|migration=yes|package=no}}
<!-- Put a short summary of your extension here! -->
+
 
 +
<big>''This is on the Lorekeeper v.3 develop branch. Do not install unless you are on the develop branch or v.3.0.0 pre-release.''</big>
 +
 
 +
* Allows users to enter themselves into a raffle (once)
 +
* Allows admins to set a raffle to allow self-entry
 +
* Added end_at and roll_on_end to raffles (automatic roll when end_at time passes)
 +
 
 
== Installation ==
 
== Installation ==
<!-- Describe installation. Include any requirements (such as packages), necessary commands, etc. -->
+
Pull the extension, run <code>php artisan migrate</code>
 +
 
 
== Configuration ==
 
== Configuration ==
 
<!-- Is any configuration necessary? Describe it here! -->
 
<!-- Is any configuration necessary? Describe it here! -->
 +
 
== 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? -->
 
<!-- Are there known issues or errors that require user action? Who should they contact, and where, for support? -->
 +
 
== 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 14:13, 3 January 2024

Raffle Options
Description Extends raffles
Author(s) Ne-wt
Status testing
Github extension/raffle-options
LK Version 3.0.0 develop
Contains a Migration

}}







This is on the Lorekeeper v.3 develop branch. Do not install unless you are on the develop branch or v.3.0.0 pre-release.

  • Allows users to enter themselves into a raffle (once)
  • Allows admins to set a raffle to allow self-entry
  • Added end_at and roll_on_end to raffles (automatic roll when end_at time passes)

Installation

Pull the extension, run php artisan migrate

Configuration

Usage

Troubleshooting

Images

See Also