Difference between revisions of "Template:Infobox/Part/test subject"
From Kerbal Space Program Wiki
< Template:Infobox | Part
(+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= | + | {{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= | + | {{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> |
}} | }} | ||
− | |||
{{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| | + | {{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| | + | {{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) |