Jump to content

Template:Admin Page Status/doc

From The Sovereign Games (MoA Lab)

Template:Documentation


Description

This template is used to track the maintenance and calibration status of pages within The Sovereign Games project. It stores structured data using Semantic MediaWiki properties and remains completely hidden on the rendered page.

It is intended for admin and maintainer use only.

Usage

To use this template, add the following at the very bottom of a page:

{{Admin Page Status
<!-- Do Not Remove commented out Reference Options -->
<!-- === CORE STATUS === -->
<!-- options: Done, Needs review, Not started -->
| categorization = 

<!-- options: Self-Assessment, Confirmed Rating -->
| calibration_review = 

<!-- options: Development, Stable, Mature -->
| instrument_grade = 

<!-- options: Low, Moderate, High -->
| validation = 

<!-- === REVIEW METADATA === -->
<!-- Format: YYYY-MM-DD -->
| review_date = 
| reviewed_by = 

<!-- === CYCLE & PRIORITY === -->
<!-- options: Core, Supporting, Peripheral -->
| priority = 

<!-- Days before considered overdue (default: 90) -->
| review_threshold = 

<!-- === STRUCTURAL / NAVIGATIONAL === -->
<!-- options: Yes, No, Not checked -->
| has_backlinks = 

<!-- options: Yes, Has red links, Not checked -->
| outbound_links_valid = 

<!-- options: Yes, No -->
| in_outline = 

<!-- options: Yes, No -->
| in_category_outline = 

<!-- === TEMPLATES & FORMATTING === -->
<!-- options: Done, Needs review, Not started -->
| templates_complete = 

<!-- options: Meets standard, Needs work, Not checked -->
| formatting_standard = 

<!-- === CONTENT INTEGRITY === -->
<!-- options: Applied, Not applicable, Needs work -->
| symmetry_check = 

<!-- options: Yes, No, Not applicable -->
| self_report_flagged = 

<!-- options: Yes, Needs work, Not checked -->
| terminology_consistent = 

<!-- === PROCESS / DEPENDENCY === -->
<!-- options: Confirmed by other party, Self-assessed only -->
| standing_check = 

<!-- options: None open, Open, Disputed -->
| drift_report_status = 

<!-- Semi-colon separated list of pages this page depends on -->
| depends_on = 

<!-- Semi-colon separated list of pages that depend on this page -->
| cited_by = 
}}

Parameters

Core Status

Field Type Options
categorization select Done, Needs review, Not started
calibration_review select Self-Assessment, Confirmed Rating
instrument_grade select Development, Stable, Mature
validation select Low, Moderate, High

Review Metadata

Field Type Description
review_date date Last review date in YYYY-MM-DD format
reviewed_by text Username of the person who performed the review

Cycle & Priority

Field Type Description
priority select Core, Supporting, Peripheral
review_threshold number Days before a review is considered overdue (default: 90)

Structural / Navigational

Field Type Options
has_backlinks select Yes, No, Not checked
outbound_links_valid select Yes, Has red links, Not checked
in_outline select Yes, No
in_category_outline select Yes, No

Templates & Formatting

Field Type Options
templates_complete select Done, Needs review, Not started
formatting_standard select Meets standard, Needs work, Not checked

Content Integrity

Field Type Options
symmetry_check select Applied, Not applicable, Needs work
self_report_flagged select Yes, No, Not applicable
terminology_consistent select Yes, Needs work, Not checked

Process / Dependency

Field Type Options / Description
standing_check select Confirmed by other party, Self-assessed only
drift_report_status select None open, Open, Disputed
depends_on text Semi-colon separated list of pages this page depends on
cited_by text Semi-colon separated list of pages that depend on this page (inbound)

Notes

  • This template is hidden by default using display:none.
  • All values are stored as Semantic MediaWiki properties for querying and reporting.
  • The cited_by field is the inverse of depends_on and is useful for tracking dependency ripple effects.

See Also