Template:Infobox detention facility
Usage
{{{name}}} | |
---|---|
[[File:{{{image}}}|{{{image_size}}}|alt={{{alt}}}|upright=1.06|{{{alt}}}]] | |
History | |
Established | {{{established}}} |
Dissolved | {{{dissolved}}} |
Characteristics | |
Country | {{{country}}} |
Function | {{{function}}} |
Activities | {{{activities}}} |
Detainees | {{{detainees}}} |
Number of detainees | {{{detainees number}}} |
{{Infobox detention facility
| name =
| image =
| image_size =
| alt =
| caption =
| established =
| dissolved =
| country =
| function =
| activities =
| detainees =
| detainees number =
}}
Example
Gulag | |
---|---|
Map of all gulag locations | |
History | |
Established | 1918 |
Dissolved | 1960 |
Characteristics | |
Country | Soviet Union |
Activities | Penal labour |
Detainees | Various criminals and political prisoners |
{{Infobox detention facility
| name = Gulag
| image = Gulag Location Map.svg
| alt = Map of all gulag locations
| caption = Map of all gulag locations
| established = 1918
| dissolved = 1960
| country = [[Soviet Union]]
| function =
| activities = [[Penal labour]]
| detainees = Various criminals and political prisoners
| detainees number =
}}
TemplateData
TemplateData for Infobox detention facility
<templatedata> { "description": "An infobox for detention facilities.", "params": { "name": { "label": "name", "description": "The facility's name", "type": "string", "aliases": [ "Name" ] }, "image": { "label": "image", "description": "Image of the facility", "type": "string", "aliases": [ "Image" ] }, "caption": { "label": "caption", "description": "Image caption", "type": "string", "aliases": [ "Caption" ] }, "established": { "label": "established", "description": "Date it was established", "type": "string" }, "dissolved": { "label": "dissolved", "description": "Date it was dissolved", "type": "string" }, "country": { "label": "country", "description": "Country of origin", "type": "string" }, "function": { "label": "function", "description": "Official function of the facility", "type": "string" }, "activities": { "label": "activities", "description": "Activities in the facility", "type": "string" }, "detainees": { "label": "detainees", "description": "Types of people held in the facility", "type": "string" }, "detainees number": { "label": "detainees number", "description": "Amount of people held in the facility", "type": "string" }, "image_size": { "aliases": [ "Width", "width" ], "type": "number" }, "alt": { "aliases": [ "Alt" ] } }, "paramOrder": [ "name", "image", "image_size", "alt", "caption", "established", "dissolved", "country", "function", "activities", "detainees", "detainees number" ] } </templatedata>