الگو:Medical cases chart

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

Description[ویرایش]

This template should be used for all outbreak, epidemic and pandemic medical cases charts based on {{Bar box}} to maintain consistency. It displays horizontal bars for up to 5 different classifications of cases for each valid date. It also offers two columns to make numbers explicit and to show relative or absolute changes. It is designed to be flexible, but still standardizes some parts of the chart. This template should be transcluded in other templates, NOT in article pages. Please do not use templates other than {{Medical cases chart}} and, maybe, {{Medical cases chart/Row}} to get away with a custom formatting. Suggest features in the talk page or code it yourself if it's not controversial.

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 (AA or AAAA)<-(n|t|m|w|x|d)[optional, defaults to: mm,
                                                                                           see below and examples]
|rowheight  = height of each bar, in multiples of the text height                      [optional, defaults to: 1.6]
|float      = on what side of the page should the chart be located (left|right|none)   [optional, defaults to: right] 

|pretitle   = text at the beginning of the title                                       [optional]
|disease    = name of the disease
|location   = location of the outbreak the chart is showing
|location2  = broader location such as state/province or country                       [optional]
|location3  = broadest location such as country                                        [optional]
|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, defaults to: yes]

|reclbl     = alternate label for the 2nd case classification                          [optional, defaults to: Recoveries]
|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 (use                           [optional]  {WIP}
              {{Medical cases chart/Month toggle button}})
                
|right1     = heading of the 1st data column                                           [optional, defaults to: # of cases]
|right1data = case classification for the 1st column                                   [optional, defaults to: 3 (if right1 is "# of cases")]
|changetype1= calculate percent change (%) or absolute change (#) (p|a)                [optional, defaults to: percent]
|right2     = heading of the 2nd data column                                           [optional]
|right2data = case classification for the 2nd column                                   [optional, defaults to: 1 (if right2 is "# of deaths")]
|changetype2= calculate percent change (%), absolute change (#), or onlypercent (p|a|o)[optional, defaults to: percent]
 
|divisor    = manual override of the scaling divisor of the bars                       [optional, defaults to: auto]
|collapsible= whether the rows are collapsible (yes|y|1)                               [optional, defaults to: no]  {WIP}
|data       = data lines for each valid date (see Data's and Rows' syntax)

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

numwidth is a sequence of the initials of none, thin, medium, wide, extra 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 2 or 4 characters allocates one or two data columns, respectively. For example, mw sets the right1 value column to medium and the right1 change column to wide. mwnt sets the right1 value column to medium, the right1 change column to wide, the right2 value column to none, and the right2 change column to thin.

To display absolute change in the first column and percent change in the second column, set the following (AA represents any two characters, # represents the classification number you are showing, which should be the same for right1data and right2data):

|numwidth = AAnw
|right1data = #
|changetype1 = a
|right2data = #
|changetype2 = o

Data[ویرایش]

The |data= parameter should be populated by a sequence of lines with a format similar to the rows'. The difference is that the parameter separator is the semicolon, ;, and that repetitive parameters, like |divisor=, |numwidth=, and |collapsible=, may be written only once in the body of {{Medical cases chart}}. Using |data= also allows the divisor to be calculated automatically if the parameter is omitted.

All values are optional, and empty values can be represented by sequential semicolons (e.g. ;;). Omitting the valid date will treat the row as a date jump, in which no new cases are reported.

The expression for total in the 3rd classification 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 1st column #, 1st column change, 2nd column #, and 2nd column change values can be automatically calculated if omitted. The 1st column values will be automatically calculated if |right1= is omitted or set to # of cases, and the 2nd column values will be automatically calculated if |right2= is set to # of deaths. If |right1= or |right2= are set to other values, the columns can still be automatically calculated by setting |right1data= and |right2data= to the classification number you want to display in columns 1 and 2, respectively (e.g. 1 for deaths, 2 for recoveries, 3 for total, etc.). The changes in the first and second columns are automatically wrapped in parentheses.

The other parameters=values can be any number of the parameters below and their values, separated by semicolons. See examples.

;alttot1    = ''alternate expression for active cases (3rd classification)''
;alttot2    = ''alternate expression for number in 5th classification''
;firstright1= ''whether a change in the first column is not applicable (n.a.)'' (yes|y|1)
;firstright2= ''whether a change in the second column is not applicable (n.a.)'' (yes|y|1)
;collapsed  = ''manual override of the initial row state'' (yes|y|1)                       {WIP}
;id         = ''manual override of the row id''                                            {WIP}

To convert from the old format, remove {{Medical cases chart/Row| from the beginning and }} from the end of the line, replace all pipes (|) with semicolons (;), and remove any |divisor=, |numwidth=, and |collapsible= parameters from the end (and make sure they are listed in the main template at least once). For example:

{{Medical cases chart/Row|2020-04-15|1921||28059|||28,059|+1058||+4%|divisor=100|numwidth-mmnm}}

becomes

2020-04-15;1921;;28059;;;28,059;+1058;;+4%

Rows[ویرایش]

Deprecated parameter
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. Omitting 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.

Examples[ویرایش]

{{Medical cases chart
|numwidth=mw

|disease=Green Flu
|location=Savannah|location2=Georgia|location3=United States
|outbreak=2009 Green Flu outbreak

|recoveries=n

|data=
2009-04-13;;;42;;;42;firstright1=y
2009-04-14;;;356;;;356;+748%
2009-04-15;;;1503;;;1,503;+322%
2009-04-16;57;;5915;;;5,915;+294%
2009-04-17;2000;;9500;;;~9,500;+60.6%
}}
Green Flu موارد در Savannah, Georgia, United States  ()
     درگذشتگان        موارد فعال
تاریخ
# موارد
2009-04-13
42(n.a.)
2009-04-14
356(+748%)
2009-04-15
1,503(+322%)
2009-04-16
5,915(+294%)
2009-04-17
~9,500(+60.6%)
{{Medical cases chart
|barwidth=wide
|numwidth=mwwd

|pretitle=Approximate
|disease=Spanish Flu
|location=the World
|posttitle=(excluding Oceania)
|outbreak=1918-20 Spanish Flu pandemic

|altlbl1=Active confirmed
|altlbl2=Suspected
|altlbl3=Estimated

|right1=Confirmed cases
|right2=Including suspected and estimated cases

|divisor=2550
|data=
1918-03-10;(2060-300);(3000-800);6000;;;6000;firstright1=y
1918-07;12600;20000;40000;12000;;alttot2=(34000-15000-8700+40);40000;+500%;10500;firstright2=y
;12600;20000;40000;12000;;alttot2=(34000-15000-8700+40);40000;;10500
1919;100000;250000;;;1000000;;;1mi;+500k

|caption=Foo Bar
}}
Approximate Spanish Flu موارد در the World (excluding Oceania)  ()
     درگذشتگان        بهبودی‌ها        Active confirmed        Suspected        Estimated
تاریخ
Confirmed cases
Including suspected and estimated cases
1918-03-10
6000(n.a.)
1918-07
40000(+500%) 10500(n.a.)
40000(=) 10500(=)
1919
1mi(+500k)
Foo Bar

Applied example[ویرایش]

کووید ۱۹ موارد در ایران  ()
     درگذشتگان        بهبودی‌ها        موارد فعال

فوریه فوریه مارس مارس آوریل آوریل مه مه ژوئن ژوئن ژوئیه ژوئیه اوت اوت سپتامبر سپتامبر اکتبر اکتبر نوامبر نوامبر 15 روز گذشته 15 روز گذشته

تاریخ
# موارد
(تست شده)
# درگذشته
2020-02-19 2(n.a.)
2020-02-20 5(٪150+) 2(+0)
2020-02-21
18(٪260+) 4(+2)
2020-02-22
29(٪61+) 6(+2)
2020-02-23
43(٪48+) 8(+2)
2020-02-24
64(٪49+) 12(+4)
2020-02-25
95(٪48+) 16(+4)
2020-02-26
139(٪46+) 19(+3)
2020-02-27
245(٪76+) 26(+7)
2020-02-28
388(٪58+) 34(+8)
2020-02-29
593(٪53+) 43(+9)
2020-03-01
978(٪65+) 54(+11)
2020-03-02
1,501(٪53+) 66(+12)
2020-03-03
2,336(٪56+) 77(+11)
2020-03-04
2,922(٪25+) 92(+15)
2020-03-05
3,513(٪20+) 107(٪16+)
2020-03-06
4,747(٪35+) 124(٪16+)
2020-03-07
5,823(٪23+) 145(٪17+)
2020-03-08
6,566(٪13+) 194(٪34+)
2020-03-09
7,161(٪9.1+) 237(٪22+)
2020-03-10
8,042(٪12+) 291(٪23+)
2020-03-11
9,000(٪12+) 354(٪22+)
2020-03-12
10,075(٪10+) 429(٪21+)
2020-03-13
11,364(٪13+) 514(٪20+)
2020-03-14
12,729(٪12+) 611(٪19+)
2020-03-15
13,938(٪9.5+) 724(٪18+)
2020-03-16
14,991(٪7.6+) 853(٪18+)
2020-03-17
16,169(٪7.9+) 988(٪16+)
2020-03-18
17,361(٪7.3+) 1,135(٪15+)
2020-03-19
18,407(٪6.0+) 1,284(٪13+)
2020-03-20
19,644(٪6.7+) 1,433(٪12+)
2020-03-21
20,610(٪4.9+) 1,556(٪8.6+)
2020-03-22
21,638(٪5.0+) 1,685(٪8.3+)
2020-03-23
23,049(٪6.5+) 1,812(٪7.5+)
2020-03-24
24,811(٪7.6+) 1,934(٪6.7+)
2020-03-25
27,077(٪9.1+) 2,077(٪7.2+)
2020-03-26
29,406(٪8.6+) 2,234(٪7.5+)
2020-03-27
32,332(٪10+) 2,378(٪6.4+)
2020-03-28
35,408(٪9.5+) 2,517(٪5.8+)
2020-03-29
38,309(٪8.2+) 2,640(٪6.9+)
2020-03-30
41,495(٪8.3+) 2,757(٪4.4+)
2020-03-31
44,606(٪7.5+) 2,898(٪5.1+)
2020-04-01
47,593(٪6.7+) 3,036(٪4.8+)
2020-04-02
50,468(٪6.0+) 3,160(٪4.1+)
2020-04-03
53,183(٪5.4+) 3,294(٪4.2+)
2020-04-04
55,743(٪4.8+) 3,452(٪4.8+)
2020-04-05
58,226(٪4.5+) 3,603(٪4.4+)
2020-04-06
60,500(٪4.0+) 3,739(٪3.8+)
2020-04-07
62,589(٪3.5+) 3,872(٪3.6+)
2020-04-08
64,586(٪3.2+) 3,993(٪3.1+)
2020-04-09
66,220(٪2.6+) 4,110(٪2.9+)
2020-04-10
68,192(٪3.0+) 4,232(٪2.9+)
2020-04-11
70,029(٪2.7+) 4,357(٪2.9+)
2020-04-12
71,686(٪2.4+) 4,474(٪2.7+)
2020-04-13
73,303(٪2.3+) 4,585(٪2.5+)
2020-04-14
74,877(٪2.1+) 4,683(٪2.1+)
2020-04-15
76,389(٪2.0+) 4,777(٪2.0+)
2020-04-16
77,995(٪2.1+) 4,869(٪1.9+)
2020-04-17
79,494(٪1.9+) 4,958(٪1.8+)
2020-04-18
80,868(٪1.7+) 5,031(٪1.5+)
2020-04-19
82,211(٪1.7+) 5,118(٪1.7+)
2020-04-20
83,505(٪1.5+) 5,209(٪1.5+)
2020-04-21
84,802(٪1.5+) 5,297(٪1.7+)
2020-04-22
85,996(٪1.4+) 5,391(٪1.8+)
2020-04-23
87,026(٪1.2+) 5,481(٪1.7+)
2020-04-24
88,194(٪1.3+) 5,574(٪1.7+)
2020-04-25
89,328(٪1.3+) 5,650(٪1.4+)
2020-04-26
90,481(٪1.3+) 5,710(٪1.1+)
2020-04-27
91,472(٪1.1+) 5,806(٪1.7+)
2020-04-28
92,584(٪1.2+) 5,877(٪1.2+)
2020-04-29
93,657(٪1.2+) 5,957(٪1.4+)
2020-04-30
94,640(٪1.0+) 6,028(٪1.2+)
2020-05-01
95,646(٪1.1+) 6,091(٪1.0+)
2020-05-02
96,448(٪0.8+) 6,156(٪1.1+)
2020-05-03
97,424(٪1.0+) 6,203(٪0.8+)
2020-05-04
98,647(٪1.3+) 6,277(٪1.2+)
2020-05-05
99,970(٪1.3+) 6,340(٪1.0+)
2020-05-06
101,650(٪1.7+) 6,418(٪1.2+)
2020-05-07
103,135(٪1.5+) 6,486(٪1.1+)
2020-05-08
104,691(٪1.5+) 6,541(٪0.8+)
2020-05-09
106,220(٪1.5+) 6,589(٪0.7+)
2020-05-10
107,603(٪1.3+) 6,640(٪0.8+)
2020-05-11
109,286(٪1.6+) 6,685(٪0.7+)
2020-05-12
110,767(٪1.4+) 6,733(٪0.7+)
2020-05-13
112,725(٪1.8+) 6,783(٪0.7+)
2020-05-14
114,533(٪1.6+) 6,854(٪1.0+)
2020-05-15
116,635(٪1.8+) 6,902(٪0.7+)
2020-05-16
118,392(٪1.5+) 6,937(٪0.5+)
2020-05-17
120,198(٪1.5+) 6,988(٪0.7+)
2020-05-18
122,492(٪1.9+) 7,057(٪1.0+)
2020-05-19
124,603(٪1.7+) 7,119(٪0.9+)
2020-05-20
126,949(٪1.9+) 7,183(٪0.9+)
2020-05-21
129,341(٪1.88+) 7,249(٪0.92+)
2020-05-22
131,652(٪1.79+) 7,300(٪0.70+)
2020-05-23
133,521(٪1.42+) 7,359(٪0.81+)
2020-05-24
135,701(٪1.63+) 7,417(٪0.79+)
2020-05-25
137,724(٪1.49+) 7,451(٪0.46+)
2020-05-26
139,511(٪1.30+) 7,508(٪0.76+)
2020-05-27
141,591(٪1.49+) 7,564(٪0.75+)
2020-05-28
143,849(٪1.59+) 7,627(٪0.83+)
2020-05-29
146,668(٪1.96+) 7,677(٪0.66+)
2020-05-30
148,950(٪1.56+) 7,734(٪0.74+)
2020-05-31
151,466(٪1.69+) 7,797(٪0.81+)
2020-06-01
154,445(٪1.97+) 7,878(٪1.04+)
2020-06-02
157,562(٪2.02+) 7,924(٪0.58+)
2020-06-03
160,696(٪1.99+) 8,012(٪1.11+)
2020-06-04
164,270(٪2.22+) 8,071(٪0.74+)
2020-06-05
167,156(٪1.76+) 8,134(٪0.78+)
2020-06-06
169,425(٪1.36+) 8,209(٪0.92+)
2020-06-07
171,789(٪1.40+) 8,281(٪0.88+)
2020-06-08
173,832(٪1.19+) 8,351(٪0.85+)
2020-06-09
175,927(٪1.21+) 8,425(٪0.89+)
2020-06-10
177,938(٪1.14+) 8,506(٪0.96+)
2020-06-11
180,176(٪1.26+) 8,584(٪0.92+)
2020-06-12
182,545(٪1.31+) 8,659(٪0.87+)
2020-06-13
184,955(٪1.32+) 8,730(٪0.82+)
2020-06-14
187,427(٪1.34+) 8,837(٪1.23+)
2020-06-15
189,876(٪1.31+) 8,950(٪1.28+)
2020-06-16
192,439(٪1.35+) 9,065(٪1.28+)
2020-06-17
195,051(٪1.36+) 9,185(٪1.32+)
2020-06-18
197,647(٪1.33+) 9,272(٪0.95+)
2020-06-19
200,262(٪1.32+) 9,392(٪1.29+)
2020-06-20
202,584(٪1.16+) 9,507(٪1.22+)
2020-06-21
204,952(٪1.17+) 9,623(٪1.22+)
2020-06-22
207,525(٪1.26+) 9,742(٪1.24+)
2020-06-23
209,970(٪1.18+) 9,863(٪1.24+)
2020-06-24
212,501(٪1.21+) 9,996(٪1.35+)
2020-06-25
215,096(٪1.22+) 10,130(٪1.34+)
2020-06-26
217,724(٪1.22+) 10,239(٪1.08+)
2020-06-27
220,180(٪1.13+) 10,364(٪1.22+)
2020-06-28
222,669(٪1.13+) 10,508(٪1.39+)
2020-06-29
225,205(٪1.14+) 10,670(٪1.54+)
2020-06-30
227,662(٪1.09+) 10,817(٪1.38+)
2020-07-01
230,211(٪1.12+) 10,958(٪1.30+)
2020-07-02
232,863(٪1.15+) 11,106(٪1.35+)
2020-07-03
235,429(٪1.10+) 11,260(٪1.39+)
2020-07-04
237,878(٪1.04+) 11,408(٪1.31+)
2020-07-05
240,438(٪1.08+) 11,571(٪1.43+)
2020-07-06
243,051(٪1.09+) 11,731(٪1.38+)
2020-07-07
245,688(٪1.08+) 11,931(٪1.70+)
2020-07-08
248,379(٪1.10+) 12,084(٪1.28+)
2020-07-09
250,458(٪0.84+) 12,305(٪1.83+)
2020-07-10
252,720(٪0.90+) 12,447(٪1.15+)
2020-07-11
255,117(٪0.95+) 12,635(٪1.51+)
2020-07-12
257,303(٪0.86+) 12,829(٪1.54+)
2020-07-13
259,652(٪0.91+) 13,032(٪1.58+)
2020-07-14
262,173(٪0.97+) 13,211(٪1.37+)
2020-07-15
264,561(٪0.91+) 13,410(٪1.51+)
2020-07-16
267,061(٪0.94+) 13,608(٪1.48+)
2020-07-17
269,440(٪0.89+) 13,791(٪1.34+)
2020-07-18
271,606(٪0.80+) 13,979(٪1.36+)
2020-07-19
273,656(٪0.75+) 14,188(٪1.50+)
2020-07-20
276,202(٪0.93+) 14,405(٪1.53+)
2020-07-21
278,827(٪0.95+) 14,634(٪1.59+)
2020-07-22
281,413(٪0.93+) 14,853(٪1.50+)
2020-07-23
284,034(٪0.93+) 15,074(٪1.49+)
2020-07-24
286,523(٪0.88+) 15,289(٪1.43+)
2020-07-25
288,839(٪0.81+) 15,484(٪1.28+)
2020-07-26
291,172(٪0.81+) 15,700(٪1.39+)
2020-07-27
293,606(٪0.84+) 15,912(٪1.35+)
2020-07-28
296,273(٪0.91+) 16,147(٪1.48+)
2020-07-29
298,909(٪0.89+) 16,343(٪1.21+)
2020-07-30
301,530(٪0.88+) 16,569(٪1.38+)
2020-07-31
304,204(٪0.89+) 16,766(٪1.19+)
2020-08-01
306,752(٪0.84+) 16,982(٪1.29+)
2020-08-02
309,437(٪0.88+) 17,190(٪1.22+)
2020-08-03
312,035(٪0.84+) 17,405(٪1.25+)
2020-08-04
314,786(٪0.88+) 17,617(٪1.22+)
2020-08-05
317,483(٪0.86+) 17,802(٪1.05+)
2020-08-06
320,117(٪0.83+) 17,976(٪0.98+)
2020-08-07
322,567(٪0.77+) 18,132(٪0.87+)
2020-08-08
324,692(٪0.66+) 18,264(٪0.73+)
2020-08-09
326,712(٪0.62+) 18,427(٪0.89+)
2020-08-10
328,844(٪0.65+) 18,616(٪1.03+)
2020-08-11
331,189(٪0.71+) 18,800(٪0.99+)
2020-08-12
333,699(٪0.76+) 18,988(٪1.00+)
2020-08-13
336,324(٪0.79+) 19,162(٪0.92+)
2020-08-14
338,825(٪0.74+) 19,331(٪0.88+)
2020-08-15
341,070(٪0.66+) 19,492(٪0.83+)
2020-08-16
343,203(٪0.63+) 19,639(٪0.75+)
2020-08-17
345,450(٪0.65+) 19,804(٪0.84+)
2020-08-18
347,835(٪0.69+) 19,972(٪0.85+)
2020-08-19
350,279(٪0.70+) 20,125(٪0.77+)
2020-08-20
352,558(٪0.65+) 20,264(٪0.69+)
2020-08-21
354,764(٪0.63+) 20,376(٪0.55+)
2020-08-22
356,792(٪0.57+) 20,502(٪0.62+)
2020-08-23
358,905(٪0.59+) 20,643(٪0.69+)
2020-08-24
361,150(٪0.63+) 20,776(٪0.64+)
2020-08-25
363,363(٪0.61+) 20,901(٪0.60+)
2020-08-26
365,606(٪0.62+) 21,020(٪0.57+)
2020-08-27
367,796(٪0.60+) 21,137(٪0.56+)
2020-08-28
369,911(٪0.58+) 21,249(٪0.53+)
2020-08-30
373,570(٪0.47+) 21,462(٪0.48+)
2020-08-31
375,212(٪0.44+) 21,571(٪0.51+)
2020-09-01
376,894(٪0.45+) 21,672(٪0.47+)
2020-09-02
378,752(٪0.49+) 21,797(٪0.58+)
2020-09-03
380,746(٪0.53+) 21,926(٪0.59+)
2020-09-04
382,772(٪0.53+) 22,044(٪0.54+)
2020-09-05
384,666(٪0.49+) 22,154(٪0.50+)
2020-09-06
386,658(٪0.52+) 22,293(٪0.63+)
2020-09-07
388,810(٪0.56+) 22,410(٪0.52+)
2020-09-08
391,112(٪0.59+) 22,542(٪0.59+)
2020-09-09
393,425(٪0.59+) 22,669(٪0.56+)
2020-09-10
395,488(٪0.52+) 22,798(٪0.57+)
2020-09-11
397,801(٪0.58+) 22,913(٪0.50+)
2020-09-12
399,940(٪0.54+) 23,029(٪0.51+)
2020-09-13
402,029(٪0.52+) 23,157(٪0.56+)
2020-09-14
404,648(٪0.65+) 23,313(٪0.67+)
2020-09-15
407,353(٪0.67+) 23,453(٪0.60+)
2020-09-16
410,334(٪0.73+) 23,632(٪0.76+)
2020-09-17
413,149(٪0.69+) 23,808(٪0.74+)
2020-09-18
416,198(٪0.74+) 23,952(٪0.60+)
2020-09-19
419,043(٪0.68+) 24,118(٪0.69+)
2020-09-20
422,140(٪0.74+) 24,301(٪0.76+)
2020-09-21
425,481(٪0.79+) 24,478(٪0.73+)
2020-09-22
429,193(٪0.87+) 24,656(٪0.73+)
2020-09-23
432,798(٪0.84+) 24,840(٪0.75+)
2020-09-24
436,319(٪0.81+) 25,015(٪0.70+)
2020-09-25
439,882(٪0.82+) 25,222(٪0.83+)
2020-09-26
443,086(٪0.73+) 25,394(٪0.68+)
2020-09-27
446,448(٪0.76+) 25,589(٪0.77+)
2020-09-28
449,960(٪0.79+) 25,779(٪0.74+)
2020-09-29
453,637(٪0.82+) 25,986(٪0.80+)
2020-09-30
457,219(٪0.79+) 26,169(٪0.70+)
2020-10-01
461,044(٪0.84+) 26,380(٪0.81+)
2020-10-02
464,596(٪0.77+) 26,567(٪0.71+)
2020-10-03
468,119(٪0.76+) 26,746(٪0.67+)
2020-10-04
471,772(٪0.78+) 26,957(٪0.79+)
2020-10-05
475,674(٪0.83+) 27,192(٪0.87+)
2020-10-06
479,825(٪0.87+) 27,419(٪0.83+)
2020-10-07
483,844(٪0.84+) 27,658(٪0.87+)
2020-10-08
488,236(٪0.91+) 27,888(٪0.83+)
2020-10-09
492,378(٪0.85+) 28,098(٪0.75+)
2020-10-10
496,253(٪0.79+) 28,293(٪0.69+)
2020-10-11
500,075(٪0.77+) 28,544(٪0.89+)
2020-10-12
504,281(٪0.84+) 28,816(٪0.95+)
2020-10-13
508,389(٪0.81+) 29,070(٪0.88+)
2020-10-14
513,219(٪0.95+) 29,349(٪0.96+)
2020-10-15
517,835(٪0.90+) 29,605(٪0.87+)
2020-10-16
522,387(٪0.88+) 29,870(٪0.90+)
2020-10-17
526,490(٪0.79+) 30,123(٪0.85+)
2020-10-18
530,380(٪0.74+) 30,375(٪0.84+)
2020-10-19
534,631(٪0.80+) 30,712(٪1.11+)
2020-10-20
539,670(٪0.94+) 31,034(٪1.05+)
2020-10-21
545,286(٪1.04+) 31,346(٪1.01+)
2020-10-22
550,757(٪1.00+) 31,650(٪0.97+)
2020-10-23
556,891(٪1.11+) 31,985(٪1.06+)
2020-10-24
562,705(٪1.04+) 32,320(٪1.05+)
2020-10-25
568,896(٪1.10+) 32,616(٪0.92+)
2020-10-26
574,856(٪1.05+) 32,953(٪1.03+)
2020-10-27
581,824(٪1.21+) 33,299(٪1.05+)
2020-10-28
588,648(٪1.17+) 33,714(٪1.25+)
2020-10-29
596,941(٪1.41+) 34,113(٪1.18+)
2020-10-30
604,952(٪1.34+) 34,478(٪1.07+)
2020-10-31
612,772(٪1.29+) 34,864(٪1.12+)
2020-11-01
620,491(٪1.26+) 35,298(٪1.24+)
2020-11-02
628,780(٪1.34+) 35,738(٪1.25+)
منبع: وبسایت وزارت بهداشت ایران

{{2019–20 coronavirus pandemic data/South Korea medical cases chart}} الگو:2019–20 coronavirus pandemic data/South Korea medical cases chart

TemplateData[ویرایش]

Produces charts based on {{جعبه میله}} for outbreak, epidemic and pandemic medical cases.

پارامترهای الگو[ویرایش داده‌های الگو]

پارامترتوضیحاتنوعوضعیت
Diseasedisease

name of the disease

رشتهضروری
Outbreakoutbreak

name of the main outbreak (for link of the {{Navbar}})

رشتهضروری
Locationlocation

location of the outbreak the chart is showing

رشتهضروری
Datadata

data lines for each valid date (see Data's and Rows' syntax)

مقدار خودکار
ناشناختهضروری
Pretitlepretitle

text at the beginning of the title

مقدار خودکار
ناشناختهاختیاری
Bar widthbarwidth

width of the stacked bars area (thin|medium|wide)

مقدار خودکار
medium
ناشناختهاختیاری
Number widthnumwidth

max width of the numbers in the right columns (xx or xxxx)<-(n|t|m|w|d)

مقدار خودکار
mm
ناشناختهاختیاری
Floatfloat

on what side of the page should the chart be located (left|right|none)

مقدار خودکار
right
رشتهاختیاری
Location 2location2

broader location such as state/province or country

رشتهاختیاری
Location 3location3

broadest location such as country

رشتهاختیاری
Post-titleposttitle

text at the end of the title

ناشناختهاختیاری
Recoveriesrecoveries

display recoveries in the legend (no|n|0)

ناشناختهاختیاری
Recoveries labelreclbl

alternate label for the recoveries classification

ناشناختهاختیاری
Alt label 1altlbl1

alternate label for the 3rd case classification

ناشناختهاختیاری
Alt label 2altlbl2

alternate label for the 4th case classification

مقدار خودکار
Cases
ناشناختهاختیاری
Alt label 3altlbl3

alternate label for the 5th case classification

ناشناختهاختیاری
Toggles bartogglesbar

HTML of the toggles bar to show/hide rows

ناشناختهاختیاری
Right 1right1

heading of the first data column

مقدار خودکار
# of cases
ناشناختهاختیاری
Right 2right2

heading of the second data column

رشتهاختیاری
rowsrows

بدون توصیف

ناشناختهاختیاری
Divisordivisor

manual override of the scaling divisor of the bars

مقدار خودکار
auto
ناشناختهاختیاری
Collapsiblecollapsible

whether the rows are collapsible (yes|y|1)

ناشناختهاختیاری
Captioncaption

caption under the chart

ناشناختهاختیاری