Difference between revisions of "Infobox Technické parametre"

From RoboWiki
Jump to: navigation, search
 
 
Line 1: Line 1:
{{Infobox Technické_parametre
+
{| class="infobox" style="width: 25em; text-align: left; font-size: 90%;"
| name        =
+
|+ style="font-size: larger;" | '''{{{name|{{PAGENAME}}}}}'''
| description =
+
|-
| action      =
+
! Description:
| SigInfo1    | Meaning1
+
| {{{description|''no description''}}}
| SigInfo2    | Meaning2
+
|-
| …
+
! Default action:
| SigInfo8    | Meaning8
+
| {{{action|''no action indicated''}}}
}}
+
|-
 +
! align="center" colspan="2" | SA_SIGINFO macros
 +
|-
 +
{{#if:{{{1|}}}||{{!}} colspan="2" {{!}} None
 +
{{!}}-}}
 +
{{#if:{{{1|}}}{{{2|}}}|! <code>{{{1}}}</code>
 +
{{!}} {{{2}}}
 +
{{!}}-|}}
 +
{{#if:{{{3|}}}{{{4|}}}|! <code>{{{3}}}</code>
 +
{{!}} {{{4}}}
 +
{{!}}-|}}
 +
{{#if:{{{5|}}}{{{6|}}}|! <code>{{{5}}}</code>
 +
{{!}} {{{6}}}
 +
{{!}}-|}}
 +
{{#if:{{{7|}}}{{{8|}}}|! <code>{{{7}}}</code>
 +
{{!}} {{{8}}}
 +
{{!}}-|}}
 +
{{#if:{{{9|}}}{{{10|}}}|! <code>{{{9|}}}</code>
 +
{{!}} {{{10|}}}
 +
{{!}}-|}}
 +
{{#if:{{{11|}}}{{{12|}}}|! <code>{{{11|}}}</code>
 +
{{!}} {{{12|}}}
 +
{{!}}-|}}
 +
{{#if:{{{13|}}}{{{14|}}}|! <code>{{{13|}}}</code>
 +
{{!}} {{{14|}}}
 +
{{!}}-|}}
 +
{{#if:{{{15|}}}{{{16|}}}|! <code>{{{15|}}}</code>
 +
{{!}} {{{16|}}}
 +
{{!}}-|}}
 +
|}
 +
<noinclude>
 +
{{-}}
 +
==Usage==
 +
This infobox belongs on pages about POSIX and other [[Signal (computing)|signals]]. If there are any codes associated with the signal, specify them in a list after the named parameters to the infobox.
 +
 
 +
<nowiki>{{</nowiki>Infobox Signal
 +
| name        =
 +
| description =
 +
| action      =
 +
| ''SigInfo1''   | ''Meaning1''
 +
| ''SigInfo2''   | ''Meaning2''
 +
| …
 +
| ''SigInfo8''   | ''Meaning8''
 +
}}
 +
=== Parameters ===
 +
; 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==
 +
* {{tl|Signals}}
 +
 
 +
[[Category:Technology infobox templates|Signal]]
 +
[[Category:Templates using ParserFunctions]]
 +
</noinclude>

Latest revision as of 01:45, 29 January 2007

{{#if:||| colspan="2" | None {{#if:|! {{{1}}} {{#if:|! {{{3}}} {{#if:|! {{{5}}} {{#if:|! {{{7}}} {{#if:|! {{#if:|! {{#if:|! {{#if:|!
Infobox Technické parametre
Description: no description
Default action: no action indicated
SA_SIGINFO macros
{{{2}}}
{{{4}}}
{{{6}}}
{{{8}}}

Template:-

Usage

This infobox belongs on pages about POSIX and other 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

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