แม่แบบ:แผนภูมิผู้ป่วยทางการแพทย์

Documentation icon คู่มือการใช้งานแม่แบบ[ดู] [แก้] [ประวัติ] [ล้างแคช]

Usage แก้

{{Medical cases chart
|barwidth  = width of the stacked bars area (thin|medium|wide)                        [optional, defaults to: medium]
|numwidth  = max width of the numbers in the right columns (xx or xxxx)<-(n|t|m|w|d)  [optional, defaults to: mm,
                                                                                       see Rows' explanation and examples]
|pretitle  = text at the beginning of the title                                       [optional]
|โรค   = name of the disease
|สถานที่  = location of the outbreak the chart is showing
|posttitle = text at the end of the title                                             [optional]
|outbreak  = name of the main outbreak (for link of the {{navbar}})

|recoveries= display recoveries in the legend (no|n|0)                                [optional]
|altlbl1   = alternate label for the 3rd case classification                          [optional, defaults to: Cases]
|altlbl2   = alternate label for the 4th case classification                          [optional]
|altlbl3   = alternate label for the 5th case classification                          [optional]

|togglesbar= HTML of the toggles bar to show/hide rows                                [optional]  {WIP}

|right1    = heading of the first data column                                         [optional, defaults to: # of cases]
|right2    = heading of the second data column                                        [optional]

|rows      = data rows for each valid date ({{Medical cases chart/Row}})

|caption   = caption under the chart                                                  [optional]
}}

Rows แก้

The rows parameter should be populated by a sequence of {{Medical cases chart/Row}}. Other bar templates should not be used to keep consistency. The syntax is:

{{Medical cases chart/Row
|1          = valid date                                                               [defaults to: ⋮, in which case
                                                                                        the appropriate changes become (=)]
|2          = expression for deaths
|3          = expression for recoveries
|4          = expression for total cases (3rd classification)
|alttot1    = alternate expression for active cases (3rd classification)

|5          = expression for number in 4th classification
|6          = expression for total in 5th classification
|alttot2    = alternate expression for number in 5th classification

|7          = number in the first column
|8          = change in the first column
|firstright1= whether a change in the first column is not applicable (n.a.) (yes|y|1)

|9          = number in the second column
|10         = change in the second column
|firstright2= whether a change in the second column is not applicable (n.a.) (yes|y|1)

|divisor    = scaling divisor of the bars (bigger value = narrower bars)               [defaults to: 1]
|numwidth   = max width of the numbers in the right columns (xx or xxxx)<-(n|t|m|w|d)  [defaults to: mm]

|collapsible= whether the row is collapsible (yes|y|1)                                 {WIP}
|collapsed  = manual override of the initial row state (yes|y|1)                       {WIP}
|id         = manual override of the row id                                            {WIP}
}}

All parameters are optional, although collapsed and id will have no effect if collapsible is not set to true. Ommiting the valid date will treat the row as a date jump, in which no new cases are reported. The expression for total cases has deaths and recoveries automatically subtracted from it. If you want to manually calculate the number in that classification (generally active cases), use alttot1. The same applies to the expression for total in 5th classification and alttot2. The changes in the first and second columns are automatically wrapped in brackets. The divisor should be the same for all rows that can be visible at the same time. numwidth is a sequence of the initials of none, thin, medium, wide and default and it determines the maximum width of each number in the data columns. Therefore, one should be chosen that minimizes the total width, but which doesn't make the numbers break/wrap on mobile view. Using xx or xxxx allocates one or two data columns, respectively.