Jump to content

Template:Development Notice: Difference between revisions

From The Sovereign Games
No edit summary
mNo edit summary
 
(10 intermediate revisions by the same user not shown)
Line 1: Line 1:
{| class="wikitable" style="background-color: #fff3cd; border: 1px solid #ffc107; padding: 12px; margin-bottom: 20px; width: 100%;"
<includeonly>
<div style="margin-top:0;">
{| class="wikitable" style="background-color:#f8f9fa; border:1px solid #a2a9b1; border-left:4px solid #666; margin:0; width:100%; max-width:1100px; border-radius:4px;"
|-
|-
| style="vertical-align: top; width: 40px;" | ⚠️
| style="vertical-align:top; padding:10px 14px;" |
| style="vertical-align: top;" |
<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>
'''This page is under active development.'''
<span style="margin-left:8px; font-weight:bold; vertical-align:middle;">Calibration position — {{#if:{{{position|}}}|{{{position}}} — {{{cycle|Active Development}}}|{{{status|Active Development}}}}}</span>
<div style="margin-top:6px; 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]].
</div>
<div style="font-size:0.9em; margin-top:6px; color:#555;">
Feedback welcome — especially clarity, failure modes, and calibration gaps. Use discussion or [[Contribute]].
</div>
|}
</div>
</includeonly>


This content is in '''Permanent Beta'''. Structure, diagnostics, and calibration may change as better evidence and feedback are incorporated.


<div style="font-size: 0.9em; margin-top: 8px;">
'''Status:''' {{{status|Early Draft}}} 
'''Feedback:''' Welcome — especially on clarity, missing failure modes, and calibration gaps.
</div>
|}
<noinclude>
<noinclude>
== Usage ==
== Usage ==
Place at the top of pages that should declare a calibration position (most conceptual instruments in cycle).


Place this at the top of any page that is still being developed.
=== Parameters ===
* <code>position</code> — Optional. '''Loose shorthand''' for this instrument’s stance (2–4 words). Updated at the next cal when useful. Examples: <code>Seed</code>, <code>Foundational Draft</code>, <code>Working Draft</code>, <code>Early Draft</code>. Not a closed taxonomy.
* <code>cycle</code> — Optional. '''Short controlled set''' preferred: <code>Active Development</code> · <code>Calibration in Progress</code> · <code>Stable under check</code> · <code>Deferred</code>. Default: <code>Active Development</code>.


=== Parameters ===
Legacy: <code>status</code> still works as a single combined string if <code>position</code> / <code>cycle</code> are omitted.
* <code>status</code> — Optional. Examples: <code>Early Draft</code>, <code>Active Development</code>, <code>Calibration in Progress</code>, <code>Core Framework</code>


=== Example ===
=== Example ===
<pre>
{{Development Notice
|position = Foundational Draft
|cycle = Active Development
}}
</pre>
=== Example (legacy) ===
<pre>
<pre>
{{Development Notice
{{Development Notice
Line 26: Line 41:
}}
}}
</pre>
</pre>
----
'''Template instrument tracking''' — dependents: any page using <code><nowiki>{{Development Notice}}</nowiki></code>. Material changes to wording, parameters, or defaults should bump review_date and note impact in the Calibration Log / edit summary.
{{Resource
| Title = Template:Development Notice
| URL = https://www.thesovereigngames.com/wiki/Template:Development_Notice
| Description = Sitewide calibration-position banner. Parameters position (loose shorthand) and cycle (short controlled set). Declares in-cycle stance under Permanent Beta / Seed to Fruit — not a finished-product warning.
| Category = Meta & Framework
}}
{{Admin Page Status
<!-- Do Not Remove commented out Reference Options -->
<!-- === CORE STATUS === -->
<!-- options: Done, Needs review, Not started -->
| categorization = Done
<!-- options: Self-Assessment, Confirmed Rating -->
| calibration_review = Self-Assessment
<!-- options: Experimental, Development, Confirmed, Field Validated, Reference Standard Candidate -->
| instrument_grade = Development
<!-- options: Low, Moderate, High -->
| validation = Low
| calibration_rationale = Banner reframed from incomplete-product language to calibration position (CYCLE). Split position (loose) vs cycle (short set) for queryable shorthand without a closed stage ontology. Legacy status= supported. Material copy or parameter changes affect all transcluding pages — treat as dependency-sensitive.
| review_confidence = Moderate
<!-- === REVIEW METADATA === -->
<!-- Format: YYYY-MM-DD -->
| review_date = 2026-07-27
| reviewed_by = Sovereign
<!-- === CYCLE & PRIORITY === -->
<!-- options: Core, Supporting, Peripheral -->
| priority = Core
<!-- Days before considered overdue (default: 90) -->
| review_threshold = 90
<!-- === STRUCTURAL / NAVIGATIONAL === -->
<!-- options: Yes, No, Not checked -->
| has_backlinks = Yes
<!-- options: Yes, Has red links, Not checked -->
| outbound_links_valid = Yes
<!-- options: Yes, No -->
| in_outline = Yes
<!-- options: Yes, No -->
| in_category_outline = Yes
<!-- === TEMPLATES & FORMATTING === -->
<!-- options: Done, Needs review, Not started -->
| templates_complete = Done
<!-- options: Meets standard, Needs work, Not checked -->
| formatting_standard = Meets standard
<!-- === CONTENT INTEGRITY === -->
<!-- options: Applied, Not applicable, Needs work -->
| symmetry_check = Not applicable
<!-- options: Yes, No, Not applicable -->
| self_report_flagged = No
<!-- options: Yes, Needs work, Not checked -->
| terminology_consistent = Yes
<!-- === PROCESS / DEPENDENCY === -->
<!-- options: Confirmed by other party, Self-assessed only -->
| standing_check = Self-assessed only
<!-- options: None open, Open, Disputed, Breadcrumb-Open -->
| drift_report_status = Breadcrumb-Open
<!-- Semi-colon separated: what this template depends on -->
| depends_on = Permanent Beta; Seed to Fruit Development; Metrology of the Abstract
<!-- Leave empty — inverse of depends_on via query when available; do not maintain by hand -->
| cited_by =
}}
[[Category:Meta & Framework]]
{{RelatedPages}}
{{AllTemplates}}
</noinclude>
</noinclude>

Latest revision as of 12:53, 27 July 2026



Usage

Place at the top of pages that should declare a calibration position (most conceptual instruments in cycle).

Parameters

  • position — Optional. Loose shorthand for this instrument’s stance (2–4 words). Updated at the next cal when useful. Examples: Seed, Foundational Draft, Working Draft, Early Draft. Not a closed taxonomy.
  • cycle — Optional. Short controlled set preferred: Active Development · Calibration in Progress · Stable under check · Deferred. Default: Active Development.

Legacy: status still works as a single combined string if position / cycle are omitted.

Example

{{Development Notice
|position = Foundational Draft
|cycle = Active Development
}}

Example (legacy)

{{Development Notice
|status = Active Development
}}

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 (loose shorthand) and cycle (short controlled set). Declares in-cycle stance under Permanent Beta / Seed to Fruit — not a finished-product warning.
Category Meta & Framework






Structural Connections



All Templates