Toggle menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Template:Infobox command modules: Difference between revisions

Template page
(update transcluded template section style)
Tag: 2017 source edit
(Updated image and caption template data)
Tag: 2017 source edit
 
(2 intermediate revisions by the same user not shown)
Line 3: Line 3:
{
{
"params": {
"params": {
"image": {},
"image": {
"caption": {},
"aliases": [
"pic",
"picture",
"thumbnail"
],
"label": "Part Image",
"description": "The filename of the part, including the file extension.",
"example": "Mk1_Explorer.png",
"type": "wiki-file-name",
"required": true
},
"caption": {
"aliases": [
"subtitle"
],
"label": "Caption",
"description": "The part's classification per the in-game description.",
"type": "string",
"required": true
},
"size": {
"size": {
"label": "Size                ",
"label": "Size                ",
Line 62: Line 81:
"crew capacity",
"crew capacity",
"torque",
"torque",
"manufacturer",
"impact tol",
"impact tol",
"max temp"
"max temp",
"manufacturer"
]
]
}
}
Line 72: Line 91:
| name    = Test
| name    = Test
| title    = Test box
| title    = Test box
| image    = {{{image|}}}
| image    = [[File:Mk1_Explorer.png|200px]]
| caption = Test caption
| caption = Test caption


| header1  = Statistics
| header1  = Statistics
| label2  = Mass (t)
| label2  = Mass (t)
|  data2  = #  
|  data2  = #  
| label3  = Size
| label3  = Size
|  data3  = #
|  data3  = #
| label4  = Max Temp (K)
|  data4  = #
| label5  = Impact Tolerance (m/s)
|  data5  = #


| header4  = Statistics
| header6 = Command Module Info
 
| label7   = Max Crew
| label5   = Max Crew
data7   = #
data5   = {{{crew capacity)|#}}}
| label8   = Torque
| label6   = Torque
data8   = #
data6   = {{{Torque|#}}}
| below   = Manufacturer
| label7   = Manufacturer
|  data7  = {{{developer|#}}}
}}
}}
</noinclude>
</noinclude>
Line 97: Line 117:
| name    = {{PAGENAME}}
| name    = {{PAGENAME}}
| title    = {{PAGENAME}}
| title    = {{PAGENAME}}
| image    = {{{image|}}}
| image    = [[File:{{{image|}}}|200px]]
| caption = {{{caption|}}}
| caption = {{{caption|}}}


Line 113: Line 133:
| label7  = Max Crew
| label7  = Max Crew
|  data7  = {{{crew capacity|}}}
|  data7  = {{{crew capacity|}}}
| label8  = Torque
| label8  = Torque (kN)
|  data8  = {{{torque|}}}
|  data8  = {{{torque|}}}
| label9  = Manufacturer
 
data0   = {{{manufacturer|}}}
below   = {{{manufacturer|}}}
}}
}}
</includeonly>
</includeonly>

Latest revision as of 16:21, 20 September 2024

Generate an infobox for a command module.

Template parameters[Edit template data]

ParameterDescriptionTypeStatus
Part Imageimage pic picture thumbnail

The filename of the part, including the file extension.

Example
Mk1_Explorer.png
Filerequired
Captioncaption subtitle

The part's classification per the in-game description.

Stringrequired
Mass (t)mass

Mass (t)

Stringrequired
Size size

Size of part (using {{Size}})

Suggested values
XS SM MD LG XL 2X
Stringrequired
Max Crewcrew capacity

Max crew the pod can hold

Stringrequired
Torque (kN)torque

Torque

Stringrequired
Impact Tolerance (m/s)impact tol

no description

Numberrequired
Max Temp (K)max temp

no description

Numberrequired
Manufacturermanufacturer

In-game manufacturer of the part

Stringrequired
Test box
Test caption
Statistics
Mass (t)
Size
Max Temp (K)
Impact Tolerance (m/s)
Command Module Info
Max Crew
Torque
Manufacturer


MediaWiki Appliance - Powered by TurnKey Linux