Template:USS: Difference between revisions
Jump to navigation
Jump to search
(Created page with "<includeonly>{{#if:{{{2|}}} |[[USS {{{1}}}-{{{2}}}|USS ''{{{1}}}''-{{{3}}}]] |[[USS {{{1}}}|USS ''{{{1}}}'']] }}}}</includeonly>") |
(Template Data) |
||
(12 intermediate revisions by one other user not shown) | |||
Line 1: | Line 1: | ||
<includeonly>{{#if:{{{2|}}} | <includeonly>{{#if:{{{2|}}} | ||
|[[USS {{{1}}}-{{{2}}}|USS ''{{{1}}}''-{{{2}}}]] | |||
|[[USS {{{1}}}|USS ''{{{1}}}'']] | |||
}}}}</ | }}</includeonly><noinclude> | ||
===The USS Template=== | |||
This simplifies properly formatting a ship's name in italics as a wikilink. Use as follows: | |||
:<nowiki>{{USS|Ronin}}</nowiki>, which will give you: {{USS|Ronin}} | |||
:<nowiki>{{USS|Drake}}</nowiki>, which will give you: {{USS|Drake}} | |||
If you want to link to a ship with a letter suffix, simply add the specific letter as an additional parameter. | |||
:<nowiki>{{USS|Independence|A}}</nowiki> gives you this: {{USS|Independence|A}} | |||
:<nowiki>{{USS|Constitution|B}}</nowiki> gives you this: {{USS|Constitution|B}} | |||
===Don't want the USS displayed before the name?=== | |||
Use [[Template:No USS]]. | |||
:<nowiki>{{No USS|Drake}}</nowiki>, which will give you: {{No USS|Drake}} | |||
:<nowiki>{{No USS|Independence|A}}</nowiki> gives you this: {{No USS|Independence|A}} | |||
{{Navbox|TITLE=Template Data| | |||
<templatedata> | |||
{ | |||
"params": { | |||
"1": { | |||
"label": "Ship name", | |||
"description": "The name of the ship without USS or letter suffix", | |||
"example": "Ronin", | |||
"type": "line", | |||
"required": true | |||
}, | |||
"2": { | |||
"label": "Letter suffix", | |||
"description": "Suffix that identifies ships with the same name", | |||
"example": "A", | |||
"type": "line" | |||
} | |||
}, | |||
"description": "Properly formats ship name in italics. See also Template:No USS if you do not want USS displayed before the name.", | |||
"paramOrder": [ | |||
"1", | |||
"2" | |||
], | |||
"format": "inline" | |||
} | |||
</templatedata>}} | |||
[[Category:Templates]]</noinclude> |
Latest revision as of 20:54, 6 January 2024
The USS Template
This simplifies properly formatting a ship's name in italics as a wikilink. Use as follows:
If you want to link to a ship with a letter suffix, simply add the specific letter as an additional parameter.
- {{USS|Independence|A}} gives you this: USS Independence-A
- {{USS|Constitution|B}} gives you this: USS Constitution-B
Don't want the USS displayed before the name?
Use Template:No USS.
- {{No USS|Drake}}, which will give you: Drake
- {{No USS|Independence|A}} gives you this: Independence-A
Template Data
Properly formats ship name in italics. See also Template:No USS if you do not want USS displayed before the name.
Parameter | Description | Type | Status | |
---|---|---|---|---|
Ship name | 1 | The name of the ship without USS or letter suffix
| Line | required |
Letter suffix | 2 | Suffix that identifies ships with the same name
| Line | optional |