Difference between revisions of "Template:Manual/doc"
Jump to navigation
Jump to search
Mediawiki>Samwilson (→Examples: Fix example) |
Joelmartin (talk | contribs) m (1 revision imported) |
(No difference)
|
Latest revision as of 18:16, 21 December 2019
![]() | This is a documentation subpage for Template:Manual. It contains usage information, categories and other content that is not part of the original template page. |
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
- {{SeeHook}} to link to a hook's documentation page.