Template:Infobox starship: Difference between revisions

From Horizon's End Wiki
No edit summary
(added things should be able to be adjusted now?)
 
(11 intermediate revisions by 4 users not shown)
Line 4: Line 4:
| autoheaders = y
| autoheaders = y


| image = {{#if:{{{image|}}}|  [[File:{{{image}}}|frameless|alt={{{alt|}}}|border|upright=1.5|]]}}
| image = {{#if:{{{image|}}}|  [[File:{{{image}}}|frameless|alt={{{alt|}}}|border|upright=1.5|300x300px]]}}
| caption = {{{caption|}}}
| caption = {{{caption|}}}


Line 28: Line 28:
| label15 = Storage Capacity
| label15 = Storage Capacity
| data15  = {{{storage|}}}
| data15  = {{{storage|}}}
| label16 = Shield Strength Multiplier
| data16  = {{{shieldstrengthmult|}}}
| label17 = Cruise Multiplier
| data17  = {{{cruisemult|}}}
| label18 = Shield Regen Multiplier
| data18 = {{{sheildregenmult|}}}


| header20 = Properties
| header20 = Properties


| label21 = Weapons
| label21 = Weapons
| data121 = {{{weapons|}}}
| data21 = {{{weapons|}}}
 
| label22 = Well Strength
| data22  = {{{wellstrength|}}}
 
| label23 = Jump Strength
| data23  = {{{jumpstrength|}}}


| label22 = Supported Multiblocks
| label24 = Supported Multiblocks
| data122 = {{{multiblocks|}}}
| data24 = {{{multiblocks|}}}


| label23 = Ship Info
| label25 = Ship Info
| data123 = {{{info|}}}
| data25 = {{{info|}}}




Line 47: Line 62:
"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 83: Line 98:
"description": "What weapons does it have?",
"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]]"
"example": "4x [[Heavy Turret]]<br>1x [[Phaser]]<br>1x [[Tri-Turret]]<br>1x [[Light Turret]]<br>4x [[Point Defense Turret]]"
},
"wellstrength": {
"description": "What is its well strength?",
"example": "1"
},
"jumpstrength": {
"description": "What is its jump strength?",
"example": "1"
},
},
"multiblocks": {
"multiblocks": {
Line 91: Line 114:
"description": "Go into gory nerdy detail about 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"
}
},
"shieldstrengthmult": {},
"cruisemult": {},
"sheildregenmult": {}
},
},
"description": "Summarize information about a system.",
"description": "Summarize information about a system.",
Line 103: Line 129:
"shields",
"shields",
"speed",
"speed",
"shieldstrengthmult",
"sheildregenmult",
"cruisemult",
"crates",
"crates",
"storage",
"storage",
"weapons",
"weapons",
"wellstrength",
"jumpstrength",
"multiblocks",
"multiblocks",
"info"
"info"
Line 111: Line 142:
}
}
</templatedata>
</templatedata>
[[Category:Infobox templates]]
[[Category:Templates]]
</noinclude>
</noinclude>

Latest revision as of 03:34, 22 June 2026

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
shieldstrengthmultshieldstrengthmult

no description

Unknownoptional
sheildregenmultsheildregenmult

no description

Unknownoptional
cruisemultcruisemult

no description

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
wellstrengthwellstrength

What is its well strength?

Example
1
Unknownoptional
jumpstrengthjumpstrength

What is its jump strength?

Example
1
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