الگو:Man

از ویکی‌پدیا، دانشنامهٔ آزاد

{{{2}}} – Reference, The Single UNIX® Specification, Issue 7 from The Open Group

توضیحات الگو[نمایش] [ویرایش] [تاریخچه] [پاکسازی]

To be used for inserting صفحه راهنما links into articles on یونیکس topics.

Usage[ویرایش]

Examples[ویرایش]

In Out
{{man|3|printf}} printf – Reference, The Single UNIX® Specification, Issue 7 from The Open Group
{{man|3|printf|||inline}} printf
{{man|3|printf|FreeBSD}} printf(3) – FreeBSD Library Functions Manual
{{man|3|printf||formatted output conversion}} printf: formatted output conversion – Reference, The Single UNIX® Specification, Issue 7 from The Open Group

Parameters[ویرایش]

  1. Manual section
  2. Manual page name
  3. Source (the name of a ویکی‌پدیا:زیرصفحه in the الگو:Man فضای نام (علوم رایانه) e.g. الگو:Man/FreeBSD. Leave blank for the current الگو:Man/SUS.)
  4. Page description
  5. Style parameter; currently inline omits the attribution.

Available sources[ویرایش]

Please add to this table as you write new sources!

Source Example Result
default[۱] {{man|cu|ls}} ls – Commands & Utilities Reference, The Single UNIX® Specification, Issue 7 from The Open Group
die.net {{man|1|ls|die.net}} ls(1) – لینوکس دستورات کاربری صفحه راهنما
Version 7 Unix {{man|1|ls|v7}} ls(1) – Version 7 Unix Programmer's Manual
4.2BSD {{man|1|ls|4.2BSD}} ls(1) – 4.2BSD General Commands Manual
4.3BSD {{man|1|ls|4.3BSD}} ls(1) – 4.3BSD General Commands Manual
4.3BSD-Reno {{man|1|ls|4.3BSD-Reno}} ls(1) – BSD General Commands Manual
4.4BSD-Lite2 {{man|1|ls|4.4BSD-Lite2}} ls(1) – BSD General Commands Manual
9front {{man|1|ls|9front}} [[[:الگو:Man/9front]] ls(الگو:Man/9front)] – الگو:Man/9front
Darwin {{man|1|ls|Darwin}} ls(1) – داروین (سیستم‌عامل) and اواس‌ده General Commands صفحه راهنما
Debian {{man|1|ls|Debian}} ls(1) – Debian General Commands Manual
man.cx {{man|8|iptables|man.cx|inline}} iptables(8)
DragonFly BSD {{man|1|ls|DragonFly BSD}} ls(1) – DragonFly General Commands Manual
FreeBSD {{man|1|ls|FreeBSD}} ls(1) – FreeBSD General Commands Manual
HP-UX {{man|1|ls|HP-UX}} ls(1) – HP-UX 11i User Commands Manual
Inferno {{man|1|ls|Inferno}} ls(1) – Inferno General commands Manual
IRIX {{man|1|ls|IRIX}} ls(1) – IRIX 6.5 User Commands Manual
BIND 9 {{man|1|named|BIND 9}} named – BIND 9
Linux[۲] {{man|7|epoll|Linux}} epoll(7) – Linux Programmer's Manual – Overview, Conventions and Miscellanea
ManKier {{man|1|ls|ManKier}} [[[:الگو:Man/ManKier]] ls(الگو:Man/ManKier)] – الگو:Man/ManKier
MirOS BSD {{man|1|ls|MirOS BSD}} [[[:الگو:Man/MirOS BSD]] ls(الگو:Man/MirOS BSD)] – الگو:Man/MirOS BSD
NetBSD {{man|1|ls|NetBSD}} ls(1) – NetBSD General Commands Manual
OpenBSD {{man|1|ls|OpenBSD}} ls(1) – OpenBSD General Commands Manual
OpenSolaris {{man|1|ls|OpenSolaris}} ls(1) – OpenSolaris User Commands Reference Manual from latest Sun based OpenSolaris
perldoc[۳] {{man|1|perlrun|perldoc}} perlrun(1) – Perl Programming Documentation
Plan 9 {{man|1|ls|Plan 9}} ls(1) – Plan 9 Programmer's Manual, Volume 1
Solaris {{man|1|ls|Solaris}} ls(1) – Solaris 10 User Commands Reference Manual
SUS {{man|cu|ls|SUS}} ls – Commands & Utilities Reference, The Single UNIX® Specification, Issue 7 from The Open Group
SUS6 {{man|sh|putmsg|SUS6}} putmsg – System Interfaces Reference, The Single UNIX® Specification, Issue 6 from The Open Group
  1. Redirects to the current default
  2. Note: this covers all sections, including section 1 of the Linux user's manual and sections 2, 3, 4, 5, 6, 7, and 8 of the Linux programmer's manual.
  3. Note: this is the official documentation included with پرل. It does not contain general manual pages.

Other sources[ویرایش]

Occasionally you will come across manual pages for which writing a source is overkill. In this case you can use الگو:Man/format directly with a URL for formatting:

In Out
{{man/format|1|dbx|http://.../dbx.1.html|source-level debugging tool|[[Sun Studio]] Developer's Manual}} dbx(1): source-level debugging tool – Sun Studio Developer's Manual

The interface of الگو:Man/format is therefore externally visible and needs to be kept constant.

Hacking[ویرایش]

Writing sources[ویرایش]

A source takes three parameters:

  1. Manual section
  2. Manual page name
  3. Output selector:
    • attrib for attribution
    • url for URL to page
    • display_section for section to display in parentheses.

See الگو:Man/die.net for an example; see الگو:Man/FreeBSD for a demonstration of varying the attribution by manual section.

Internals[ویرایش]

الگو:Man handles choosing the default source and calling it for URL and attribution; the default source is الگو:Man/SUS, which is a template redirect currently to الگو:Man/die.net. الگو:Man/format actually formats the link and descriptions into a nice-looking link+auxilia in Unix style.