Template:HMSAS
Formal usage
- {{HMSAS|Ship Name}}
- {{HMSAS|Ship Name|ID}}, where ID can be the hull number, launch year, or pennant number, as specified in the article title.
Examples
Template usage | Equivalent wikicode | Final result |
---|---|---|
{{HMSAS|Mendi|F148}} | [[HMSAS Mendi (F148)|HMSAS ''Mendi'' (F148)]] | HMSAS Mendi (F148) |
{{HMSAS|Tafelberg}} | [[HMSAS Tafelberg|HMSAS ''Tafelberg'']] | HMSAS Tafelberg |
Last example could be used to link to ship index (disambiguation) page
Optional display control parameter
There is an optional third parameter that controls which pieces of text are displayed in the article. Its value is treated as a binary number and will display the corresponding "bits". So setting the 4's bit will display "SAS", setting the 2's bit will display the ship name, and setting the 1's bit will display the ID. If binary math isn't your thing, refer to these examples:
Value | Parameter(s) displayed |
Example | Equivalent wikicode | Final result | |
---|---|---|---|---|---|
1 | 3rd | {{SAS|Drakensberg|A301|1}} | [[SAS Drakensberg (A301)|A301]] | A301 | |
2 | 2nd | {{SAS|Drakensberg|A301|2}} | [[SAS Drakensberg (A301)|''Drakensberg'']] | Drakensberg | |
3 | 2nd, 3rd | {{SAS|Drakensberg|A301|3}} | [[SAS Drakensberg (A301)|''Drakensberg'' A301]] | Drakensberg (A301) | |
4 | invalid result | {{SAS|Drakensberg|A301|4}} | — | Error: {{SAS}} invalid control parameter: 4 (help) | |
5 | 1st, 3rd | {{HMSAS|Drakensberg|A301|5}} | [[HMSAS Drakensberg (A301)|HMSAS A301]] | HMSAS A301 | |
6 | 1st, 2nd | {{SAS|Drakensberg|A301|6}} | [[SAS Drakensberg (A301)|SAS ''Drakensberg'']] | SAS Drakensberg | |
2nd (no 3rd) |
{{HMSAS|Drakensberg|3=2}} | Alternate usage: {{HMSAS|Drakensberg||2}} | [[HMSAS Drakensberg|''Drakensberg'']] | Drakensberg |
N.B.: Be careful with the third parameter if not using the second parameter. In the Drakensberg example above, the "|3=2" means set the third parameter to a value of two, while the alternate syntax shows using a pair of pipes, "||2", to position the value two in the third parameter position.
Template data
TemplateData for HMSAS
This template provides a wikilink to a ship's page, with label options
Parameter | Description | Type | Status | |
---|---|---|---|---|
Prefix | 1 | Fleet identifier
| String | optional |
Name | 2 | Ship's name
| String | optional |
ID | 3 | Hull number, launch year, or pennanr number
| String | optional |
Format | 4 | Formats label (parts showing)
| Number | optional |
unlink prefix | up | yes=puts Fleet ID outside of Wikilink
| Boolean | optional |