Difference between revisions of "Template:Team"

From Nottinghack Wiki
Jump to navigation Jump to search
(option for name including no 'team' suffix)
(dissolve and color)
Line 1: Line 1:
{| class="wikitable" style="float:right;width:300px;margin-left:10px;margin-bottom:10px;"
+
{| class="wikitable" {{#ifeq: {{{dissolved}}}|yes|style="float:right; width:300px; margin-left:10px; margin-bottom:10px; color: DarkSlateGray;"|style="float:right; width:300px; margin-left:10px; margin-bottom:10px;" }} <!-- make text grey if defunct --> style="float:right;width:300px;margin-left:10px;margin-bottom:10px;"
 
|-
 
|-
! colspan="2" style="text-align: center;" | {{{name|{{SUBPAGENAME}} Team}}}  
+
! colspan="2" {{#ifeq: {{{defunct}}}|yes|style="background-color:DarkSlateGray; color:#ffffff; text-align: center; border: 1px solid #244724;"|style="background-color:indigo; color:#ffffff; text-align: center; border: 1px solid indigo;" }} | {{#if:{{{name|}}}|{{{name}}}|{{SUBPAGENAME}} Team}} {{#ifeq: {{{dissolved}}}|yes|&nbsp;(dissolved) }}  
 
   |- {{#if:{{{started|}}}| | style="display: none;" <!-- Hide row if parameter doesn't exist --> }}
 
   |- {{#if:{{{started|}}}| | style="display: none;" <!-- Hide row if parameter doesn't exist --> }}
 
   ! Started
 
   ! Started
Line 20: Line 20:
 
   ! Budget
 
   ! Budget
 
   | {{{budget}}} {{#if: {{{budgetyear|}}}|<small>'' ({{{budgetyear|}}})''</small> }}
 
   | {{{budget}}} {{#if: {{{budgetyear|}}}|<small>'' ({{{budgetyear|}}})''</small> }}
 +
|-
 +
| colspan="2" style="text-align: center; border: 1px solid indigo; "|<small> '''Teams:''' &nbsp; [[Teams|About]] • [[Team responsibilities and contacts|Responsibilities]] &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; [[Template:Team |{{}}]]</small>
 
|}<noinclude>
 
|}<noinclude>
  

Revision as of 13:20, 22 February 2019

Team Team
Started {{{started}}}
Team email {{{email}}}
Trustee contact {{{trustee}}}
Team Lead {{{lead}}}
Members {{{members}}}
Budget {{{budget}}}
Teams:   AboutResponsibilities             {{}}

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

email
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)