Template:TCG
Usage
This is a typing short cut for linking to Turkish Navy ship articles named in the format "TCG Gediz (F 495)". Since ship names are italicized in article text, linking to them in the usual manner means typing everything twice, such as [[TCG Gediz (F 495)|TCG ''Gediz'' (F 495)]]. This template halves that to {{TCG|Gediz|F 495}}.
Formal usage
{{TCG|Ship Name}}
{{TCG|Ship Name|ID}}
, where ID can be the hull number, launch year, or pennant number, as specified in the article title.
Example
Template usage | Equivalent wikicode | Final result |
---|---|---|
{{TCG|Gediz|F 495}}
|
[[TCG Gediz (F 495)|TCG ''Gediz'' (F 495)]]
|
TCG Gediz (F 495) |
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 BRP, 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 | {{TCG|Gediz|F 495}}
|
[[TCG Gediz (F 495)|TCG ''Gediz'' (F 495)]]
|
TCG Gediz (F 495) |
1 | 3rd | {{TCG|Gediz|F 495|1}}
|
[[TCG Gediz (F 495)|F 495]]
|
TCG Gediz (F 495) |
2 | 2nd | {{TCG|Gediz|F 495|2}}}
|
[[TCG Gediz (F 495)|''Gediz'']]
|
TCG Gediz (F 495) |
3 | 2nd, 3rd | {{TCG|Gediz|F 495|3}}}
|
[[TCG Gediz (F 495)|''Gediz'' (F 495)]]
|
TCG Gediz (F 495) |
4 | invalid result | {{TCG|Gediz|F 495|4}}}
|
[[TCG Gediz (F 495)|Invalid Optional Parameter]]
|
TCG Gediz (F 495) |
5 | 1st, 3rd | {{TCG|Gediz|F 495|5}}
|
[[TCG Gediz (F 495)|TCG (F 495)]]
|
TCG Gediz (F 495) |
6 | 1st, 2nd | {{TCG|Gediz|F 495|6}}
|
[[TCG Gediz (F 495)|TCG ''Gediz'']]
|
TCG Gediz (F 495) |
TemplateData
TemplateData
|
---|
This is the TemplateData for this template used by TemplateWizard, VisualEditor and other tools. See a monthly parameter usage report for Template:TCG in articles based on its TemplateData.
TemplateData for TCG <templatedata> { "params": { "1": { "label": "Name", "description": "Ship's name", "example": "Bismarck, Belgrano", "type": "string" }, "2": { "label": "ID", "description": "Hull number, launch year, or pennant number", "example": "H75, 1975", "type": "string" }, "3": { "label": "Format", "description": "Formats the label (which name parts will show)", "example": "1, 2, 3, 5, 6", "type": "number", "default": "blank" }, "up": { "label": "unlink prefix", "description": "up=yes puts prefix before (outside of) the wikilink", "example": "up=yes", "default": "no", "type": "boolean" } }, "description": "This template provides a wikilink to a ship's page, with label options", "paramOrder": [ "1", "2", "3", "up" ] } </templatedata> |