Difference between revisions of "Extensions:World Expansion"

From Lorekeeper Wiki
Jump to navigation Jump to search
(Initializing)
Tag: 2017 source edit
 
(Added Info)
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}}|migration=yes/no|package=yes/no}}
+
{{Extensioninfobox|title=World Expansion|desc=Adds some worldbuilding functionality to LK sites|auth=Preimpression|status=testing|github={{Github|user=preimpression|branch=worldExpansion}}|migration=yes|package=no}}
 
<!-- Put a short summary of your extension here! -->
 
<!-- Put a short summary of your extension here! -->
 +
 +
Referred to in-site as World Expanded.
 +
 +
World Expansion adds the following to Lorekeeper:
 +
* Locations (and Types)
 +
* Events (and Categories)
 +
* Figures (and Categories)
 +
* Fauna (and Categories)
 +
* Flora (and Categories)
 +
 
== Installation ==
 
== Installation ==
<!-- Describe installation. Include any requirements (such as packages), necessary commands, etc. -->
+
 
 +
# Pull the branch and fix and conflicts manually.
 +
# Migrate to add tables with the command: <code>php artisan migrate</code>
 +
# Add site settings and world page with the command: <code>php artisan add-world-expansion</code>
 +
 
 
== Configuration ==
 
== Configuration ==
 +
 +
If you want to add more Display Styles for locations, they are housed in the Location model.
 +
 +
To edit the main World page (found at site.com/world/info), you may edit it at the same place as regular Pages. If you remove the page with the key world, the page will break.
 +
 +
There are three settings in the Site Settings that will need to be toggled in order to:
 +
* Allow users to have locations attached as their homes
 +
* Allow characters to have locations attached as their homes
 +
* Set time limits to how often users can change their own home locations
 +
 
<!-- 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? -->
+
 
 +
'''Notice: If you delete any categories, the things within those categories will be deleted.'''
 +
 
 +
In order to create '''locations''', you will need to add a location type.
 +
Once the following are created, you will be able to attach or add:
 +
* '''Locations''': Specialized Styles (such as Island of Man vs Man Island)
 +
* '''Events''': Figures and Locations
 +
* '''Figures''': Items
 +
* '''Fauna''': Items and Locations
 +
* '''Flora''': Items and Locations
 +
 
 
== Troubleshooting ==
 
== Troubleshooting ==
<!-- Are there known issues or errors that require user action? Who should they contact, and where, for support? -->
+
 
 +
No errors are currently known - if you find any issues, let me know on the Discord!
 +
 
 
== See Also ==
 
== See Also ==
<!-- Any relevant other pages. You may consider linking to related extensions, for instance. -->
+
[[Extensions:Page_Categories]] by Juni also has Lore Pages, which are awesome!
 
 

Revision as of 11:17, 14 October 2020

World Expansion
Description Adds some worldbuilding functionality to LK sites
Author(s) Preimpression
Status testing
Github worldExpansion
LK Version Unspecified
Contains a Migration



Referred to in-site as World Expanded.

World Expansion adds the following to Lorekeeper:

  • Locations (and Types)
  • Events (and Categories)
  • Figures (and Categories)
  • Fauna (and Categories)
  • Flora (and Categories)

Installation

  1. Pull the branch and fix and conflicts manually.
  2. Migrate to add tables with the command: php artisan migrate
  3. Add site settings and world page with the command: php artisan add-world-expansion

Configuration

If you want to add more Display Styles for locations, they are housed in the Location model.

To edit the main World page (found at site.com/world/info), you may edit it at the same place as regular Pages. If you remove the page with the key world, the page will break.

There are three settings in the Site Settings that will need to be toggled in order to:

  • Allow users to have locations attached as their homes
  • Allow characters to have locations attached as their homes
  • Set time limits to how often users can change their own home locations

Usage

Notice: If you delete any categories, the things within those categories will be deleted.

In order to create locations, you will need to add a location type. Once the following are created, you will be able to attach or add:

  • Locations: Specialized Styles (such as Island of Man vs Man Island)
  • Events: Figures and Locations
  • Figures: Items
  • Fauna: Items and Locations
  • Flora: Items and Locations

Troubleshooting

No errors are currently known - if you find any issues, let me know on the Discord!

See Also

Extensions:Page_Categories by Juni also has Lore Pages, which are awesome!