Template:RNLB/doc
This is a documentation subpage for Template:RNLB. It may contain usage information, categories and other content that is not part of the original template page. |
Usage
This is a typing short cut for linking to Royal National Lifeboat Institution lifeboat articles named in the format "RNLB H F Bailey (ON 670)". Since ship names are italicized in article text, linking to them in the usual manner means typing everything twice, such as [[RNLB H F Bailey (ON 670)|RNLB ''H F Bailey'' (ON 670)]]. This template halves that to {{RNLB|H F Bailey|ON 670}}.
Formal usage
{{RNLB|Ship Name}}
{{RNLB|Ship Name|ID}}
, where ID can be the RNLI Official No, Operational No. or launch year, as specified in the article title.
Examples
Template usage | Equivalent wikicode | Final result |
---|---|---|
{{RNLB|Lester|ON 1287}}
|
[[RNLB Lester (ON 1287)|RNLB ''Lester'' (ON 1287)]]
|
RNLB Lester (ON 1287) |
{{RNLB|Manchester Unity of Oddfellows|B-702}}
|
[[RNLB Manchester Unity of Oddfellows (B-702)|RNLB ''Manchester Unity of Oddfellows'' (B-702)]]
|
RNLB Manchester Unity of Oddfellows (B-702) |
{{RNLB|Alfred Corry}}
|
[[RNLB Alfred Corry|RNLB ''Alfred Corry'']]
|
RNLB Alfred Corry |
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 USS, 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 |
---|---|---|---|---|
None | all | {{RNLB|Lester|ON 1287}}
|
[[RNLB Lester (ON 1287) |RNLB ''Lester'' (ON 1287)]]
|
RNLB Lester (ON 1287) |
1 | 3rd | {{RNLB|Lester|ON 1287|1}}
|
[[RNLB Lester (ON 1287) |ON 1287]]
|
ON 1287 |
2 | 2nd | {{RNLB|Lester|ON 1287|2}}
|
[[RNLB Lester (ON 1287) |''Lester'']]
|
Lester |
3 | 2nd, 3rd | {{RNLB|Lester|ON 1287|3}}
|
[[RNLB Lester (ON 1287) |''Lester'' (ON 1287)]]
|
Lester (ON 1287) |
4 | invalid result | {{RNLB|Lester|ON 1287|4}}
|
[[RNLB Lester (ON 1287) |Invalid Optional Parameter]]
|
RNLB Lester (ON 1287) |
5 | 1st, 3rd | {{RNLB|Lester|ON 1287|5}}
|
[[RNLB Lester (ON 1287) |RNLB (ON 1287)]]
|
RNLB ON 1287 |
6 | 1st, 2nd | {{RNLB|Lester|ON 1287|6}}
|
[[RNLB Lester (ON 1287) |RNLB ''Lester'']]
|
RNLB Lester |
2nd (no 3rd) |
{{RNLB|Alfred Corry|3=2}} Alternate usage: {{RNLB|Alfred Corry||2}}
|
[[RNLB Alfred Corry |''Alfred Corry'']]
|
Alfred Corry |
N.B.: Be careful with the third parameter if not using the second parameter. In the Constitution 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.