Difference between revisions of "Extensions:Books"

From Lorekeeper Wiki
Jump to navigation Jump to search
(make page)
Tag: 2017 source edit
 
(make page desc)
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=Books|desc=Create and scatter lore documents throughout your world!|auth=CH3RVB|status=testing|github={{Github|user=CH3RVB|branch=extension/books}}|LKVer=2.1.1|migration=yes|package=no}}
<!-- Put a short summary of your extension here! -->
+
Admins can make designated "Books", which can hold documents called "Volumes". (Like assigning a category.) Books can help group up designated parts of lore, but aren't required.
 +
 
 +
The contents of volumes are hidden from users until the volumes are unlocked by the user after using an item tag. After the user uses the tag for the respective volume, they unlock that volume and can see what it contains from the "library."
 +
 
 +
Admins must make books and volumes from the admin panel, then assign them to an item.
 
== Installation ==
 
== Installation ==
<!-- Describe installation. Include any requirements (such as packages), necessary commands, etc. -->
+
<code>php artisan migrate</code>,<code>php artisan optimize</code>,<code>php artisan update-extension-tracker</code>
 
== Configuration ==
 
== Configuration ==
<!-- Is any configuration necessary? Describe it here! -->
+
Includes a lang file + compatibility to easily reskin how you want the name for the extension to appear. This file easily lets you change the names of frontfacing of the extension, so you could change "Book" to "Manuscript" or something else simply by editing it.
 +
 
 +
You can find this file at <code>resources/lang/en/volumes.php</code> Please only edit the RIGHTMOST part of the code here, so <code>'book' => 'New Word',</code>.
 +
Thanks to Uri for the original idea/configuration guide!
 +
 
 
== 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? -->
+
Please contact me if you find any bugs!
 +
 
 +
i'm SUPERCOOL in the lk server!  
 
== 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. -->
+
Uri's site:
  
 +
https://preimpression.art/#

Revision as of 20:28, 16 May 2023

Books
Description Create and scatter lore documents throughout your world!
Author(s) CH3RVB
Status testing
Github extension/books
LK Version 2.1.1
Contains a Migration






Admins can make designated "Books", which can hold documents called "Volumes". (Like assigning a category.) Books can help group up designated parts of lore, but aren't required.

The contents of volumes are hidden from users until the volumes are unlocked by the user after using an item tag. After the user uses the tag for the respective volume, they unlock that volume and can see what it contains from the "library."

Admins must make books and volumes from the admin panel, then assign them to an item.

Installation

php artisan migrate,php artisan optimize,php artisan update-extension-tracker

Configuration

Includes a lang file + compatibility to easily reskin how you want the name for the extension to appear. This file easily lets you change the names of frontfacing of the extension, so you could change "Book" to "Manuscript" or something else simply by editing it.

You can find this file at resources/lang/en/volumes.php Please only edit the RIGHTMOST part of the code here, so 'book' => 'New Word',. Thanks to Uri for the original idea/configuration guide!

Usage

Troubleshooting

Please contact me if you find any bugs!

i'm SUPERCOOL in the lk server!

Images

See Also

Uri's site:

https://preimpression.art/#