Template:Position: Difference between revisions
Template page
More actions
No edit summary |
parameter fix |
||
| (2 intermediate revisions by the same user not shown) | |||
| Line 5: | Line 5: | ||
<group> | <group> | ||
<header>Position Information</header> | <header>Position Information</header> | ||
<data source="title"><label>Official title</label></data> | |||
<data source="place"><label>Nation</label></data> | <data source="place"><label>Nation</label></data> | ||
<data source="style"><label>Style</label></data> | <data source="style"><label>Style</label></data> | ||
<data source="type"><label>Type</label></data> | <data source="type"><label>Type</label></data> | ||
<data source="superior"><label>Reports to</label></data> | |||
<data source="status"><label>Status</label></data> | <data source="status"><label>Status</label></data> | ||
<data source="member"><label>Member of</label></data> | <data source="member"><label>Member of</label></data> | ||
| Line 43: | Line 45: | ||
"type": "string" | "type": "string" | ||
}, | }, | ||
"title": { | |||
"label": "Official title", | |||
"description": "Full position title or abbrievation", | |||
"type": "string" | |||
}, | |||
"place": { | "place": { | ||
"label": "Nation", | "label": "Nation", | ||
| Line 57: | Line 63: | ||
"label": "Type", | "label": "Type", | ||
"description": "Type of position (e.g., political, military).", | "description": "Type of position (e.g., political, military).", | ||
"type": "string" | |||
}, | |||
"superior": { | |||
"label": "Reports to", | |||
"description": "Line manager (e.g., a head of state or councillor)", | |||
"type": "string" | "type": "string" | ||
}, | }, | ||
| Line 100: | Line 111: | ||
"image", | "image", | ||
"image_size", | "image_size", | ||
"title", | |||
"place", | "place", | ||
"style", | "style", | ||
"type", | "type", | ||
"superior", | |||
"status", | "status", | ||
"member", | "member", | ||
Latest revision as of 07:49, 23 August 2026
Infobox for political or organizational positions.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| Name | name | Name of the position (defaults to page name if omitted). | String | optional |
| Image | image | Image representing the position (file name without File:). | File | optional |
| Image size | image_size | Width of the image (e.g., 150px). | String | optional |
| Official title | title | Full position title or abbrievation | String | optional |
| Nation | place | Nation or region associated with the position. | String | optional |
| Style | style | Form or style of the position. | String | optional |
| Type | type | Type of position (e.g., political, military). | String | optional |
| Reports to | superior | Line manager (e.g., a head of state or councillor) | String | optional |
| Status | status | Current status of the position. | String | optional |
| Member of | member | Organization or body the position belongs to. | String | optional |
| Residence | residence | Official residence tied to the position. | String | optional |
| First holder | first | First known holder of the position. | String | optional |
| Last holder | last | Most recent former holder. | String | optional |
| Current holder | current | Current holder of the position. | String | optional |
| Previous holder | previous | Immediate previous holder. | String | optional |
Template documentation
|
|---|
| Note: portions of the template sample may not be visible without values provided. |
| View or edit this documentation. (About template documentation) |
| Editors can experiment in this template's sandbox and test case pages. |