Difference between revisions of "Template:SeeHook"

From RobotX
Jump to navigation Jump to search
Mediawiki>Kaganer
m
(No difference)

Revision as of 23:25, 22 October 2017

Template documentation[view] [edit] [history] [purge]

Template loop detected: Template:Documentation/en

Purpose

Reduce typing and errors when linking to manual pages on hooks.

Examples

using default label:
{{SeeHook|ParserBeforeStrip}} --> ParserBeforeStrip
using custom label:
{{SeeHook|ParserBeforeStrip|not a good label:-)}} --> not a good label:-)


Usage

 {{SeeHook|hookname [| label]}}
  • hookname - the name of the hook
  • label - (optional) the link label. If missing, defaults to hookname.

See also

  • {{manual}} to link to any manual page.