Template:Infobox starship: Difference between revisions
Wiki Port 2 (talk | contribs) 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 | ||
| | | data21 = {{{weapons|}}} | ||
| label22 = Well Strength | |||
| data22 = {{{wellstrength|}}} | |||
| label23 = Jump Strength | |||
| data23 = {{{jumpstrength|}}} | |||
| | | label24 = Supported Multiblocks | ||
| | | data24 = {{{multiblocks|}}} | ||
| | | label25 = Ship Info | ||
| | | data25 = {{{info|}}} | ||
| Line 47: | Line 62: | ||
"params": { | "params": { | ||
"name": { | "name": { | ||
"description": " | "description": "Starship name. Displays at top of infobox", | ||
"suggested": true | "suggested": true | ||
}, | }, | ||
"subheader": { | "subheader": { | ||
"description": "Displays beneath | "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 | "description": "Image of the starship", | ||
"example": " | "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: | [[Category:Templates]] | ||
</noinclude> | </noinclude> | ||
Latest revision as of 03:34, 22 June 2026
| Stats | |
|---|---|
| Properties |
Summarize information about a system.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| name | name | Starship name. Displays at top of infobox | Unknown | suggested |
| subheader | subheader | Displays beneath starship name. Can be used for additional info (ex. what is it? who made it? (if applicable)) | Unknown | optional |
| image | image | Image of the starship
| Unknown | suggested |
| alt | alt | no description | Unknown | optional |
| caption | caption | no description | Unknown | optional |
| blockcount | blockcount | Block count, either a range (if this is being used to describe a class) or an exact block count (for a specific ship)
| Unknown | optional |
| shields | shields | How many shields does it have?
| Unknown | optional |
| speed | speed | How fast does it go? (Typical range if describing a class)
| Unknown | optional |
| shieldstrengthmult | shieldstrengthmult | no description | Unknown | optional |
| sheildregenmult | sheildregenmult | no description | Unknown | optional |
| cruisemult | cruisemult | no description | Unknown | optional |
| crates | crates | Crate slot count
| Unknown | optional |
| storage | storage | How much storage does the ship have?
| Unknown | optional |
| weapons | weapons | What weapons does it have?
| Unknown | optional |
| wellstrength | wellstrength | What is its well strength?
| Unknown | optional |
| jumpstrength | jumpstrength | What is its jump strength?
| Unknown | optional |
| multiblocks | multiblocks | What are some multiblocks unique to this ship?
| Unknown | optional |
| info | info | Go into gory nerdy detail about the ship, if you care to
| Unknown | optional |