Template:Manpage
Description
Link to an online manual page of the Debian manual pages repository.
A potential further improvement would be to specify a direct URL of the manpage located on a site other than Debian's as it's likely a manpage we need exists elsewhere.
Usage
{{manpage|name=example|section=1}}
{{manpage|name=example|section=5|lang=fr|chapter=Example}}
{{manpage|name=example|section=8|suite=Example}}
Examples
{{manpage|name=ls|section=1}}
{{manpage|name=ls|section=1|lang=fr}}
{{manpage|binarypackage=coreutils|name=ls|section=1}}
{{manpage|name=apt|section=8|chapter=DIAGNOSTICS}}
Template Data
Quickly and easily link to a manpage from Debian's online mirror service
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| binarypackage | binarypackage | Debian package name associated with the manpage. Helpful for exact matching when multiple names exist.
| String | optional |
| name | name | Title of the manual page
| String | required |
| section | section | Section of the manpage
| Number | required |
| suite | suite | Debian version of the manpage to use (stable, testing, unstable; Defaults to stable.)
| String | optional |
| lang | lang | Manpage language to link
| String | optional |
| chapter | chapter | Chapter to anchor at when visiting the webpage
| String | optional |