Template:Retired/doc

From Final Fantasy XIV Online Wiki
Jump to navigation Jump to search
This is the documentation subpage of Template:Retired. It contains usage information that is not part of the underlying template page.

Use this at the top of articles or sections about content that is no longer available to players in game, but was not part of a special limited time event. For special limited time events that have ended, use the "Limited Time Event Ended" template instead.

Template parameters

This template prefers block formatting of parameters.

ParameterDescriptionTypeStatus
Description 1description1

Can be used to provide information and context regarding the removed content.

Stringoptional
Description 2description2

Can be used to provide more information and context regarding the removed content. Will appear below line 2.

Stringoptional
Patchpatch

The patch number in which the content was removed.

Numberoptional
Use sectionusesection

Set to true if the template refers to a section rather than the entire article.

Booleanoptional
No Categorynocategory

Set to true to prevent it from being included in the Retired content category list.

Booleanoptional
replacedreplaced

no description

Unknownoptional

Examples

No extra information

{{Retired
| nocategory = true
}}



With explanation

{{Retired
| description1 = Insert additional text for context/explanation here.
| nocategory = true
}}



With further explanation

{{Retired
| description1 = Insert additional text for context/explanation here.
| description2 = Extra line for even more text.
| nocategory = true
}}



With patch number

{{Retired
| patch = 5.0
| nocategory = true
}}



With further explanation and patch number, for use in a section of an article

{{Retired
| description1 = Insert additional text for context/explanation here.
| description2 = Extra line for even more text.
| patch = 5.0
| usesection = true
| nocategory = true
}}