Template:Manual: Difference between revisions
From Bonkipedia
[[mw:]]>DannyS712 m (Protected "Template:Manual": Highly visible template ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite))) |
ManfredoDo (talk | contribs) m (1 revision imported: Workaround and Utility Templates) |
(No difference)
|
Latest revision as of 17:51, 12 November 2022
[[Special:MyLanguage/Manual:{{{1}}}|{{{1}}}]]
Purpose
Link to a page in the Manual (in the user's own language, if available). Also reduces typing and errors when one wants to link to a manual page, but wants to display just the name of the component and not Manual:XXX.
Examples
- Using default label:
- {{Manual|$wgGroupPermissions}} → $wgGroupPermissions
- Using custom label:
- {{Manual|$wgGroupPermissions|here}} → here
Usage
{{Manual|title|label}}
- title - title of the manual article
- label - (optional) the link label. If missing, defaults to title.
Aliases
- {{SeeManual}}
See also
- {{Hook}} to link to a hook's documentation page.