Difference between revisions of "Template:Team"

From SHA2017
Jump to: navigation, search
(Created page with "<noinclude> This is the "TeamInfo" template. It should be called in the following format: <pre> {{TeamInfo |Name= |Lead= |Does= }} </pre> Edit the page to see the template tex...")
 
Line 7: Line 7:
 
|Lead=
 
|Lead=
 
|Does=
 
|Does=
 +
|Does not=
 +
|Contact=
 +
|IRC=
 +
|Deadlines=
 +
|Resources=
 +
|Comment=
 
}}
 
}}
 
</pre>
 
</pre>
 +
Parameters:
 +
* '''Name'''
 +
** The name of the team(defaults to the name of the page)
 +
* '''Lead'''
 +
** The team lead (must be in form of a user name, like "User: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 [irc://irc.freenode.net/sha2017 #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.
 
Edit the page to see the template text.
 
</noinclude><includeonly>{| style="width: 30em; font-size: 90%; border: 1px solid #aaaaaa; background-color: #f9f9f9; color: black; margin-bottom: 0.5em; margin-left: 1em; padding: 0.2em; float: right; clear: right; text-align:left;"
 
</noinclude><includeonly>{| style="width: 30em; font-size: 90%; border: 1px solid #aaaaaa; background-color: #f9f9f9; color: black; margin-bottom: 0.5em; margin-left: 1em; padding: 0.2em; float: right; clear: right; text-align:left;"
! style="text-align: center; background-color:#ccccff;" colspan="2" |<big>{{PAGENAME}}</big>
+
! style="text-align: center; background-color:#ccccff;" colspan="2" |[[Has TeamName::{{{Name|{{PAGENAME}}}}}]]
 
|-
 
|-
! Name
+
! Team Lead:
| [[Has TeamName::{{{Name|}}}]]  
+
| [[Is TeamLead::{{{Lead|}}}]]
 
|-
 
|-
! Team Lead
+
! Does:
| [[Is TeamLead::{{{Lead|}}}]]  
+
| [[Team does::{{{Does|}}}]]
 
|-
 
|-
! Does
+
! Does not:
| {{{Does|}}}
+
| [[Team does not::{{{Does not|}}}]]
 
|-
 
|-
!  
+
! Contact:
| {{#ask:[[Has TeamName::{{SUBJECTPAGENAME}}]]|format=list}}
+
| [[E-Mail::{{{Contact|}}}]]
 +
|-
 +
! IRC:
 +
| [[IRC Channel::irc://irc.freenode.net/{{{IRC|}}}|#{{{IRC|}}]]
 +
|-
 +
! Deadlines:
 +
| <br>{{#arraymap:{{{Deadlines|}}}|;|x|* [[Team deadline::x]]<br>}}
 +
|-
 +
! Needed resources:
 +
| <br>{{#arraymap:{{{Resources|}}}|;|x|* [[Team needs resource::x]]<br>}}
 +
|-
 +
! Comment:
 +
| [[Team comment::{{{Comment|}}}]]
 
|}
 
|}
 
</includeonly>
 
</includeonly>

Revision as of 20:13, 23 November 2015

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

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

Parameters:

  • Name
    • The name of the team(defaults to the name of the page)
  • Lead
    • The team lead (must be in form of a user name, like "User: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.