Difference between revisions of "Template:Team"

From SHA2017
Jump to: navigation, search
(use Template:GetUserPage for getting the user page)
Line 4: Line 4:
 
<pre>
 
<pre>
 
{{TeamInfo
 
{{TeamInfo
|Name=
 
 
|Lead=
 
|Lead=
 
|Does=
 
|Does=
Line 16: Line 15:
 
</pre>
 
</pre>
 
Parameters:
 
Parameters:
* '''Name'''
 
** The name of the team(defaults to the name of the page)
 
 
* '''Lead'''
 
* '''Lead'''
** The team lead (must be in form of a user name, like "Dave_o")
+
** The team lead (must be in form of a [[Property:NickName|NickName]] (the one set on your user page), like "Dave_o")
 
* '''Does'''
 
* '''Does'''
 
** A short description of what the team '''does'''
 
** A short description of what the team '''does'''
Line 40: Line 37:
 
|-
 
|-
 
! Team Lead:
 
! Team Lead:
| [[Is TeamLead::User:{{{Lead|}}}|{{{Lead|}}}]]
+
| [[Is TeamLead::{{GetUserPage|{{{Lead|}}} }}|{{{Lead|}}}]]
 
|-
 
|-
 
! Does:
 
! Does:

Revision as of 16:33, 26 November 2015

This is the "TeamInfo" template. It should be called in the following format:

{{TeamInfo
|Lead=
|Does=
|Does not=
|Contact=
|IRC=
|Deadlines=
|Resources=
|Comment=
}}

Parameters:

  • Lead
    • The team lead (must be in form of a NickName (the one set on your user page), like "Dave_o")
  • Does
    • A short description of what the team does
  • Does not
    • A short description of what the team doesn't do
  • Contact
    • The mailing list of the team (like "orga-av@lists.sha2017.org")
  • IRC
    • The IRC channel the team uses ("sha2017" becomes #sha2017)
  • Deadlines
    • The deadlines for the team (separated by ;)
  • Recources
    • The resources needed by the team (seperated by ;)
  • Comment
    • Comments about the team

Edit the page to see the template text.