Template:Class: Difference between revisions

From Halopedia, the Halo wiki

m (updating the examples here to actually be relevant to this template lol)
mNo edit summary
 
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>{{Class|Halcyon|light cruiser}}nowiki>'''
Code: '''<nowiki>{{Class|Halcyon|light cruiser}}</nowiki>'''


Result: {{Class|Halcyon|light cruiser}}
Result: {{Class|Halcyon|light cruiser}}

Latest revision as of 17:33, October 17, 2023

Purpose

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

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

Result: Halcyon-class light cruiser

Usage

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

Code: {{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.