Difference between revisions of "Template:Team"

From SHA2017
Jump to: navigation, search
(add backup contact)
 
(41 intermediate revisions by 3 users not shown)
Line 1: Line 1:
 
<noinclude>
 
<noinclude>
This is the "TeamInfo" template.
+
Edit the page to see the template text. Use [[Form:Team|the form]] to edit pages and see description of the fields.
It should be called in the following format:
 
<pre>
 
{{TeamInfo
 
|Name=
 
|Lead=
 
|Does=
 
|Does not=
 
|Contact=
 
|IRC=
 
|Deadlines=
 
|Resources=
 
|Comment=
 
}}
 
</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 "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.
 
 
</noinclude><includeonly>{| style="width: 40em; 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: 40em; 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" |[[Has TeamName::{{{Name|{{PAGENAME}}}}}]]
+
! style="text-align: center; background-color:#ccccff;" colspan="2" |[[Name::{{RemoveTeamPrefix}}]]
 
|-
 
|-
! Team Lead:
+
! 1st line contacts:
| [[Is TeamLead::User:{{{Lead|}}}|{{{Lead|}}}]]
+
| {{#set:Lead={{{Lead|}}}|+sep=,|template=SetSeparatorName}}
 
|-
 
|-
! Does:
+
!valign=top| Does:
| [[Team does::{{{Does|}}}]]
+
|valign=top| [[Does::{{{Does|}}}]]
 
|-
 
|-
! Does not:
+
!valign=top| Does not:
| [[Team does not::{{{Does not|}}}]]
+
|valign=top| [[Does Not::{{{Does not|}}}]]
 
|-
 
|-
! Contact:
+
!valign=top| Is an exclusive team:
| [[E-Mail::{{{Contact|}}}]]
+
|valign=top| [[Is Exclusive::{{{Exclusive team|}}}]]
 
|-
 
|-
! IRC:
+
!valign=top| Contact:
| {{#set:IRC Channel={{{IRC|}}}}} [irc://irc.freenode.net/{{{IRC|}}} #{{{IRC|}}}]
+
|valign=top| [[E-Mail::{{{Contact|}}}]]
 +
|-
 +
!valign=top| IRC:
 +
|valign=top| {{#set:IRC Channel={{{IRC|}}}}} [irc://irc.freenode.net/{{{IRC|}}} #{{{IRC|}}}]
 
|-  
 
|-  
! Deadlines:
+
!valign=top| Deadlines:
| <br>{{#arraymap:{{{Deadlines|}}}|;|x|* [[Team deadline::x]]|\n}}
+
|valign=top| <br>{{#arraymap:{{{Deadlines|}}}|;|x|* x|\n}}
 
|-
 
|-
! Needed resources:
+
!valign=top| Needed resources:
| <br>{{#arraymap:{{{Resources|}}}|;|x|* [[Team needs resource::x]]|\n}}
+
|valign=top| <br>{{#arraymap:{{{Resources|}}}|;|x|* [[Needs Resource::x]]|\n}}
 
|-
 
|-
! Comment:
+
!valign=top| Comment:
| [[Team comment::{{{Comment|}}}]]
+
|valign=top| [[Comment::{{{Comment|}}}]]
 +
|-
 +
!valign=top| Vacancies:
 +
|valign=top| {{#if:{{{Vacancies|}}}| [[Vacancies::{{{Vacancies|}}}]] | [[Vacancies::0]] }}
 +
|-
 +
!valign=top| Current team size / amount of ppl:
 +
|valign=top| {{#if:{{{Team Size|}}}| [[Size::{{{Team Size|}}}]] | [[Size::0]] }}
 +
|-
 +
!valign=top| Contact at projectleiding:
 +
|valign=top| [[Contact Projectleiding::{{{Projectleiding|}}}]]
 +
{{#if:{{{Backup_Projectleiding}}} |
 +
{{!}}-
 +
!valign=top{{!}} Backup Contact at projectleiding:
 +
{{!}}valign=top{{!}} [[Backup Contact Projectleiding::{{{Backup_Projectleiding}}}]]
 +
|}}
 +
|-
 +
!valign=top| Managed Vacancies:
 +
|valign=top| {{{ManagedVacancy|}}} <br /> You can add for your team on a page by adding: <nowiki>{{TeamVacancies|</nowiki>{{RemoveTeamPrefix}}<nowiki>}}</nowiki>
 
|}
 
|}
 +
[[Category:Team|{{RemoveTeamPrefix}}]] [[Category:{{RemoveTeamPrefix}}]]
 +
<span style="position: absolute; top: 10000px; left: 10000px; display:none;">
 +
[[Team Calculated Members::{{#ask:[[Is member of team::Team:{{RemoveTeamPrefix}}]]
 +
|format=count
 +
}}]] Team Members
 +
[[Team Name::{{RemoveTeamPrefix}}]]
 +
</span>
 
</includeonly>
 
</includeonly>

Latest revision as of 21:03, 16 January 2017

Edit the page to see the template text. Use the form to edit pages and see description of the fields.