Difference between revisions of "Template:Infobox/Part/Parameters"
From Kerbal Space Program Wiki
< Template:Infobox | Part
m (Add extra parameters) |
m (Forgot one) |
||
Line 44: | Line 44: | ||
* <tt>bg</tt> (Breaking Ground)|Not Set}} | * <tt>bg</tt> (Breaking Ground)|Not Set}} | ||
{{#ifeq: {{FULLPAGENAME}}|Template:Infobox/Part| | {{#ifeq: {{FULLPAGENAME}}|Template:Infobox/Part| | ||
− | {{Parameter row|physics insignificant|Mark the mass and drag automatically with a note that they are insignificant (so called [[massless part]]s). Must be set to "y" to show insignificance | + | {{Parameter row|physics insignificant|Mark the mass and drag automatically with a note that they are insignificant (so called [[massless part]]s). Must be set to "y" to show insignificance. This will use <tt>{{{nref}}}</tt>, so if it isn't set, will set it automatically to "1".|Not set/Hidden}} |
− | {{Parameter row|applyKerbalMass|| | + | {{Parameter row|applyKerbalMass|Whether the part applies extra mass of a Kerbal on the part. Must be set to "n" to exclude the added mass. Only used for wet/dry mass calculation.|<tt>y</tt>}}}} |
{{Parameter row|filename|The filename (with extension) of the part configuration.}} | {{Parameter row|filename|The filename (with extension) of the part configuration.}} | ||
{{Parameter row|part|Name of the part folder. Used for linking to the cfg-entry on the wiki. It will create a link to <tt><nowiki>Parts/{{{parent}}}/{{{part}}}/{{{filename}}}</nowiki></tt>.|<tt>Unknown cfg</tt>}} | {{Parameter row|part|Name of the part folder. Used for linking to the cfg-entry on the wiki. It will create a link to <tt><nowiki>Parts/{{{parent}}}/{{{part}}}/{{{filename}}}</nowiki></tt>.|<tt>Unknown cfg</tt>}} |
Revision as of 14:13, 21 September 2024
Name | Optional | Description | Default |
---|---|---|---|
Parameters of {{Infobox/Part}} | |||
name | Yes | Name of the part, which can be found in the localization file. Uses {{Dict/part name}} to translate names. | {{BASEPAGENAME}} |
file | Yes | Filename to image of the part. | File:Image needed.svg |
size | Yes | Radial size of the part (uses {{Radial size}}). | Not set/Hidden |
size2 | Yes | Second radial size of the part (uses {{Radial size}}). | Not set/Hidden |
size3 | Yes | Third radial size of the part (uses {{Radial size}}). | Not set/Hidden |
size4 | Yes | Fourth radial size of the part (uses {{Radial size}}). | Not set/Hidden |
manufacturer | Yes | Manufacturer of the part. If set, linked to the category of this name (see also Category:Manufacturers). Automatically uses {{Infobox/Part/Manufacturer}} and {{Infobox/Part/Manufacturer entry}} on it. | ? |
manufacturer2 | Yes | Second manufacturer of the part. | Not set/Hidden |
costs | No | Cost of the part, which is usually given in the part configuration. | |
mass | No | Mass of the part, which is usually given in the part configuration. | |
drag | No | Drag of the part. By different values, add minimum_drag first and then maximum_drag | |
temp | No | Temperature resistance of the part, which is usually given in the part configuration. | |
tolerance | No | Impact tolerance of the part, which is usually given in the part configuration. | |
research | Yes | Research node required for this part. Uses {{Dict/sci node}} to translate names. | Unknown |
unlock cost | No | Cost to unlock the part, which is usually given in the part configuration. | |
since | Yes | Version the part first appeared in. It will be used in {{version}}. | Unknown |
dlc | Yes | Name of the dlc. Used for linking to the cfg-entry on the wiki. Can be:
|
Not Set |
filename | No | The filename (with extension) of the part configuration. | |
part | Yes | Name of the part folder. Used for linking to the cfg-entry on the wiki. It will create a link to Parts/{{{parent}}}/{{{part}}}/{{{filename}}}. | Unknown cfg |
parent | Yes | Parent directory of the part folder. Used for linking to the cfg-entry on the wiki. | Not set/Hidden |
Creates a parameters table for the templates of {{Infobox/Part}}.
Parameters
Name | Optional | Description | Default |
---|---|---|---|
additional | Yes | List additional parameters. | Not set |
Additional parameters
To add additional parameters add a row for each parameter using {{Parameter row}}.