Template:Team: Difference between revisions
Jump to navigation
Jump to search
append "file info" link to Team Earthquake Plan |
rename "file info" link to "upload", and use ":File" namespace to link to the metadata page |
||
| Line 18: | Line 18: | ||
<data source="plan_name"> | <data source="plan_name"> | ||
<label>Operations Plan</label> | <label>Operations Plan</label> | ||
<default>{{#if: {{{no_plan|}}} | | {{OpsPlanLink|{{{name|{{#invoke:String|replace|{{SUBPAGENAME}}|Teams/|}}}}}}}}} ([[File:Team Earthquake Plan - {{{name|{{#invoke:String|replace|{{SUBPAGENAME}}|Teams/|}}}}}.pdf| | <default>{{#if: {{{no_plan|}}} | | {{OpsPlanLink|{{{name|{{#invoke:String|replace|{{SUBPAGENAME}}|Teams/|}}}}}}}}} ([[:File:Team Earthquake Plan - {{{name|{{#invoke:String|replace|{{SUBPAGENAME}}|Teams/|}}}}}.pdf|upload]])</default> | ||
<format>{{OpsPlanLink|{{{plan_name}}}}} ([[File:Team Earthquake Plan - {{{plan_name}}}.pdf| | <format>{{OpsPlanLink|{{{plan_name}}}}} ([[:File:Team Earthquake Plan - {{{plan_name}}}.pdf|upload]])</format> | ||
</data> | </data> | ||
<data source="additional"> | <data source="additional"> | ||
Latest revision as of 16:14, 31 July 2026
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 |
| no_plan | no_plan | Set this if the team has no plan at all.
| Boolean | optional |