模板:Risk

維基百科,自由的百科全書
?
文件圖示 模板文件[檢視] [編輯] [歷史] [清除快取]

This template is designed to be used in a table to make a cell with text in that cell, with an appropriately colored background. It can be used in comparison tables with descriptions of risk, hazard英語Hazard analysis, criticality英語Criticality matrix, threat英語Threat level or severity level.

There are many risk assessment systems using a varying number of risk categories. See risk matrix英語risk matrix for typical criteria. Begin with values from low to high and only adopt other levels if it makes sense. Levels beyond high may be considered hyperbole (WP:WBA). The level of risk is usually not absolute, it is usually relative to the matrix in which it appears, producing a useful gradation.

Avoid using this template for transient situations. The colors are chosen to intuitively reflect situations generally considered negative and undesirable. Do not use this template to describe desirable situations.

The text in the cell is taken from the first parameter; {{Risk|Average}} would output "Average" otherwise it displays the default text. Most templates allow authors to override the default text in this way.

 Important: If you want to use other attributes for the table cells, e.g. colspan or rowspan, they need to be put before the template call and there must be no vertical bar | in between them:

已消除 Impossible 非常低 非常高 重大 Fatal
未知 Under investigation ?
...
|{{Risk |level=eliminated}}
|{{Risk |level=eliminated |align=ml |Impossible}}
|{{Risk |level=verylow}}
|{{Risk |level=low}}
|{{Risk |level=medium}}
|{{Risk |level=high}}
|{{Risk |level=veryhigh}}
|{{Risk |level=critical}}
|{{Risk |level=absolute |Fatal}}
|-
|{{Risk |level=unknown}}
|{{Risk |Under investigation}}
|{{Risk}}
|colspan=6 {{Risk |}}
...

Code[編輯]

Code specific to this template:

data-sort-value="U0" style="background:#eee;vertical-align:middle;text-align:center;" class="table-unknown"|?

TemplateData[編輯]

以下是該模板的模板資料,適用於視覺化編輯器等工具。

Risk模板資料

A template for styling individual table cells with standard contents and colors.

模板參數[編輯模板資料]

此模板以參數行內格式為優先。

參數描述類型狀態
text1

text shown instead of autogenerated text

預設
?
內容非必填
levellevel

predefined risk level, either 'eliminated', 'verylow', 'low', 'medium', 'high', 'veryhigh', 'critical' or 'absolute'; avoid hyperbole (WP:WBA), use levels beyond 'high' only if necessary, assess the risk in the context of the table, see Risk matrix

預設
建議
sort valuesortvalue

code for ordering instead of autogenerated code in the format 'knowledge-level', where 'knowledge' is an alphabetic code with values 'U' (unknown) or 'K' (known) and 'level' is a numeric code for the various risk levels, from 0 for 'eliminated' to 8 for 'absolute'

預設
U0
非必填
alignmentalign

text alignment inside the cell, either 'tl' (top left), 'tc' (top center), 'tr' (top right), 'ml' (middle left), 'mc' (middle center), 'mr' (middle right), 'bl' (bottom left), 'bc' (bottom center) or 'br' (bottom right)

預設
mc
非必填
stylestyle

semicolon separated list of CSS rules applied to the table cell

預設
非必填

See also[編輯]

Notes[編輯]