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...")
 
(add backup contact)
 
(51 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:
+
</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;"
<pre>
+
! style="text-align: center; background-color:#ccccff;" colspan="2" |[[Name::{{RemoveTeamPrefix}}]]
{{TeamInfo
 
|Name=
 
|Lead=
 
|Does=
 
}}
 
</pre>
 
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;"
 
! style="text-align: center; background-color:#ccccff;" colspan="2" |<big>{{PAGENAME}}</big>
 
 
|-
 
|-
! Name
+
! 1st line contacts:
| [[Has TeamName::{{{Name|}}}]]
+
| {{#set:Lead={{{Lead|}}}|+sep=,|template=SetSeparatorName}}
 
|-
 
|-
! Team Lead
+
!valign=top| Does:
| [[Is TeamLead::{{{Lead|}}}]]  
+
|valign=top| [[Does::{{{Does|}}}]]
 
|-
 
|-
! Does
+
!valign=top| Does not:
| {{{Does|}}}
+
|valign=top| [[Does Not::{{{Does not|}}}]]
 
|-
 
|-
!  
+
!valign=top| Is an exclusive team:
| {{#ask:[[Has TeamName::{{SUBJECTPAGENAME}}]]|format=list}}
+
|valign=top| [[Is Exclusive::{{{Exclusive team|}}}]]
 +
|-
 +
!valign=top| Contact:
 +
|valign=top| [[E-Mail::{{{Contact|}}}]]
 +
|-
 +
!valign=top| IRC:
 +
|valign=top| {{#set:IRC Channel={{{IRC|}}}}} [irc://irc.freenode.net/{{{IRC|}}} #{{{IRC|}}}]
 +
|-
 +
!valign=top| Deadlines:
 +
|valign=top| <br>{{#arraymap:{{{Deadlines|}}}|;|x|* x|\n}}
 +
|-
 +
!valign=top| Needed resources:
 +
|valign=top| <br>{{#arraymap:{{{Resources|}}}|;|x|* [[Needs Resource::x]]|\n}}
 +
|-
 +
!valign=top| 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.