User Documentation

Last modified: 4/23/2026

User Documentation Summary

User Documentation is a list of User Documentation and System Pages for GeoHazardWatch

This page serves as the central hub for all documentation, tutorials, guides, examples, and test pages in the ngdpbase system.

📑 Documentation Categories

Main Documentation Hubs

📚 Core System Documentation

Authentication & Security

Page Organization & Metadata

Plugins & Extensions

Configuration & Management

Search & Navigation

System Information

🎨 Table System Documentation

Table Functionality

📝 Markdown Features

Syntax & Examples

📝 Content Management

Metadata & Organization

see docs/page-metadata.md

Templates & Styling


💡 Quick Reference

User Documentation

[{Search system-category='documentation' format='titles'}]

Essential Syntax

# System Variables
[{$pagename}]       - Current page name
[{$totalpages}]     - Total pages count
[{$uptime}]         - Server uptime
[{$timestamp}]      - Current timestamp

# Page Links
[another page]   - ```[another page]```  Link to another page
[Link Text|Page Name] - ```[Link Text|Page Name]``` Link with custom text

# Plugins
[{ReferringPagesPlugin page="PageName"}] - Pages that reference given page
[{SessionsPlugin}]  - Active sessions count
[{TotalPagesPlugin}] - Total pages (plugin version)

# Table Styling
%%table-striped     - Striped table styling
%%                  - (table content)
/%                  - End table

[{Table style:'...' headerStyle:'...' evenRowStyle:'...'}]
|| Header ||        - Table header row
| Data |            - Table data row
|# |                - Auto-numbered row


📊 Statistics