Template:Class: Difference between revisions

From Halopedia, the Halo wiki

m (Link replacement, replaced: ''CCS''-class battlecruiser → {{Pattern|Ket|battlecruiser}} (2), {{Class|CCS|battlecruiser}} → {{Pattern|Ket|battlecruiser}} (2), {{Class|CCS|battlecruiser|}} → {{Pattern|Ket|battlecruiser|}} (2))
m (updating the examples here to actually be relevant to this template lol)
Line 10: Line 10:
To avoid having to enter the following code to achieve the proper link and italics:
To avoid having to enter the following code to achieve the proper link and italics:


Code: '''<nowiki>{{Pattern|Ket|battlecruiser}}</nowiki>'''
Code: '''<nowiki>{{Class|Halcyon|light cruiser}}nowiki>'''


Result: {{Pattern|Ket|battlecruiser}}
Result: {{Class|Halcyon|light cruiser}}


==Usage==
==Usage==
Most cases we want to provide a direct link to the article with the minimum of fuss.
Most cases we want to provide a direct link to the article with the minimum of fuss.


Code: '''<nowiki>{{Pattern|Ket|battlecruiser}}</nowiki>'''
Code: '''<nowiki>{{Class|Halcyon|light cruiser}}</nowiki>'''


Result: {{Pattern|Ket|battlecruiser}}
Result: {{Class|Halcyon|light cruiser}}


Sometimes, we don't want to use the ship's ''type'' as the follow on text.
Sometimes, we don't want to use the ship's ''type'' as the follow on text.


Code: '''<nowiki>{{Class|CCS|battlecruiser|ship}}</nowiki>'''
Code: '''<nowiki>{{Class|Halcyon|light cruiser|ship}}</nowiki>'''


Result: {{Class|CCS|battlecruiser|ship}}
Result: {{Class|Halcyon|light cruiser|ship}}


If we want to leave out the follow-on text altogether, we make the third  parameter empty.
If we want to leave out the follow-on text altogether, we make the third  parameter empty.


Code: '''<nowiki>{{Pattern|Ket|battlecruiser|}}</nowiki> and the text that comes after.'''
Code: '''<nowiki>{{Class|Halcyon|light cruiser|}}</nowiki> and the text that comes after.'''


Result: {{Pattern|Ket|battlecruiser|}} and the text that comes after.
Result: {{Class|Halcyon|light cruiser|}} and the text that comes after.


[[Category:Templates]]</noinclude>
[[Category:Templates]]</noinclude>

Revision as of 17:32, October 17, 2023

Purpose

To avoid having to enter the following code to achieve the proper link and italics:

Code: {{Class|Halcyon|light cruiser}}nowiki>''' Result: {{Class|Halcyon|light cruiser}} ==Usage== Most cases we want to provide a direct link to the article with the minimum of fuss. Code: '''<nowiki>{{Class|Halcyon|light cruiser}}

Result: Halcyon-class light cruiser

Sometimes, we don't want to use the ship's type as the follow on text.

Code: {{Class|Halcyon|light cruiser|ship}}

Result: Halcyon-class ship

If we want to leave out the follow-on text altogether, we make the third parameter empty.

Code: {{Class|Halcyon|light cruiser|}} and the text that comes after.

Result: Halcyon-class and the text that comes after.