Template:Team: Difference between revisions
Jump to navigation
Jump to search
→Arguments: ;name :Team name override (default: the page name without the '''Team:''' prefix) |
conditional row hack |
||
Line 1: | Line 1: | ||
{| class="wikitable" style="float:right;width:300px;margin-left:10px;margin-bottom:10px;" | {| class="wikitable" style="float:right;width:300px;margin-left:10px;margin-bottom:10px;" | ||
|- | |- | ||
! colspan="2" style="text-align: center;" | {{{name|{{SUBPAGENAME}}}}} Team | ! colspan="2" style="text-align: center;" | {{{name|{{SUBPAGENAME}}}}} Team<!-- | ||
{{#if:{{{started|}}}| | -->{{#if:{{{started|}}}|<br /><!-- conditional row --> | ||
{{!}}- | {{!}}- | ||
! Started | ! Started | ||
{{!}} {{{started}}} | {{!}} {{{started}}} | ||
}} | }}<!-- | ||
{{#if:{{{email|}}}| | -->{{#if:{{{email|}}}|<br /><!-- conditional row --> | ||
{{!}}- | {{!}}- | ||
! Team Contact | ! Team Contact | ||
{{!}} [mailto:{{{email}}} {{{email}}}] | {{!}} [mailto:{{{email}}} {{{email}}}] | ||
}} | }}<!-- | ||
{{#if:{{{trustee|}}}| | -->{{#if:{{{trustee|}}}|<br /><!-- conditional row --> | ||
{{!}}- | {{!}}- | ||
! Trustee Contact | ! Trustee Contact | ||
{{!}} {{{trustee}}} | {{!}} {{{trustee}}} | ||
}} | }}<!-- | ||
{{#if:{{{lead|}}}| | -->{{#if:{{{lead|}}}|<br /><!-- conditional row --> | ||
{{!}}- | {{!}}- | ||
! Team Lead | ! Team Lead | ||
{{!}} {{{lead}}} | {{!}} {{{lead}}} | ||
}}<!-- | }}<!-- | ||
-->{{#if:{{{members|}}}|<br /> | -->{{#if:{{{members|}}}|<br /><!-- conditional row --> | ||
{{!}}- | {{!}}- | ||
! Members | ! Members | ||
{{!}} {{{members}}} | {{!}} {{{members}}} | ||
}}<!-- | }}<!-- | ||
-->{{#if:{{{budget|}}}|<br /> | -->{{#if:{{{budget|}}}|<br /><!-- conditional row --> | ||
{{!}}- | {{!}}- | ||
! Budget | ! Budget |
Revision as of 10:32, 21 February 2019
Team Team |
---|
Documentation
All arguments are optional, but you should have at least 1 (ideally more). Don't worry about the way it looks on this page: that's purely because no arguments are specified.
Abbreviated parameter list:
{{Team |trustee= |members= |email= |started= |budget= |budgetyear= }}
Arguments
- Will display email as Team Contact. If set, "contact" will not be shown
- started
- Date team started up, format Month YYYY. For example, 'started=February 2019'.
- trusteeContact
- Trustee contact for the team
- members
- List of members involved. Ideally, use [[User:username|username]] format.
- budget
- Annual budget that the team has access to, format £X
- budgetyear
- Year for budget, format is YYYY. For example, 'budgetyear=2019'
- name
- Team name override (default: the page name without the Team: prefix)