Template:Craft/Naval Vessel: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
mNo edit summary |
||
(3 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
<templatestyles src="Character/styles.css" /> |
<templatestyles src="Character/styles.css" /> |
||
⚫ | |||
− | <includeonly> |
||
⚫ | |||
{{Infobox/Item|key=Displacement|value={{{mass|}}}}} |
{{Infobox/Item|key=Displacement|value={{{mass|}}}}} |
||
{{Infobox/Item|key=Length|value={{#if:{{{length|}}}|{{{length}}} m|}}}} |
{{Infobox/Item|key=Length|value={{#if:{{{length|}}}|{{{length}}} m|}}}} |
||
Line 10: | Line 9: | ||
{{#if:{{{propulsion|}}}{{{knots|}}}{{{range|}}}|{{Infobox/Bar}}|}} |
{{#if:{{{propulsion|}}}{{{knots|}}}{{{range|}}}|{{Infobox/Bar}}|}} |
||
{{Infobox/Item|key=Propulsion|value={{{propulsion|}}}}} |
{{Infobox/Item|key=Propulsion|value={{{propulsion|}}}}} |
||
− | {{Infobox/Item|key=Max Speed|value={{#if:{{{knots|}}}|{{#if:{{{metres|}}}|{{{knots}}} [[kn]] ({{{metres}}} m/s)|}}|}}}} |
+ | {{Infobox/Item|key=Max Speed|value={{#if:{{{knots|}}}|{{#if:{{{metres|}}}|{{{knots}}} [[Knot_(Unit)|kn]] ({{{metres}}} m/s)|}}|}}}} |
{{Infobox/Item|key=Operational Range|value={{#if:{{{range|}}}|{{{range}}} km|}}}} |
{{Infobox/Item|key=Operational Range|value={{#if:{{{range|}}}|{{{range}}} km|}}}} |
||
{{#if:{{{crew|}}}{{{sensors|}}}{{{armament|}}}{{{facilities|}}}{{{quantity|}}}|{{Infobox/Bar}}|}} |
{{#if:{{{crew|}}}{{{sensors|}}}{{{armament|}}}{{{facilities|}}}{{{quantity|}}}|{{Infobox/Bar}}|}} |
||
Line 17: | Line 16: | ||
{{Infobox/Item|key=Armament|value={{{armament|}}}}} |
{{Infobox/Item|key=Armament|value={{{armament|}}}}} |
||
{{Infobox/Item|key={{{vehicles|}}} Carried|value={{{quantity|}}}}} |
{{Infobox/Item|key={{{vehicles|}}} Carried|value={{{quantity|}}}}} |
||
− | {{Infobox/Item|key=Aviation Facilities|value={{{facilities|}}}}} |
+ | {{Infobox/Item|key=Aviation Facilities|value={{{facilities|}}}}}</includeonly> |
− | </includeonly> |
||
<noinclude> |
<noinclude> |
||
Line 43: | Line 41: | ||
{{Infobox/end}} |
{{Infobox/end}} |
||
+ | <templatedata> |
||
− | |||
+ | { |
||
+ | "params": { |
||
+ | "mass": {}, |
||
+ | "length": {}, |
||
+ | "width": {}, |
||
+ | "height": {}, |
||
+ | "draft": {}, |
||
+ | "propulsion": {}, |
||
+ | "knots": {}, |
||
+ | "range": {}, |
||
+ | "metres": {}, |
||
+ | "crew": {}, |
||
+ | "sensors": {}, |
||
+ | "armament": {}, |
||
+ | "facilities": {}, |
||
+ | "quantity": {}, |
||
+ | "vehicles": {} |
||
+ | } |
||
+ | } |
||
+ | </templatedata> |
||
+ | [[Category:Templates]] |
||
+ | [[Category:Infobox Sections]] |
||
</noinclude> |
</noinclude> |
Latest revision as of 00:17, 9 March 2025
Vessel Characteristics |
---|
Vessel Characteristics | |||||
---|---|---|---|---|---|
Displacement | [mass] | ||||
Length | [length] m | ||||
Beam | [deck width] m | ||||
Height | [height] m | ||||
Draft | [depth underwater] m | ||||
Propulsion | [engine types and quantity] | ||||
Max Speed | [speed in] kn ([speed in] m/s) | ||||
Operational Range | [range in km] km | ||||
Complement | [crew complement] | ||||
Sensors and Processing Systems | [sensor types] | ||||
Armament | [ship based arms] | ||||
[vehicle types carried] Carried | [vehicle quantities] | ||||
Aviation Facilities | [runways or landing deck parameters] |
No description.
Parameter | Description | Type | Status | |
---|---|---|---|---|
mass | mass | no description | Unknown | optional |
length | length | no description | Unknown | optional |
width | width | no description | Unknown | optional |
height | height | no description | Unknown | optional |
draft | draft | no description | Unknown | optional |
propulsion | propulsion | no description | Unknown | optional |
knots | knots | no description | Unknown | optional |
range | range | no description | Unknown | optional |
metres | metres | no description | Unknown | optional |
crew | crew | no description | Unknown | optional |
sensors | sensors | no description | Unknown | optional |
armament | armament | no description | Unknown | optional |
facilities | facilities | no description | Unknown | optional |
quantity | quantity | no description | Unknown | optional |
vehicles | vehicles | no description | Unknown | optional |