Template

See also

From Halal Explorer

(Redirected from Template:Seealso)
See also: [[{{{1}}}]]
[view] [edit] [history] [purge] Template-info.svg Template documentation


This template is used at top of page sections, to point the reader to related information.

Usage

{{seealso|Article name}}

...which produces:

See also: Article name

Related templates

  • {{Confused}} - Used at the top of articles to point to similar articles that a user might have been searching for, such as those whose names differ slightly in spelling.
  • {{Other uses}} - Used at the top of articles to point to disambiguation pages. For example, the Paris article uses this template to point to Paris (disambiguation).
  • {{Redirect}} - Used at the top of articles when a redirect to the article is also a common disambiguation term.
  • {{Related}} - Use at the bottom of articles to add links for closely related articles to the left sidebar.

<templatedata> { "params": { "1": { "description": "First article to be linked to - without square brackets ", "example": "Los Angeles", "type": "string", "required": true }, "2": { "description": "Second article to be linked to - without square brackets ", "type": "string" }, "3": { "description": "Third article to be linked to - without square brackets ", "type": "string" }, "4": { "description": "Fourth article to be linked to - without square brackets ", "type": "string" } }, "format": "inline" } </templatedata>