Template:For/doc

From Space Station 14 Wiki
Revision as of 20:27, 12 April 2024 by defaultloadout-wikigg>Karmaworks (Created page with "== Summary == <templatedata> { "params": { "1": { "label": "Term", "description": "The term page.", "example": "Term Page", "type": "wiki-page-name", "suggested": true }, "2": { "label": "Alternative", "description": "The alternative page.", "example": "Alternative Page", "type": "wiki-page-name", "suggested": true }, "3": { "label": "Second Alternative", "description": "A second alternative page.", "example": "Second Alt...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Summary

This hatnote template is meant to be used to related pages the reader might want to visit.

Template parameters

This template prefers inline formatting of parameters.

ParameterDescriptionTypeStatus
Term1

The term page.

Example
Term Page
Page namesuggested
Alternative2

The alternative page.

Example
Alternative Page
Page namesuggested
Second Alternative3

A second alternative page.

Example
Second Alternative Page
Page nameoptional
Third Alternative4

A third alternative page.

Example
Third Alternative Page
Page nameoptional

Examples

Code Result
{{Distinguish|Page One}}
Not to be confused with Page One.
{{Distinguish|Page One|Page Two}}
Not to be confused with Page One or Page Two.
{{Distinguish|Page One|Page Two|Page Three}}
Not to be confused with Page One, Page Two or Page Three.
{{Distinguish|Page One{{!}}Page 1}}
Not to be confused with Page 1.
{{Distinguish|text = Page 1, another name for [[Page One]]}}
Not to be confused with Page 1, another name for Page One.

Dependencies

This template requires the {{Hatnote}} metatemplate.

Source

Roughly based on Wikipedia's For Template.