Difference between revisions of "Template:Infobox/Part/test subject"
From Kerbal Space Program Wiki
< Template:Infobox | Part
m (Fix duplicate caption) |
m (correct translation) |
||
Line 5: | Line 5: | ||
{{Infobox/Line|{{Infobox/Part/Dict|on the launchpad}}|{{#ifexpr: {{{environments<noinclude>|9</noinclude>}}} div 4 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|{{Infobox/Part/Dict|in the atmosphere}}|{{#ifexpr: {{{environments<noinclude>|9</noinclude>}}} div 8 mod 2|{{Yes}}|{{No}}}}}} | {{Infobox/Line|{{Infobox/Part/Dict|in the atmosphere}}|{{#ifexpr: {{{environments<noinclude>|9</noinclude>}}} div 8 mod 2|{{Yes}}|{{No}}}}}} | ||
− | {{Infobox/Line|{{Infobox/Part/Dict|sub orbital}}|{{#ifexpr: {{{environments<noinclude>|9</noinclude>}}} div 16 mod 2|{{Yes}}|{{No}}}}}} | + | {{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|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|on an escape}}|{{#ifexpr: {{{environments<noinclude>|9</noinclude>}}} div 64 mod 2|{{Yes}}|{{No}}}}}} |
Revision as of 16:09, 14 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 | 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 right-clicking (see useEvent; y, yes, t, true, n, no, f, false) |