Resource Library: Difference between revisions
Appearance
Created page with "== All Resources == {{#cargo_query: tables=Resources |fields=_pageName=Source Page, Title, URL, Description, Category |format=table |order by=Category, Title }}" |
No edit summary |
||
| Line 1: | Line 1: | ||
= | = Resource Library = | ||
{{ | The '''Resource Library''' is a structured collection of key pages, documents, and references across The Sovereign Games framework. It uses Cargo to store and query metadata (Title, URL, Description, and Category) so that resources can be easily discovered, filtered, and maintained over time. | ||
| | This library helps keep important content findable and organized without relying on traditional wiki categories alone. | ||
| | |||
| | == What This Library Does == | ||
* Stores structured information about important pages and resources | |||
* Allows resources to be categorized (e.g. Meta & Framework, Calibration, Strategy, etc.) | |||
* Enables powerful querying and future filtering | |||
* Keeps resource data separate from page content for better long-term maintenance | |||
== How to Add a Resource == | |||
To add a new resource to this library: | |||
1. Go to the page you want to register. | |||
2. Add the following template near the bottom of the page (inside a hidden or collapsed section is recommended): | |||
```wikitext | |||
{{Resource | |||
| Title = Page Title | |||
| URL = Full URL to the page | |||
| Description = Short description of what the page contains | |||
| Category = Relevant Category | |||
}} | }} | ||
Revision as of 03:29, 8 July 2026
Resource Library
The Resource Library is a structured collection of key pages, documents, and references across The Sovereign Games framework. It uses Cargo to store and query metadata (Title, URL, Description, and Category) so that resources can be easily discovered, filtered, and maintained over time.
This library helps keep important content findable and organized without relying on traditional wiki categories alone.
What This Library Does
- Stores structured information about important pages and resources
- Allows resources to be categorized (e.g. Meta & Framework, Calibration, Strategy, etc.)
- Enables powerful querying and future filtering
- Keeps resource data separate from page content for better long-term maintenance
How to Add a Resource
To add a new resource to this library:
1. Go to the page you want to register. 2. Add the following template near the bottom of the page (inside a hidden or collapsed section is recommended):
```wikitext
Page Reference
| Title | Page Title |
|---|---|
| URL | [Full URL to the page Full URL to the page] |
| Description | Short description of what the page contains |
| Category | Relevant Category |