Jump to content

Template:Calibration Dependent: Difference between revisions

From The Sovereign Games (MoA Lab)
Created page with "<noinclude> Auto-generates a "Calibration Dependent" section listing every page that lists '''this''' page as a load-bearing dependency (via `depends_on`). This is the inverse of the visible "Calibration Dependencies" section — that one lists what this page relies on; this one lists what relies on this page. '''Intended for `priority = Core` pages specifically''' — this is the standing, always-visible version of the dependency-ripple query the Calibration Dependen..."
 
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
<noinclude>
<noinclude>
Auto-generates a "Calibration Dependent" section listing every page that lists '''this''' page as a load-bearing dependency (via `depends_on`). This is the inverse of the visible "Calibration Dependencies" section — that one lists what this page relies on; this one lists what relies on this page.
Auto-generates the "Calibration Dependent" section — pages that list this one as a load-bearing dependency. Queries live, no manual maintenance.


'''Intended for `priority = Core` pages specifically''' — this is the standing, always-visible version of the dependency-ripple query the [[Calibration Dependencies: Standards and Process]] Ripple Review rule requires be run whenever a Core page changes. Making it a permanent, live section means the ripple list is always current, not something that has to be manually re-run and pasted into a Calibration Report each time.
'''Mandatory on every `priority = Core` page.''' Pairs with {{Calibration Dependencies Display}} that one shows what this page depends on; this one shows what depends on this page.


== Usage ==
== Usage ==
Add near the bottom of a Core-priority page, typically near or after the visible Calibration Dependencies section:
<code><nowiki>{{Calibration Dependent}}</nowiki></code>
<code><nowiki>{{Calibration Dependent}}</nowiki></code>
</noinclude><includeonly>
{{RelatedPages}}
 
{{AllTemplates}}
</noinclude>
 
<includeonly>
== Calibration Dependent ==
== Calibration Dependent ==
'''Pages that list this page as a load-bearing dependency:'''
'''Pages that list this page as a load-bearing dependency:'''
{{#ask:
{{#cargo_query:
[[Has dependency::{{FULLPAGENAME}}]]
tables=AdminPageStatus
| ?Has priority
|fields=_pageName=Page, Has_priority=Priority, Has_instrument_grade=Instrument Grade, Last_reviewed=Last Updated, Has_cycle_status=Cycle Status, Has_drift_report_status=Drift Status
| ?Has instrument grade
|where=Has_dependency HOLDS "{{FULLPAGENAME}}"
| format=table
|order by=Has_priority
| sort=Has priority
|format=table
| order=asc
|default='''None found.''' Either nothing currently depends on this page, or no dependent page has yet listed it in their `depends_on` field.
| default='''None found.''' Either nothing currently depends on this page, or no dependent page has yet listed it in their `depends_on` field.
}}
}}


'''If this page is edited substantively, review the list above per the Ripple Review rule''' — see [[Calibration Dependencies: Standards and Process#Rule: Core-Priority Changes Trigger Mandatory Ripple Review]].
'''If this page is edited substantively, review the list above per the Ripple Review rule''' — see [[Calibration Dependencies: Standards and Process#Rule: Core-Priority Changes Trigger Mandatory Ripple Review]].
</includeonly>
</includeonly>

Latest revision as of 09:54, 19 July 2026

Auto-generates the "Calibration Dependent" section — pages that list this one as a load-bearing dependency. Queries live, no manual maintenance.

Mandatory on every `priority = Core` page. Pairs with

Calibration Dependencies

Pages this page relies on as load-bearing dependencies: This page is not calibration-dependent on other pages. It is a foundational/originating source. If incorrect, edit the `depends_on` field in Admin Page Status — do not edit this section directly, it is auto-generated.

— that one shows what this page depends on; this one shows what depends on this page.

Usage

{{Calibration Dependent}}


Structural Connections



All Templates