Template:Infobox starship: Difference between revisions

From Horizon's End Wiki
No edit summary
No edit summary
 
(8 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|}}}


| header20 = Ores
| label15 = Storage Capacity
| data15  = {{{storage|}}}


| label21 =
| header20 = Properties
| data21 = {{{ore1|}}}


| label22 =
| label21 = Weapons
| data22 = {{{ore2|}}}
| data21  = {{{weapons|}}}


| label23 =
| label22 = Supported Multiblocks
| data23 = {{{ore3|}}}
| data22  = {{{multiblocks|}}}


| header30 = Gases
| label23 = Ship Info
| data23  = {{{info|}}}


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


}}<noinclude>
}}<noinclude>
Line 57: 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
},
},
"alt": {},
"alt": {},
"caption": {},
"caption": {},
"blockcount": {},
"blockcount": {
"shields": {},
"description": "Block count, either a range (if this is being used to describe a class) or an exact block count (for a specific ship)",
"weapons": {},
"example": "9702 Blocks"
"speed": {},
},
"ore1": {
"shields": {
"description": "Planetary ore"
"description": "How many shields does it have?",
"example": "14 (13 Box, 1 0.8i)"
},
},
"ore2": {
"speed": {
"description": "Planetary ore"
"description": "How fast does it go? (Typical range if describing a class)",
"example": "20 (cruise) / 6.3 (direct control)"
},
},
"ore3": {
"crates": {
"description": "Planetary ore"
"description": "Crate slot count",
"example": "60"
},
},
"gas1": {
"storage": {
"description": "Planetary gas"
"description": "How much storage does the ship have?",
"example": "30 double chests"
},
},
"gas2": {
"weapons": {
"description": "Planetary gas"
"description": "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]]"
},
},
"gas3": {
"multiblocks": {
"description": "Planetary gas"
"description": "What are some multiblocks unique to this ship?",
"example": "6x [[Mining Laser]] Tier 3"
},
},
"gas4": {
"info": {
"description": "Planetary gas"
"description": "Go into gory nerdy detail about the ship, if you care to",
"example": "'''Hyperdrive class:''' 4<br>'''Interdiction range:''' 2697m"
}
}
},
},
Line 105: Line 102:
"blockcount",
"blockcount",
"shields",
"shields",
"speed",
"crates",
"storage",
"weapons",
"weapons",
"speed",
"multiblocks",
"ore1",
"info"
"ore2",
"ore3",
"gas1",
"gas2",
"gas3",
"gas4"
]
]
}
}
</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