Template:Infobox group/doc: Difference between revisions
Appearance
more specific template; added description |
fixing template data |
||
| Line 11: | Line 11: | ||
"image": { | "image": { | ||
"label": "Image", | "label": "Image", | ||
"description": "File name of image uploaded to Wikimedia Commons", | "description": "File name of image uploaded to Wikimedia Commons (without File: prefix)", | ||
"type": "wiki-file-name" | "type": "wiki-file-name", | ||
"example": "Groundhog.jpg" | |||
}, | }, | ||
"caption": { | "caption": { | ||
"label": "Caption", | "label": "Caption", | ||
"description": "Caption to accompany the image", | "description": "Caption to accompany the image", | ||
"type": "string" | "type": "string" | ||
}, | }, | ||
| Line 35: | Line 24: | ||
"description": "List of individuals in leadership (with roles)", | "description": "List of individuals in leadership (with roles)", | ||
"example": "John Doe (President) ", | "example": "John Doe (President) ", | ||
"type": "string" | "type": "string", | ||
"aliases": [ | |||
"leader", | |||
"leaders" | |||
] | |||
}, | }, | ||
"email": { | "email": { | ||
| Line 45: | Line 38: | ||
"label": "Social media", | "label": "Social media", | ||
"type": "url" | "type": "url" | ||
}, | |||
"access": { | |||
"label": "Access", | |||
"description": "How open the group is", | |||
"type": "string", | |||
"suggestedvalues": [ | |||
"Audition-based", | |||
"Open to all students", | |||
"Open to all community members" | |||
] | |||
}, | |||
"time": { | |||
"aliases": [ | |||
"times" | |||
], | |||
"label": "Meeting time", | |||
"description": "Date(s) and time(s) of regular meetings", | |||
"example": "7:00 pm on Tuesdays", | |||
"type": "string" | |||
}, | |||
"location": { | |||
"aliases": [ | |||
"locations" | |||
], | |||
"label": "Meeting location", | |||
"description": "Location(s) of regular meetings", | |||
"example": "[[Rocky]] 210", | |||
"type": "string" | |||
} | } | ||
}, | }, | ||
| Line 51: | Line 72: | ||
"image", | "image", | ||
"caption", | "caption", | ||
" | "access", | ||
" | "time", | ||
"location", | |||
"leadership", | "leadership", | ||
"email", | "email", | ||
Revision as of 00:54, 15 April 2026
Basic infobox template for a page about a group or student org.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| Name | name | Name of the group
| String | optional |
| Image | image | File name of image uploaded to Wikimedia Commons (without File: prefix)
| File | optional |
| Caption | caption | Caption to accompany the image | String | optional |
| Access | access | How open the group is
| String | optional |
| Meeting time | time times | Date(s) and time(s) of regular meetings
| String | optional |
| Meeting location | location locations | Location(s) of regular meetings
| String | optional |
| Leadership | leadership leader leaders | List of individuals in leadership (with roles)
| String | optional |
| Email address | email | no description
| URL | optional |
| Social media | socials | no description | URL | optional |
Consider using a more specific infobox template.
Example
{{Infobox group
| name = Vassar Clowning Club
| times = 7:00 pm on Tuesdays
| locations = Rocky 300
| email = clowns@vassar.edu
}}
| Vassar Clowning Club | |
|---|---|
| Links | |
| clowns@vassar.edu | |