Jump to content

Template:Development Notice: Difference between revisions

From The Sovereign Games
mNo edit summary
mNo edit summary
Line 1: Line 1:
<noinclude>
<noinclude>
== Usage ==
== Usage ==
Place this at the top of any page that is still being developed.
Place at the top of pages that should declare a calibration position (most conceptual instruments in cycle).


=== Parameters ===
=== Parameters ===
* <code>status</code> — Optional. Examples: <code>Seed</code>, <code>Early Draft</code>, <code>Active Development</code>, <code>Calibration in Progress</code>, <code>Core Framework</code>, <code>Stable under check</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 23:
}}
}}
</pre>
</pre>
{{RelatedPages}}
{{RelatedPages}}
{{AllTemplates}}
{{AllTemplates}}
</noinclude>
</noinclude>
<includeonly>
<includeonly>
{| class="wikitable" style="background-color:#f8f9fa; border:1px solid #a2a9b1; border-left:4px solid #666; margin:0 0 1.2em 0; width:100%; max-width:1100px; border-radius:4px;"
{| class="wikitable" style="background-color:#f8f9fa; border:1px solid #a2a9b1; border-left:4px solid #666; margin:0 0 1.2em 0; width:100%; max-width:1100px; border-radius:4px;"
Line 22: Line 32:
| 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 — {{{status|Active Development}}}</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;">
<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]].
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]].

Revision as of 05:43, 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
}}



Structural Connections



All Templates