Difference between revisions of "Extensions:Collections"

From Lorekeeper Wiki
Jump to navigation Jump to search
Tag: 2017 source edit
Tag: 2017 source edit
Line 1: Line 1:
 +
An extension built off of [[Extensions:Crafting System]]'s code (with permission to be released to the public.) Admins can create a "collection", which in the extension's base form, includes only items, but it can be coded in to have other item requirements.
 +
 +
Thank you to Draginraptor for the original, as well as everyone else who contributed to it:
 +
-Newt
 +
-Uri
 +
 +
 
{{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! -->
 
<!-- Put a short summary of your extension here! -->
 
== Installation ==
 
== Installation ==
Pull the branch, handle any conflicts, and <pre> php artisan migrate </pre> and <pre> php artisan optimize </pre> You might not need to optimize, but migration is a requirement to make the extension function.
+
<!-- Describe installation. Include any requirements (such as packages), necessary commands, etc. -->
 
 
 
== Configuration ==
 
== Configuration ==
 
<!-- Is any configuration necessary? Describe it here! -->
 
<!-- Is any configuration necessary? Describe it here! -->
Line 14: Line 20:
 
== 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 15:15, 29 January 2023

An extension built off of Extensions:Crafting System's code (with permission to be released to the public.) Admins can create a "collection", which in the extension's base form, includes only items, but it can be coded in to have other item requirements.

Thank you to Draginraptor for the original, as well as everyone else who contributed to it: -Newt -Uri


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



Installation

Configuration

Usage

Troubleshooting

Images

See Also