Template:Team: Difference between revisions
Jump to navigation
Jump to search
Remove Teams Without Radio Operators category. Nothing useful to be done about it by wiki readers. |
update template metadata |
||
| Line 45: | Line 45: | ||
{ | { | ||
"params": { | "params": { | ||
"contact": {}, | "contact": { | ||
"description": "content for How To Contact Us section", | |||
"example": "{{EmailLink|team@somewhere.com}}", | |||
"type": "content" | |||
}, | |||
"tl": { | "tl": { | ||
"description": "Team Leader(s)", | "description": "Team Leader(s)", | ||
| Line 65: | Line 69: | ||
"type": "content" | "type": "content" | ||
}, | }, | ||
" | "name": { | ||
"description": "Team name, if it's different than the page name", | |||
"example": "TaborVilla", | |||
"description": " | |||
"example": " | |||
"type": "string" | "type": "string" | ||
}, | |||
"plan_name": { | |||
"description": "base filename for Ops Plan on portland.gov, if different from page name", | |||
"example": "argay-parkrose" | |||
} | } | ||
}, | }, | ||
| Line 83: | Line 87: | ||
"aro", | "aro", | ||
"additional", | "additional", | ||
" | "name", | ||
"plan_name" | |||
] | ] | ||
} | } | ||
Revision as of 14:49, 13 May 2025
Example:
{{Team
|tl=
First Person<br>
Second Person<br>
|atl=
Third Person<br>
|aro=
Fourth Person<br>
|contact=
{{EmailLink|''email@address.com''}}<br>
{{GroupsLink|''group-name''}}<br>
{{SignalLink|#''link''}}<br>
}}
Displays an infobox with the basic team stats.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| contact | contact | content for How To Contact Us section
| Content | optional |
| tl | tl | Team Leader(s)
| Content | optional |
| atl | atl | Assistant Team Leader(s)
| Content | optional |
| aro | aro | Amateur Radio Operators
| Content | optional |
| additional | additional | Additional content to append | Content | optional |
| name | name | Team name, if it's different than the page name
| String | optional |
| plan_name | plan_name | base filename for Ops Plan on portland.gov, if different from page name
| Unknown | optional |