Difference between revisions of "Template:Infobox/Part/test subject"

From Kerbal Space Program Wiki
Jump to: navigation, search
m (*renamed Parameter Table to Parameter table;)
m (Update logic and descriptions)
(13 intermediate revisions by 7 users not shown)
Line 1: Line 1:
<noinclude>{{Infobox/Part/preview|</noinclude>
+
<noinclude>{{Infobox/Part/preview|
{{Infobox/Line|{{lang|en=On the surface|ru=На поверхности}}|{{#ifexpr: {{{environments<noinclude>|9</noinclude>}}} div 1 mod 2|{{Yes}}|{{No}}}}}}
+
</noinclude>{{Infobox/Line|'''{{Infobox/Part/Dict|testing environments}}'''|style=text-align:center;text-decoration:underline;}}
{{Infobox/Line|{{lang|en=On the ocean|ru=В океане}}|{{#ifexpr: {{{environments<noinclude>|9</noinclude>}}} div 2 mod 2|{{Yes}}|{{No}}}}}}
+
{{Infobox/Line|{{Infobox/Part/Dict|on the surface}}|{{#ifexpr: {{{environments<noinclude>|9</noinclude>}}} div 1 mod 2|{{Yes}}|{{No}}}}}}
{{Infobox/Line|{{lang|en=In atmosphere|ru=В атмосфере}}|{{#ifexpr: {{{environments<noinclude>|9</noinclude>}}} div 4 mod 2|{{Yes}}|{{No}}}}}}
+
{{Infobox/Line|{{Infobox/Part/Dict|in the ocean}}|{{#ifexpr: {{{environments<noinclude>|9</noinclude>}}} div 2 mod 2|{{Yes}}|{{No}}}}}}
{{Infobox/Line|{{lang|en=In space|ru=В пустоте}}|{{#ifexpr: {{{environments<noinclude>|9</noinclude>}}} div 8 mod 2|{{Yes}}|{{No}}}}}}
+
{{Infobox/Line|{{Infobox/Part/Dict|on the launchpad}}|{{#ifexpr: {{{environments<noinclude>|9</noinclude>}}} div 4 mod 2|{{Yes}}|{{No}}}}}}
{{Infobox/Line|{{lang|en=Staging|ru=Ступень}}|{{#switch: {{lc:{{{staging<noinclude>|True</noinclude>}}}}}|y|yes|t|true={{Yes}}|n|no|f|false={{No}}}}}}
+
{{Infobox/Line|{{Infobox/Part/Dict|in the atmosphere}}|{{#ifexpr: {{{environments<noinclude>|9</noinclude>}}} div 8 mod 2|{{Yes}}|{{No}}}}}}
{{Infobox/Line|{{lang|en=Event|ru=Событие}}|{{#switch: {{lc:{{{event<noinclude>|False</noinclude>}}}}}|y|yes|t|true={{Yes}}|n|no|f|false={{No}}}}}}<noinclude>
+
{{Infobox/Line|{{Infobox/Part/Dict|sub-orbital}}|{{#ifexpr: {{{environments<noinclude>|9</noinclude>}}} div 16 mod 2|{{Yes}}|{{No}}}}}}
 +
{{Infobox/Line|{{Infobox/Part/Dict|in an orbit}}|{{#ifexpr: {{{environments<noinclude>|9</noinclude>}}} div 32 mod 2|{{Yes}}|{{No}}}}}}
 +
{{Infobox/Line|{{Infobox/Part/Dict|on an escape}}|{{#ifexpr: {{{environments<noinclude>|9</noinclude>}}} div 64 mod 2|{{Yes}}|{{No}}}}}}
 +
{{Infobox/Line|{{Infobox/Part/Dict|docked}}|{{#ifexpr: {{{environments<noinclude>|9</noinclude>}}} div 128 mod 2|{{Yes}}|{{No}}}}}}
 +
{{Infobox/Line|{{Infobox/Part/Dict|test by staging}}|{{Boolean|{{{staging<noinclude>|True</noinclude>}}}|{{No}}}}}}
 +
{{Infobox/Line|{{Infobox/Part/Dict|manually testable}}|{{Boolean|{{{event<noinclude>|False</noinclude>}}}|{{No}}}}}}<noinclude>
 
}}
 
}}
{{Box|Determine the actual purpose of “useStaging” and “useEvent”}}
+
 
 
{{Tl|Infobox/Part}} module for [[contract]] test subjects.
 
{{Tl|Infobox/Part}} module for [[contract]] test subjects.
  
 
{{Parameter table|name=text|parameters=
 
{{Parameter table|name=text|parameters=
{{Parameter row|environments|The environments variable from “ModuleTestSubject” module}}
+
{{Parameter row|environments|In which situations the part can be tested at (<tt>situationMask</tt> in the config).}}
{{Parameter row|staging|The <tt>useStaging</tt> variable (<tt>y</tt>, <tt>yes</tt>, <tt>t</tt>, <tt>true</tt>, <tt>n</tt>, <tt>no</tt>, <tt>f</tt>, <tt>false</tt>)}}
+
{{Parameter row|staging|Whether the part can be tested through staging (<tt>useStaging</tt> in the config).|<tt>{{No}}</tt>}}
{{Parameter row|event|The <tt>useEvent</tt> variable (<tt>y</tt>, <tt>yes</tt>, <tt>t</tt>, <tt>true</tt>, <tt>n</tt>, <tt>no</tt>, <tt>f</tt>, <tt>false</tt>)}}
+
{{Parameter row|event|Whether the part can be tested manually by right-clicking (<tt>useEvent</tt> in the config).|<tt>{{No}}</tt>}}
 
}}
 
}}
 
{{Subcategory|modules}}</noinclude>
 
{{Subcategory|modules}}</noinclude>

Revision as of 10:01, 16 September 2024

Testing Environments
On the surface Yes
In the ocean No
On the launchpad No
In the atmosphere Yes
Sub-orbital No
In an orbit No
On an escape No
Docked No
Test by staging Yes
Manually testable No

{{Infobox/Part}} module for contract test subjects.

Name Optional Description Default
environments No In which situations the part can be tested at (situationMask in the config).
staging Yes Whether the part can be tested through staging (useStaging in the config). No
event Yes Whether the part can be tested manually by right-clicking (useEvent in the config). No