Template:Development Notice: Difference between revisions
Appearance
mNo edit summary |
mNo edit summary |
||
| (6 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
<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; 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="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> | |||
<noinclude> | <noinclude> | ||
== Usage == | == Usage == | ||
Place | Place at the top of pages that should declare a calibration position (most conceptual instruments in cycle). | ||
=== Parameters === | === Parameters === | ||
* <code> | * <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>. | |||
Legacy: <code>status</code> still works as a single combined string if <code>position</code> / <code>cycle</code> are omitted. | |||
=== Example === | === Example === | ||
<pre> | |||
{{Development Notice | |||
|position = Foundational Draft | |||
|cycle = Active Development | |||
}} | |||
</pre> | |||
=== Example (legacy) === | |||
<pre> | <pre> | ||
{{Development Notice | {{Development Notice | ||
| Line 12: | 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}} | {{RelatedPages}} | ||
{{AllTemplates}} | {{AllTemplates}} | ||
</noinclude> | </noinclude> | ||
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
- 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