Template:Calibration Dependent: Difference between revisions
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..." |
No edit summary |
||
| Line 10: | Line 10: | ||
== Calibration Dependent == | == Calibration Dependent == | ||
'''Pages that list this page as a load-bearing dependency:''' | '''Pages that list this page as a load-bearing dependency:''' | ||
{{# | {{#cargo_query: | ||
tables=AdminPageStatus | |||
| | |fields=_pageName=Page, Has_priority=Priority, Has_instrument_grade=Instrument Grade | ||
|where=Has_dependency HOLDS "{{FULLPAGENAME}}" | |||
| format=table | |order by=Has_priority | ||
|format=table | |||
|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]]. | '''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> | ||
Revision as of 06:46, 16 July 2026
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 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.
Usage
Add near the bottom of a Core-priority page, typically near or after the visible Calibration Dependencies section:
{{Calibration Dependent}}