Template:ReviewStage: Difference between revisions

From Atomix
No edit summary
No edit summary
 
Line 15: Line 15:
|-
|-
|}
|}
<!-- Category for toreview -->
{{#if: {{{toreview|}}} | [[Category:{{{toreview}}}]] }}
<!-- Category for instrument_type -->
{{#if: {{{instrument_type|}}} | [[Category:{{{instrument_type}}}]] }}


</includeonly>
</includeonly>
Line 27: Line 21:
This is the "ReviewStage" template.
This is the "ReviewStage" template.


It can be called as:
It should be called in the following format:
<pre>
<pre>
{{ReviewStage
{{ReviewStage
Line 37: Line 31:
}}
}}
</pre>
</pre>
 
Edit the page to see the template text.
=== Parameters ===
* <nowiki>|instrument_type=</nowiki> — Instrument type (e.g., ADV).
* <nowiki>|toreview=</nowiki> — Review status (e.g., Needs review, Reviewed).
* <nowiki>|reviewer=</nowiki> — Name(s) of reviewer(s).
* <nowiki>|authors=</nowiki> — Name(s) of author(s).
* <nowiki>|comment=</nowiki> — Any notes or comments.
 
=== Behavior ===
This template categorizes the page under:
* <nowiki>[[Category:instrument_type]]</nowiki>
* <nowiki>[[Category:toreview]]</nowiki>
 
This version does not require PageForms or Arrays and is safe for long‑term use.
</noinclude>
</noinclude>

Latest revision as of 22:09, 8 July 2026


This is the "ReviewStage" template.

It should be called in the following format:

{{ReviewStage
|instrument_type=
|toreview=
|reviewer=
|authors=
|comment=
}}

Edit the page to see the template text.