Template:Infobox detention facility/doc

From Pantonian Republic Wiki
< Template:Infobox detention facility
Revision as of 07:55, 21 May 2023 by wikipedia>WOSlinker (syntaxhighlight lang="wikitext")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Usage

{{{name}}}
[[File:{{{image}}}|{{{image_size}}}|alt={{{alt}}}|upright=1.06|{{{alt}}}]]
{{{caption}}}
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
Map of all gulag locations
History
Established1918
Dissolved1960
Characteristics
CountrySoviet Union
ActivitiesPenal labour
DetaineesVarious 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

This is the TemplateData for this template used by TemplateWizard, VisualEditor and other tools. Click here to see a monthly parameter usage report for this template in articles based on this 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>

See also