Template:Development Notice: Difference between revisions
Appearance
mNo edit summary |
mNo edit summary |
||
| Line 5: | Line 5: | ||
| style="vertical-align:top; padding:10px 14px;" | | | style="vertical-align:top; padding:10px 14px;" | | ||
<span style="display:inline-block; font-size:0.75em; font-weight:bold; letter-spacing:0.04em; color:#fff; background:#555; padding:2px 7px; border-radius:3px; vertical-align:middle;">CYCLE</span> | <span style="display:inline-block; font-size:0.75em; font-weight:bold; letter-spacing:0.04em; color:#fff; background:#555; padding:2px 7px; border-radius:3px; vertical-align:middle;">CYCLE</span> | ||
<span style="margin-left:8px; font-weight:bold; vertical-align:middle;">Calibration position | <span style="margin-left:8px; font-weight:bold; vertical-align:middle;">Calibration position</span> | ||
<div style="margin-top: | <div style="margin-top:8px; line-height:1.55;"> | ||
{{#if:{{{position|}}}|<div><span style="font-size:0.8em; color:#555;">Position</span> — '''{{{position}}}'''</div>}}{{#if:{{{cycle|}}}|<div><span style="font-size:0.8em; color:#555;">Cycle</span> — '''{{{cycle}}}'''</div>}}{{#if:{{{status|}}}|<div><span style="font-size:0.8em; color:#555;">Status</span> — '''{{{status}}}'''</div>}}{{#if:{{{position|}}}{{{cycle|}}}{{{status|}}}||<div><span style="font-size:0.8em; color:#555;">Cycle</span> — '''Active Development'''</div>}} | |||
</div> | |||
<div style="margin-top:8px; line-height:1.45;"> | |||
This page is a conceptual instrument under [[Permanent Beta]]. It declares a real calibration position, not a finished product waiting to ship. Checking continues; an edit is only required when evidence demands it. Stage: [[Seed to Fruit Development|Seed to Fruit]]. | This page is a conceptual instrument under [[Permanent Beta]]. It declares a real calibration position, not a finished product waiting to ship. Checking continues; an edit is only required when evidence demands it. Stage: [[Seed to Fruit Development|Seed to Fruit]]. | ||
</div> | </div> | ||
| Line 15: | Line 18: | ||
</div> | </div> | ||
</includeonly> | </includeonly> | ||
<noinclude> | <noinclude> | ||
== Usage == | == Usage == | ||
Place at the top of pages that should declare a calibration position (most conceptual instruments in cycle). | Place at the top of pages that should declare a calibration position (most conceptual instruments in cycle). | ||
'''Lead label is always:''' Calibration position. | |||
All three parameters may be used together. Each is shown when present. None is required to “unlock” the others. | |||
=== Parameters === | === Parameters === | ||
* <code>position</code> — Optional. '''Loose shorthand''' | * <code>position</code> — Optional. '''Loose shorthand''' (about 1–4 words). Instrument stance at a glance. Not a closed list. Update next cal when useful. | ||
* <code>cycle</code> — Optional. | *: Examples: <code>Seed</code>, <code>Core procedure</code>, <code>Compiler</code>, <code>Foundational Draft</code>, <code>Working Draft</code>, <code>Early Draft</code>, <code>Core procedure · Compiler</code> | ||
* <code>cycle</code> — Optional. Work-cycle note. Short preferred; not a hard ontology. | |||
*: Common values: <code>Active Development</code> · <code>Calibration in Progress</code> · <code>Stable under check</code> · <code>Deferred</code> | |||
* <code>status</code> — Optional. '''Extra shorthand / note''' (a few words). Use for standing flavor, integration state, or anything useful that is not position or cycle. | |||
*: Examples: <code>Self-Assessed</code>, <code>Stage 0 integrated · Self-Assessed</code>, <code>Experimental</code>, <code>Pre-cal only</code> | |||
If '''none''' of the three is set, the banner defaults to: Cycle — '''Active Development'''. | |||
=== Example (all three active) === | |||
<pre> | |||
{{Development Notice | |||
|position = Core procedure · Compiler | |||
|cycle = Active Development | |||
|status = Stage 0 integrated · Self-Assessed | |||
}} | |||
</pre> | |||
=== Example === | === Example (position + cycle only) === | ||
<pre> | <pre> | ||
{{Development Notice | {{Development Notice | ||
| Line 35: | Line 53: | ||
</pre> | </pre> | ||
=== Example (legacy) === | === Example (legacy single string) === | ||
<pre> | <pre> | ||
{{Development Notice | {{Development Notice | ||
| Line 41: | Line 59: | ||
}} | }} | ||
</pre> | </pre> | ||
Still valid: only the Status line shows (plus default behavior if empty). | |||
---- | ---- | ||
| Line 48: | Line 67: | ||
| Title = Template:Development Notice | | Title = Template:Development Notice | ||
| URL = https://www.thesovereigngames.com/wiki/Template:Development_Notice | | URL = https://www.thesovereigngames.com/wiki/Template:Development_Notice | ||
| Description = Sitewide calibration-position banner. Parameters position (loose shorthand | | Description = Sitewide calibration-position banner. Parameters position, cycle, and status may all be active at once (loose shorthand + cycle note + status note). Lead label: Calibration position. Permanent Beta / Seed to Fruit. | ||
| Category = Meta & Framework | | Category = Meta & Framework | ||
}} | }} | ||
{{Admin Page Status | {{Admin Page Status | ||
<!-- Do Not Remove commented out Reference Options --> | <!-- Do Not Remove commented out Reference Options --> | ||
| Line 63: | Line 81: | ||
<!-- options: Low, Moderate, High --> | <!-- options: Low, Moderate, High --> | ||
| validation = Low | | validation = Low | ||
| calibration_rationale = | | calibration_rationale = All three parameters (position, cycle, status) render when set; lead remains Calibration position. Status is no longer legacy-only or mutually exclusive with position. Default Active Development only when all three empty. Material copy/parameter changes affect all transcluding pages. | ||
| review_confidence = Moderate | | review_confidence = Moderate | ||
<!-- === REVIEW METADATA === --> | <!-- === REVIEW METADATA === --> | ||
<!-- Format: YYYY-MM-DD --> | <!-- Format: YYYY-MM-DD --> | ||
| review_date = 2026-07- | | review_date = 2026-07-29 | ||
| reviewed_by = Sovereign | | reviewed_by = Sovereign | ||
<!-- === CYCLE & PRIORITY === --> | <!-- === CYCLE & PRIORITY === --> | ||
| Line 100: | Line 118: | ||
<!-- options: None open, Open, Disputed, Breadcrumb-Open --> | <!-- options: None open, Open, Disputed, Breadcrumb-Open --> | ||
| drift_report_status = Breadcrumb-Open | | drift_report_status = Breadcrumb-Open | ||
| depends_on = Permanent Beta; Seed to Fruit Development; Metrology of the Abstract | | depends_on = Permanent Beta; Seed to Fruit Development; Metrology of the Abstract | ||
| cited_by = | | cited_by = | ||
}} | }} | ||
[[Category:Meta & Framework]] | [[Category:Meta & Framework]] | ||
{{RelatedPages}} | {{RelatedPages}} | ||
{{AllTemplates}} | {{AllTemplates}} | ||
</noinclude> | </noinclude> | ||
Revision as of 07:32, 29 July 2026
Usage
Place at the top of pages that should declare a calibration position (most conceptual instruments in cycle).
Lead label is always: Calibration position.
All three parameters may be used together. Each is shown when present. None is required to “unlock” the others.
Parameters
position— Optional. Loose shorthand (about 1–4 words). Instrument stance at a glance. Not a closed list. Update next cal when useful.- Examples:
Seed,Core procedure,Compiler,Foundational Draft,Working Draft,Early Draft,Core procedure · Compiler
- Examples:
cycle— Optional. Work-cycle note. Short preferred; not a hard ontology.- Common values:
Active Development·Calibration in Progress·Stable under check·Deferred
- Common values:
status— Optional. Extra shorthand / note (a few words). Use for standing flavor, integration state, or anything useful that is not position or cycle.- Examples:
Self-Assessed,Stage 0 integrated · Self-Assessed,Experimental,Pre-cal only
- Examples:
If none of the three is set, the banner defaults to: Cycle — Active Development.
Example (all three active)
{{Development Notice
|position = Core procedure · Compiler
|cycle = Active Development
|status = Stage 0 integrated · Self-Assessed
}}
Example (position + cycle only)
{{Development Notice
|position = Foundational Draft
|cycle = Active Development
}}
Example (legacy single string)
{{Development Notice
|status = Active Development
}}
Still valid: only the Status line shows (plus default behavior if empty).
Template instrument tracking — dependents: any page using {{Development Notice}}. Material changes to wording, parameters, or defaults should bump review_date and note impact in the Calibration Log / edit summary.
Page Reference
| Title | Template:Development Notice |
|---|---|
| URL | https://www.thesovereigngames.com/wiki/Template:Development_Notice |
| Description | Sitewide calibration-position banner. Parameters position, cycle, and status may all be active at once (loose shorthand + cycle note + status note). Lead label: Calibration position. Permanent Beta / Seed to Fruit. |
| Category | Meta & Framework |
Structural Connections
All Templates
- Template:Admin Page Status
- Template:Admin Page Status/doc
- Template:AllTemplates
- Template:Calibration Dependencies Display
- Template:Calibration Dependent
- Template:Calibration Log Header
- Template:Calibration Log Header-Subpage
- Template:Calibration Maintenance
- Template:Calibration Maintenance Log
- Template:Calibration Procedure Reference
- Template:Calibration Template
- Template:Decision Records Seed
- Template:Exploration Track
- Template:Framework Reference
- Template:GameInfobox
- Template:GameModule
- Template:GameModule/doc
- Template:GameNav
- Template:Hidden
- Template:Infobox
- Template:New Page Seed
- Template:New Page Seed/doc
- Template:Page Transparency
- Template:Page Transparency-Subpage
- Template:PermanentBeta
- Template:RelatedPages
- Template:Related Auto
- Template:Resource
- Template:SinglePageGame
- Template:Sovereign Games Usage Guides
- Template:Standalone Transparency
- Template:Strategy
- Template:Subpage Hub-Linked Transparency
- Template:Tracking Logs Reference