Template:SeeCustomHook: Difference between revisions

From Bonkipedia
[[mw:]]>Shirayuki
m (Undo revision 2220886 by Shirayuki (talk))
 
m (1 revision imported: Workaround and Utility Templates)
 
(No difference)

Latest revision as of 17:53, 12 November 2022

[[Special:MyLanguage/Extension:{{{1}}}|{{{1}}}]][[:Extension:{{{1}}}| ]]

Template documentation


Purpose

Reduce typing and errors when linking to documentation for custom hooks. Used by {{Extension/HookInUse}}.

Examples

using default label:
{{SeeCustomHook|MyExtension/MyHook}} --> MyHook
using default label (extension in user space):
{{SeeCustomHook|User:Somebody/MyExtension/MyHook}} --> MyHook
using custom label:
{{SeeCustomHook|MyExtension/MyHook|here}} --> here

Usage

 {{SeeCustomHook|extension/hookname [| label]}}
  • extension - the name of the extension that created the hook
  • hookname - the name of the custom hook
  • label - (optional) the link label. If missing, defaults to the second secoment of hookname.