Template:Man/doc
From Wikipedia, the free encyclopedia
To be used for inserting manual page links into articles on Unix topics.
Contents |
[edit] Usage
[edit] Examples
-
In Out {{man|3|printf}}
Linux man page on die.net –{{man|3|printf|||inline}}
{{man|3|printf|FreeBSD}}
FreeBSD Manual –{{man|3|printf||formatted output conversion}}
Linux man page on die.net : formatted output conversion –
[edit] Parameters
- Manual section
- Manual page name
- Source (the name of a subpage in the Template:Man namespace e.g. FreeBSD. Leave blank for the current default.)
- Page description
- Style parameter; currently
inline
omits the attribution.
[edit] Available sources
Please add to this table as you write new sources!
-
Source Example Result die.net[1] {{man|1|man|die.net}} Linux man page on die.net –default[2] {{man|1|man}} Linux man page on die.net –FreeBSD {{man|1|man|FreeBSD}} FreeBSD Manual –Linux {{man|1|man|Linux}} Linux man page on usr-share-man.org –OpenBSD {{man|1|man|OpenBSD}} OpenBSD Manual –
[edit] Hacking
[edit] Writing sources
A source takes three parameters:
- Manual section
- Manual page name
- Output selector:
attrib
for attribution,url
for URL to page.
See Template:Man/die.net for an example.
[edit] Internals
Template:man handles choosing the default source and calling it for URL and attribution; the default source is Template:man/default, which is a template redirect currently to Template:man/die.net. Template:man/format actually formats the link and descriptions into a nice-looking link+auxilia in Unix style.