Difference between revisions of "Site Pages"

From Lorekeeper Wiki
Jump to navigation Jump to search
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
Site pages are dynamically created pages that can be created and edited in the admin panel (requires the '''Edit Pages''' power).
 
Site pages are dynamically created pages that can be created and edited in the admin panel (requires the '''Edit Pages''' power).
 
=Editing=
 
=Editing=
Pages require a title, unique key, content and viewable setting. Each page can be accessed from (site-url)/info/{key}, which displays the title, date of creation, date of last update and content, assuming that the page is set to viewable.
+
Pages require a title, unique key, content and viewable setting. Each page can be accessed from (site-url)/info/{key}, which displays the title, date of creation, date of last update and content, assuming that the page is set to viewable. Comments may also be enabled per page if desired.
  
 
Page content can contain HTML, but cannot contain Javascript.
 
Page content can contain HTML, but cannot contain Javascript.
Line 13: Line 13:
 
*Privacy Policy
 
*Privacy Policy
 
*Terms of Service
 
*Terms of Service
*Credits
+
*Credits ([[Updating: to 2.0.0|2.0.0]])
  
 
=See Also=
 
=See Also=
Line 19: Line 19:
 
*[[Site Settings]]
 
*[[Site Settings]]
 
*[[News]]
 
*[[News]]
 +
 +
[[Category:Documentation]]

Latest revision as of 17:06, 21 May 2021

Site pages are dynamically created pages that can be created and edited in the admin panel (requires the Edit Pages power).

Editing

Pages require a title, unique key, content and viewable setting. Each page can be accessed from (site-url)/info/{key}, which displays the title, date of creation, date of last update and content, assuming that the page is set to viewable. Comments may also be enabled per page if desired.

Page content can contain HTML, but cannot contain Javascript.

Default Pages

A few default pages are added during setup. These pages cannot be deleted, but are otherwise editable the same way (title and key can be edited).

These pages are:

  • About
  • Privacy Policy
  • Terms of Service
  • Credits (2.0.0)

See Also