Difference between revisions of "Extensions:Weather And Seasons"

From Lorekeeper Wiki
Jump to navigation Jump to search
(Initial page)
Tag: 2017 source edit
 
(Add gallery)
Tag: 2017 source edit
 
(One intermediate revision by the same user not shown)
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=Weather and Seasons|desc=Adds a weather and season forecast.|auth=CH3RVB|status=stable|github={{Github|user=CH3RVB|branch=extension/weathe}}|LKVer=2.0|migration=yes|package=no}}
<!-- Put a short summary of your extension here! -->
+
Adds site weather! By default it's just cosmetic.
 
== Installation ==
 
== Installation ==
<!-- Describe installation. Include any requirements (such as packages), necessary commands, etc. -->
+
Pull, and run <code>php artisan migrate</code> as well as <code>php artisan add-site-settings</code>
 
== Configuration ==
 
== Configuration ==
<!-- Is any configuration necessary? Describe it here! -->
+
Start by making weather in the admin panel, after that you can then make seasons which have different weights for what weather can occur.
 
== Usage ==
 
== Usage ==
<!-- Is there anything users should know about using your extension? -->
+
Has a site widget that displays weather, this can be taken out, there is a page that displays current weather information if you want that instead
== Troubleshooting ==
 
<!-- 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? -->
+
<gallery>
== See Also ==
+
File:Image.png|The weathers and season widget.
<!-- Any relevant other pages. You may consider linking to related extensions, for instance. -->
+
</gallery>
 
 

Latest revision as of 10:16, 20 April 2024

Weather and Seasons
Description Adds a weather and season forecast.
Author(s) CH3RVB
Status stable
Github extension/weathe
LK Version 2.0
Contains a Migration



Adds site weather! By default it's just cosmetic.

Installation

Pull, and run php artisan migrate as well as php artisan add-site-settings

Configuration

Start by making weather in the admin panel, after that you can then make seasons which have different weights for what weather can occur.

Usage

Has a site widget that displays weather, this can be taken out, there is a page that displays current weather information if you want that instead

Images