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

From Kerbal Space Program Wiki
Jump to: navigation, search
(+hu)
Line 4: Line 4:
 
{{Infobox/Line|{{lang|en=In atmosphere|hu=Légkörben|ru=В атмосфере}}|{{#ifexpr: {{{environments<noinclude>|9</noinclude>}}} div 4 mod 2|{{Yes}}|{{No}}}}}}
 
{{Infobox/Line|{{lang|en=In atmosphere|hu=Légkörben|ru=В атмосфере}}|{{#ifexpr: {{{environments<noinclude>|9</noinclude>}}} div 4 mod 2|{{Yes}}|{{No}}}}}}
 
{{Infobox/Line|{{lang|en=In space|hu=Űrben|ru=В пустоте}}|{{#ifexpr: {{{environments<noinclude>|9</noinclude>}}} div 8 mod 2|{{Yes}}|{{No}}}}}}
 
{{Infobox/Line|{{lang|en=In space|hu=Űrben|ru=В пустоте}}|{{#ifexpr: {{{environments<noinclude>|9</noinclude>}}} div 8 mod 2|{{Yes}}|{{No}}}}}}
{{Infobox/Line|{{lang|en=Staging|hu=Fokozat|ru=Ступень}}|{{#switch: {{lc:{{{staging<noinclude>|True</noinclude>}}}}}|y|yes|t|true={{Yes}}|n|no|f|false={{No}}}}}}
+
{{Infobox/Line|{{lang|en=Test by staging|hu=Fokozat|ru=Ступень}}|{{#switch: {{lc:{{{staging<noinclude>|True</noinclude>}}}}}|y|yes|t|true={{Yes}}|n|no|f|false={{No}}}}}}
{{Infobox/Line|{{lang|en=Event|hu=Esemény|ru=Событие}}|{{#switch: {{lc:{{{event<noinclude>|False</noinclude>}}}}}|y|yes|t|true={{Yes}}|n|no|f|false={{No}}}}}}<noinclude>
+
{{Infobox/Line|{{lang|en=Manually testable|hu=Esemény|ru=Событие}}|{{#switch: {{lc:{{{event<noinclude>|False</noinclude>}}}}}|y|yes|t|true={{Yes}}|n|no|f|false={{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|The environments variable from “ModuleTestSubject” module}}
{{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 (see <tt>useStaging</tt>; <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|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 rightclicking (see <tt>useEvent</tt>; <tt>y</tt>, <tt>yes</tt>, <tt>t</tt>, <tt>true</tt>, <tt>n</tt>, <tt>no</tt>, <tt>f</tt>, <tt>false</tt>)}}
 
}}
 
}}
 
{{Subcategory|modules}}</noinclude>
 
{{Subcategory|modules}}</noinclude>

Revision as of 13:37, 3 March 2015

On the surface Yes
On the ocean No
In atmosphere No
In space Yes
Test by staging Yes
Manually testable No

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

Name Optional Description Default
environments No The environments variable from “ModuleTestSubject” module
staging No Whether the part can be tested through staging (see useStaging; y, yes, t, true, n, no, f, false)
event No Whether the part can be tested manually by rightclicking (see useEvent; y, yes, t, true, n, no, f, false)