Changes
Jump to navigation
Jump to search
Template:Manual/doc (view source)
Revision as of 05:51, 21 September 2017
, 05:51, 21 September 2017→Examples: Fix example
<noinclude>{{Documentation subpage}}</noinclude>
== 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 <nowiki>Manual:XXX</nowiki>.
== Examples ==
;'''Using default label:'''
:<nowiki>{{manual|$wgGroupPermissions}}</nowiki> → {{manual|$wgGroupPermissions}}
;'''Using custom label:'''
:<nowiki>{{manual|$wgGroupPermissions|here}}</nowiki> → {{manual|$wgGroupPermissions|here}}
== Usage ==
<nowiki>{{</nowiki>manual|''title'' [| ''label'']}}
* ''title'' - title of the manual article
* ''label'' - (optional) the link label. If missing, defaults to ''title''.
== Aliases ==
* {{tl|SeeManual}}
== See also ==
* {{tl|SeeHook}} to link to a hook's documentation 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 <nowiki>Manual:XXX</nowiki>.
== Examples ==
;'''Using default label:'''
:<nowiki>{{manual|$wgGroupPermissions}}</nowiki> → {{manual|$wgGroupPermissions}}
;'''Using custom label:'''
:<nowiki>{{manual|$wgGroupPermissions|here}}</nowiki> → {{manual|$wgGroupPermissions|here}}
== Usage ==
<nowiki>{{</nowiki>manual|''title'' [| ''label'']}}
* ''title'' - title of the manual article
* ''label'' - (optional) the link label. If missing, defaults to ''title''.
== Aliases ==
* {{tl|SeeManual}}
== See also ==
* {{tl|SeeHook}} to link to a hook's documentation page.