Template:Team: Difference between revisions
Jump to navigation
Jump to search
missing trailing braces |
combine "team_name" with "name", with common handling |
||
| Line 1: | Line 1: | ||
{{DISPLAYTITLE:{{{ | {{DISPLAYTITLE:{{{name|{{#invoke:String|replace|{{SUBPAGENAME}}|Teams/|}}}}} NET}} | ||
<infobox theme="team" layout="stacked"> | <infobox theme="team" layout="stacked"> | ||
<title source="name"> | <title source="name"> | ||
<default>{{SUBPAGENAME}} NET</default> | <default>{{{name|{{#invoke:String|replace|{{SUBPAGENAME}}|Teams/|}}}}} NET</default> | ||
</title> | </title> | ||
<data source="tl"> | <data source="tl"> | ||
| Line 15: | Line 15: | ||
<data source="plan"> | <data source="plan"> | ||
<label>Operations Plan</label> | <label>Operations Plan</label> | ||
<default>{{OpsPlanLink|{{SUBPAGENAME}}}}</default> | <default>{{OpsPlanLink|{{{name|{{#invoke:String|replace|{{SUBPAGENAME}}|Teams/|}}}}}}}</default> | ||
<format>{{OpsPlanLink | <format>{{OpsPlanLink|{{{plan}}}}}</format> | ||
</data> | </data> | ||
<data source="contact"> | <data source="contact"> | ||
Revision as of 12:48, 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 | no description | Unknown | 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 |
| Operations Plan filename prefix | ops_plan_prefix plan | When the portland.gov Operations Plan document name prefix doesn't match the full neighborhood name, provide the portland.gov prefix here.
| String | optional |