Jump to content

Template:Admin Page Status: Difference between revisions

From The Sovereign Games (MoA Lab)
No edit summary
No edit summary
Line 1: Line 1:
<noinclude>
<noinclude>
This template is for admin use only. It sets semantic properties for page tracking.
This template is for admin use only. It sets semantic properties and can optionally display status.


== Usage ==
== Usage ==
{{Admin Page Status
{{Admin Page Status
<!-- options: Done, Needs review, Not started -->
| categorization    =  
| categorization    =  
<!-- options: Self-Assessment, Confirmed Rating -->
| calibration_review =  
| calibration_review =  
<!-- options: Development, Stable, Mature -->
| instrument_grade  =  
| instrument_grade  =  
<!-- options: Low, Moderate, High -->
| validation        =  
| validation        =  
<!-- Date in YYYY-MM-DD format -->
| review_date        =  
| review_date        =  
| reviewed_by        =  
| reviewed_by        =  
| show              = yes     <!-- Add this to make status visible -->
| show              = yes
}}
}}
</noinclude>
</noinclude>


<includeonly>{{#if:{{{show|}}}|
<includeonly>
<div style="background:#f8f9fa; border:1px solid #ccc; padding:8px 12px; margin:10px 0; font-size:0.9em;">
{{#ifeq:{{{show|}}}|yes|
<div style="background:#f0f0f0; border:1px solid #aaa; padding:10px; margin:10px 0; font-size:0.92em;">
'''Admin Page Status'''<br>
'''Admin Page Status'''<br>
Categorization: {{{categorization|}}} &nbsp;&nbsp;|&nbsp;&nbsp;
<b>Categorization:</b> {{{categorization|}}} &nbsp;&nbsp; | &nbsp;&nbsp;
Calibration Review: {{{calibration_review|}}} &nbsp;&nbsp;|&nbsp;&nbsp;
<b>Calibration Review:</b> {{{calibration_review|}}}<br>
Instrument Grade: {{{instrument_grade|}}}<br>
<b>Instrument Grade:</b> {{{instrument_grade|}}} &nbsp;&nbsp; | &nbsp;&nbsp;
Validation: {{{validation|}}} &nbsp;&nbsp;|&nbsp;&nbsp;
<b>Validation:</b> {{{validation|}}}<br>
Last Reviewed: {{{review_date|}}} by {{{reviewed_by|}}}
<b>Last Reviewed:</b> {{{review_date|}}} by {{{reviewed_by|}}}
</div>
</div>
|
|
Line 34: Line 44:
}}
}}
</div>
</div>
}}}</includeonly>
}}
</includeonly>

Revision as of 03:21, 9 July 2026

This template is for admin use only. It sets semantic properties and can optionally display status.

Usage