Template:Infobox pandemic/doc
| This is a documentation subpage for Template:Infobox pandemic. It contains usage information, categories and other content that is not part of the original template page. |
Usage[edit source]
| [[File:{{{map1}}}|frameless|alt={{{alt1}}}|{{{alt1}}}]] {{{legend1}}} | |
| [[File:{{{map2}}}|frameless|alt={{{alt2}}}|{{{alt2}}}]] {{{legend2}}} | |
| [[File:{{{map3}}}|frameless|alt={{{alt3}}}|{{{alt3}}}]] {{{legend3}}} | |
| Disease | {{{disease}}} |
|---|---|
| Virus strain | {{{virus_strain}}} |
| First case | {{{first_case}}} |
| Arrival date | {{{arrival_date}}} |
| Origin | {{{origin}}} |
| Deaths | {{{deaths}}} |
| Confirmed cases | {{{confirmed_cases}}} |
| Suspected cases‡ | {{{suspected_cases}}} |
| Total ILI cases | {{{total_ili}}} |
| Official website | |
| {{{website}}} | |
| ‡ Suspected cases have not been confirmed as being due to this strain by laboratory tests, although some other strains may have been ruled out. | |
{{Infobox pandemic
| name =
| map1 =
| legend1 =
| map2 =
| legend2 =
| map3 =
| legend3 =
| disease =
| virus_strain = <!-- or | bacteria_strain = -->
<!-- or | parasite_strain = -->
<!-- or | pathogen_strain = -->
| first_case =
| arrival_date =
| origin =
| deaths =
| confirmed_cases =
| suspected_cases =
| total_ili =
| website =
}}
TemplateData[edit source]
<templatedata> { "params": { "name": {}, "map1": {}, "alt1": {}, "legend1": {}, "map2": {}, "alt2": {}, "legend2": {}, "map3": {}, "alt3": {}, "legend3": {}, "disease": {}, "virus_strain": { "label": "Virus strain" }, "bacteria_strain": { "label": "Bacteria strain" }, "parasite_strain": { "label": "Parasite strain" }, "pathogen_strain": { "label": "Pathogen strain" }, "first_case": { "label": "First case" }, "arrival_date": { "label": "Arrival date" }, "dates": {}, "origin": {}, "deaths": {}, "confirmed_cases": { "label": "Confirmed cases" }, "suspected_cases": { "label": "Suspected cases" }, "total_ili": {}, "website": {} }, "format": "block" } </templatedata>