New Page Type Templates (2024-25)
From Salish Sea Wiki
Technical Pages
- Cargo Queries
- Categorization System
- Category Update (2024)
- Changing Categories, RegEx, and ReplaceText
- Development Backlog
- Development Log
- Development Roadmap
- Iconography
- Integrating SER Standards into Wiki Structures
- New Page Type Templates (2024-25)/Efforts
- New Page Type Templates (2024-25)/Places
- New Page Type Templates (2024-25)/Topics
- New Page Type Templates (2024-25)/Workgroups
- New Templates - Products
- New Templates - Products/File Pages
- New Templates - Products/Main Pages
- New Templates - Products/No Year
- New User Experience
- Page Editing Forms
- Page Preview Troubleshooting
- Page Templates
- Platform Architecture
- Potential Categories
- Promotional Materials
- Templates, Forms and Tables Using Cargo
- Terminology
See Introduction Pages
See also Category Update (2024)
This page documents the creation and migration to new page templates using the Cargo-based Template-Form-Table Architecture
Data Structures
- Products ✅
- Workgroups ✅
- Efforts ✅
- Topis ✅
- Places ✅
New Data Namespace
- 3000 for data & 3001 for data_talk
- Login
Hierarchy
- "Down-the-Hierarchy" search in Cargo
- A query for pages where
Places.Surrounding_Places='South Puget Sound'
that can show all places that are a child of.
- A query for pages where
- Hierarchy defined in one place and used/referenced elsewhere
- The Hierarchy is defined somewhere and used on the Form (example Place) to build the tree type input (example Landform field for the Place form)
- Also used to query like the example above
Form Link
- For every red link?
- Possibly solved with
$wgPageFormsLinkAllRedLinksToForms
- Example: Sample
- May need to hide query forms and manual page creation with CSS/JS
- Possibly solved with