Difference between revisions of "Template:SeeHook/doc"
Jump to navigation
Jump to search
Template documentation[create]
Mediawiki>Samwilson (It is, however, the same as {{hook}}.) |
Joelmartin (talk | contribs) m (1 revision imported) |
(No difference)
|
Latest revision as of 02:31, 4 February 2020
![]() | This is a documentation subpage for Template:SeeHook. It contains usage information, categories and other content that is not part of the original template page. |

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.