Template:Infobox starship: Difference between revisions

From Horizon's End Wiki
No edit summary
No edit summary
 
(7 intermediate revisions by the same user not shown)
Line 12: Line 12:
| headerstyle  = background:#eaecee;
| headerstyle  = background:#eaecee;


| header10 = Properties
| header10 = Stats


| label11 = Block count
| label11 = Block count
Line 20: Line 20:
| data12  = {{{shields|}}}
| data12  = {{{shields|}}}


| label13 = Weapons
| label13 = Movement Speed
| data13  = {{{weapons|}}}
| data13  = {{{speed|}}}


| label14 = Movement Speed
| label14 = Crate Slots
| data14  = {{{speed|}}}
| data14  = {{{crates|}}}


| label14 = Stats
| label15 = Storage Capacity
| data14 = {{{stats|}}}
| data15 = {{{storage|}}}


| header20 = Ores
| header20 = Properties


| label21 =
| label21 = Weapons
| data21 = {{{ore1|}}}
| data21 = {{{weapons|}}}


| label22 =
| label22 = Supported Multiblocks
| data22 = {{{ore2|}}}
| data22 = {{{multiblocks|}}}


| label23 =
| label23 = Ship Info
| data23 = {{{ore3|}}}
| data23 = {{{info|}}}


| header30 = Gases
| label31 = ‌
| data31 = {{{gas1|}}}
| label32 = ‌
| data32 = {{{gas2|}}}
| label33 = ‌
| data33 = {{{gas3|}}}
| label34 = ‌
| data34 = {{{gas4|}}}


}}<noinclude>
}}<noinclude>
Line 60: Line 47:
"params": {
"params": {
"name": {
"name": {
"description": "Planet name. Displays at top of infobox",
"description": "Starship name. Displays at top of infobox",
"suggested": true
"suggested": true
},
},
"subheader": {
"subheader": {
"description": "Displays beneath planet name. Can be used for additional info"
"description": "Displays beneath starship name. Can be used for additional info (ex. what is it? who made it? (if applicable))"
},
},
"image": {
"image": {
"description": "Image of the planet, ideally from ground level",
"description": "Image of the starship",
"example": "planet.png",
"example": "Ship.png",
"suggested": true
"suggested": true
},
},
Line 80: Line 67:
"description": "How many shields does it have?",
"description": "How many shields does it have?",
"example": "14 (13 Box, 1 0.8i)"
"example": "14 (13 Box, 1 0.8i)"
},
"speed": {
"description": "How fast does it go? (Typical range if describing a class)",
"example": "20 (cruise) / 6.3 (direct control)"
},
"crates": {
"description": "Crate slot count",
"example": "60"
},
"storage": {
"description": "How much storage does the ship have?",
"example": "30 double chests"
},
},
"weapons": {
"weapons": {
Line 85: Line 84:
"example": "4x [[Heavy Turret]]<br>1x [[Phaser]]<br>1x [[Tri-Turret]]<br>1x [[Light Turret]]<br>4x [[Point Defense Turret]]"
"example": "4x [[Heavy Turret]]<br>1x [[Phaser]]<br>1x [[Tri-Turret]]<br>1x [[Light Turret]]<br>4x [[Point Defense Turret]]"
},
},
"speed": {
"multiblocks": {
"description": "How fast does it go? (Typical range if describing a class)",
"description": "What are some multiblocks unique to this ship?",
"example": "20 (cruise) / 6.3 (direct control)"
"example": "6x [[Mining Laser]] Tier 3"
},
},
"stats": {
"info": {
"description": "Go into gory nerdy detail about the stats of the ship, if you care to",
"description": "Go into gory nerdy detail about the ship, if you care to",
"example": "'''Hyperdrive class:''' 4<br>'''Interdiction range:''' 2697m"
"example": "'''Hyperdrive class:''' 4<br>'''Interdiction range:''' 2697m"
}
}
Line 103: Line 102:
"blockcount",
"blockcount",
"shields",
"shields",
"speed",
"crates",
"storage",
"weapons",
"weapons",
"speed",
"multiblocks",
"stats"
"info"
]
]
}
}
</templatedata>
</templatedata>
[[Category:Infobox templates]]
[[Category:Templates]]
</noinclude>
</noinclude>

Latest revision as of 16:34, 27 December 2024

Stats
Properties

Summarize information about a system.

Template parameters[Edit template data]

ParameterDescriptionTypeStatus
namename

Starship name. Displays at top of infobox

Unknownsuggested
subheadersubheader

Displays beneath starship name. Can be used for additional info (ex. what is it? who made it? (if applicable))

Unknownoptional
imageimage

Image of the starship

Example
Ship.png
Unknownsuggested
altalt

no description

Unknownoptional
captioncaption

no description

Unknownoptional
blockcountblockcount

Block count, either a range (if this is being used to describe a class) or an exact block count (for a specific ship)

Example
9702 Blocks
Unknownoptional
shieldsshields

How many shields does it have?

Example
14 (13 Box, 1 0.8i)
Unknownoptional
speedspeed

How fast does it go? (Typical range if describing a class)

Example
20 (cruise) / 6.3 (direct control)
Unknownoptional
cratescrates

Crate slot count

Example
60
Unknownoptional
storagestorage

How much storage does the ship have?

Example
30 double chests
Unknownoptional
weaponsweapons

What weapons does it have?

Example
4x [[Heavy Turret]]<br>1x [[Phaser]]<br>1x [[Tri-Turret]]<br>1x [[Light Turret]]<br>4x [[Point Defense Turret]]
Unknownoptional
multiblocksmultiblocks

What are some multiblocks unique to this ship?

Example
6x [[Mining Laser]] Tier 3
Unknownoptional
infoinfo

Go into gory nerdy detail about the ship, if you care to

Example
'''Hyperdrive class:''' 4<br>'''Interdiction range:''' 2697m
Unknownoptional