Difference between revisions of "Extensions:Item Entry Expansion"
Jump to navigation
Jump to search
Tag: 2017 source edit |
Tag: 2017 source edit |
||
Line 1: | Line 1: | ||
{{Extensioninfobox|title=Item Entry Expansion|desc=Makes item creation/editing and world entry display more robust.|auth=Mercury|status=Testing|github={{Github|user=itinerare|branch=item-entry-expansion}}|migration=yes|package=no}} | {{Extensioninfobox|title=Item Entry Expansion|desc=Makes item creation/editing and world entry display more robust.|auth=Mercury|status=Testing|github={{Github|user=itinerare|branch=item-entry-expansion}}|migration=yes|package=no}} | ||
<!-- Put a short summary of your extension here! --> | <!-- Put a short summary of your extension here! --> | ||
+ | This adds several fields to the item creation/editing interface, as well as the corresponding display on world item entries. | ||
+ | |||
+ | The added fields are as follows: | ||
+ | * Item Rarity (Expects a numerical value) | ||
+ | * Reference Link | ||
+ | * Item Artist (Uses the alias/URL system as present on character images) | ||
+ | * Uses (Text field, supports raw HTML but expected to be brief) | ||
+ | * Original source (Where/when the item was originally made available)) | ||
+ | * Purchase locations (Shops where the item may be purchased. Provides a list of shops to select from.) | ||
+ | * Drop locations (Prompts from which the item may be awarded. Provides a list of prompts to select from.) | ||
+ | These are all optional, and do not display on the item's entry if not filled. | ||
+ | |||
+ | It also adds a display of an item's category, if set, to the item's world entry, and raises the item name character limit to 100 (from 25). | ||
== Installation == | == Installation == | ||
<!-- Describe installation. Include any requirements (such as packages), necessary commands, etc. --> | <!-- Describe installation. Include any requirements (such as packages), necessary commands, etc. --> | ||
+ | Pull the branch and run <code>php artisan migrate</code>. | ||
== Configuration == | == Configuration == | ||
<!-- Is any configuration necessary? Describe it here! --> | <!-- Is any configuration necessary? Describe it here! --> | ||
+ | None necessary. | ||
== Usage == | == Usage == | ||
<!-- Is there anything users should know about using your extension? --> | <!-- Is there anything users should know about using your extension? --> | ||
+ | Update item entries in the admin panel as desired. | ||
== 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? --> | ||
+ | Find me in the Lorekeeper discord if you encounter any issues! | ||
== 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 18:52, 19 June 2020
Description | Makes item creation/editing and world entry display more robust. |
---|---|
Author(s) | Mercury |
Status | Testing |
Github | item-entry-expansion |
LK Version | Unspecified |
Contains a Migration | |
This adds several fields to the item creation/editing interface, as well as the corresponding display on world item entries.
The added fields are as follows:
- Item Rarity (Expects a numerical value)
- Reference Link
- Item Artist (Uses the alias/URL system as present on character images)
- Uses (Text field, supports raw HTML but expected to be brief)
- Original source (Where/when the item was originally made available))
- Purchase locations (Shops where the item may be purchased. Provides a list of shops to select from.)
- Drop locations (Prompts from which the item may be awarded. Provides a list of prompts to select from.)
These are all optional, and do not display on the item's entry if not filled.
It also adds a display of an item's category, if set, to the item's world entry, and raises the item name character limit to 100 (from 25).
Installation
Pull the branch and run php artisan migrate
.
Configuration
None necessary.
Usage
Update item entries in the admin panel as desired.
Troubleshooting
Find me in the Lorekeeper discord if you encounter any issues!