Template:funcManLink
Syntax
{{funcManLink|label=...|ref=...|section=...|type=...|os=...}}
Parameters
Parameter | Value | Required | Default |
---|---|---|---|
label | Text | no (Default value) | {{PAGENAME}} |
ref | Text | no (Default value) | {{{label}}} => {{PAGENAME}} |
section | [1-9] | no (Default value) | 1 |
type | DieNet|Git|Local|OpenBSD |OpenLDAP|OpenSSL|Podman |Samba |
no (Default value) | DieNet |
os (Only used with type=Local) | bsd|homebrew|macos | no (Default value) | macos |
Usage
Code
{{funcManLink|label=ls|type=DieNet}}
{{funcManLink|label=stat|type=Local|os=bsd}}
{{funcManLink|label=slapd.conf|section=5|type=OpenLDAP}}
Result
- man 1 'ls' [EN]
- man 1 'stat' [EN]
- man 5 'slapd.conf' [EN]