{{{title}}}

[[File:{{{image}}}|frameless|right|300x300px]]

{{{description}}}


<templatedata> {

   "params": {
       "id": {
           "label": "Section ID",
           "description": "Anchor ID for the TOC link (e.g. frigate, brig, schooner-8).",
           "type": "string",
           "required": true
       },
       "title": {
           "label": "Ship Name",
           "description": "Display name shown as the section heading.",
           "type": "string",
           "required": true
       },
       "image": {
           "label": "Image",
           "description": "Filename of the ship image (e.g. 300px-Frigate50gun.webp.png).",
           "type": "wiki-file-name",
           "required": true
       },
       "subtitle": {
           "label": "Subtitle",
           "description": "Optional italic subtitle (e.g. Modelled after 'La Proserpine').",
           "type": "string"
       },
       "description": {
           "label": "Description",
           "description": "Main paragraph describing the ship.",
           "type": "string",
           "required": true
       },
       "firepower": {
           "label": "Firepower",
           "description": "Armament details (e.g. 28x 18-pounder cannons).",
           "type": "string"
       },
       "weaponry": {
           "label": "Weaponry",
           "description": "Alternative to Firepower for support vessels.",
           "type": "string"
       },
       "note": {
           "label": "Note",
           "description": "Optional special note (e.g. Chase Guns).",
           "type": "string"
       },
       "max_range": {
           "label": "Max Range",
           "description": "Primary weapon max range (e.g. ~625 meters).",
           "type": "string"
       },
       "max_range_2": {
           "label": "Max Range (Secondary)",
           "description": "Secondary weapon max range.",
           "type": "string"
       },
       "max_range_2_label": {
           "label": "Max Range 2 Label",
           "description": "Label for the secondary range (e.g. 9-pdr). Defaults to 'Secondary'.",
           "type": "string"
       },
       "sails": {
           "label": "Sails & Rigging",
           "description": "Sail count and max speed.",
           "type": "string"
       },
       "interaction": {
           "label": "Interaction",
           "description": "How players interact with the ship (climbing, rigging, etc.).",
           "type": "string"
       },
       "points": {
           "label": "Points",
           "description": "Points awarded for sinking (number only, e.g. 300).",
           "type": "number"
       },
       "crew": {
           "label": "Crew Spawns",
           "description": "Crew composition (e.g. 1 Captain, 12 Marine, 10 Sailor).",
           "type": "string"
       },
       "extra": {
           "label": "Extra Content",
           "description": "Any additional wikitext content (extra bullet points, sub-sections, tips, etc.).",
           "type": "content"
       }
   },
   "description": "A styled ship information card for the Ships page. Displays a right-floated image, description, and stats in a consistent layout.",
   "format": "block"

} </templatedata>