Template:ADV processing: Difference between revisions

From Atomix
mNo edit summary
No edit summary
 
(7 intermediate revisions by the same user not shown)
Line 1: Line 1:
<includeonly>
{{#if: {{{instrument_type|}}} | [[Category:{{{instrument_type}}}]] }}
{{#if: {{{level|}}} | [[Category:{{{instrument_type}}} {{{level}}}]] }}
</includeonly>
<noinclude>
<noinclude>
This is the "ADV_processing" template.
This is the "ADV processing" template.
It should be called in the following format:
 
It can be called as:
<pre>
<pre>
{{ADV_processing
{{ADV processing
|level=
|instrument_type=ADV
|instrument_type=
|level=level 1 raw
}}
}}
</pre>
</pre>
Edit the page to see how the variables are formatted. The [[Form:Processing|processing form]] also exists to facilitate using this template.
</noinclude>
<includeonly>


=== Parameters ===
* <nowiki>|instrument_type=</nowiki> — Instrument type (e.g., ADV).
* <nowiki>|level=</nowiki> — Processing level description (e.g., <nowiki>level 1 raw, or level 3 spectra</nowiki>).


{{#default_form:Processing}}
=== Behavior ===
{{#arraymap:{{Glossary|{{{instrument_type|}}}}}|,|x|[[Category:x]]|}}
This template categorizes the page under:
{{#if: {{{level|}}} | {{#arraymap:{{{level|}}}|,|x|[[Category:{{{instrument_type|}}} x]]|}}}}
* <nowiki>[[Category:instrument_type]]</nowiki>
* <nowiki>[[Category:instrument_type level]]</nowiki>


 
This version does not require PageForms or Arrays.
 
</noinclude>
<div style="position:absolute;bottom: 0;right:0;">
-------
Return to [[Velocity_point-measurements|Velocity point-measurements' welcome page]]
</div>
 
</includeonly>

Latest revision as of 20:37, 8 July 2026


This is the "ADV processing" template.

It can be called as:

{{ADV processing
|instrument_type=ADV
|level=level 1 raw
}}

Parameters

  • |instrument_type= — Instrument type (e.g., ADV).
  • |level= — Processing level description (e.g., level 1 raw, or level 3 spectra).

Behavior

This template categorizes the page under:

  • [[Category:instrument_type]]
  • [[Category:instrument_type level]]

This version does not require PageForms or Arrays.