User:Rob Kennedy/Infobox Signal

Rob Kennedy/Infobox Signal
Description: no description
Default action: no action indicated
SA_SIGINFO macros
None

Usage edit

Use this infobox on pages about POSIX and other signals. Pages using this template are added to Category:Signals. If there are any codes associated with the signal, specify them in a list after the named parameters to the infobox.

{{Infobox Signal
| name        =
| description =
| action      =
| SigInfo1    | Meaning1
| SigInfo2    | Meaning2
| …
| SigInfo8    | Meaning8
}}

Parameters edit

name
(Optional) The name of the signal. If this parameter is omitted, the article title is used.
description
Brief description of what the signal means
action
The default action that occurs if the signal is not caught and handled
SA_SIGINFO macros
A list of pairs of reason codes and their meanings. The template supports up to eight pairs.

See also edit


Signal Category:Templates using ParserFunctions