From Fedora Project Wiki

m (Add header)
(Adjust parameters)
Line 1: Line 1:
== {{{1|No name given}}} ==
== {{{1|No name given}}} ==
{| class="wikitable sortable" width="100%"
{| class="wikitable sortable" width="100%"
|- style="border: solid 2px white"  
|- style="border: solid 2px white"  
! style="border:solid 2px white"| Title
! style="border:solid 2px white"| Contact(s)
! style="border:solid 2px white"| Mentor(s)
! style="border:solid 2px white"| Status
! style="border:solid 2px white"| Status
! style="border:solid 2px white"| Contact
! style="border:solid 2px white"| Mentor
! style="border:solid 2px white"| Skills
|- style="border: solid 2px white"
|- style="border: solid 2px white"
| style="border:solid 2px white"| {{{1|No name given}}}
| style="border:solid 2px white"| ''{{{2|UNASSIGNED}}}''
| style="border:solid 2px white"| {{#if: {{{2|}}} | [[User:{{{2}}}|{{{2}}}]] | nobody}}
| style="border:solid 2px white"| {{#if: {{{3|}}} | [[User:{{{3}}}|{{{3}}}]] | nobody}}
| style="border:solid 2px white"| {{#if: {{{3|}}} | [[User:{{{3}}}|{{{3}}}]] | nobody}}
| style="border:solid 2px white"| {{#if: {{{4|}}} |''{{{4}}}''|''UNASSIGNED''}}
| style="border:solid 2px white"| {{#if: {{{4|}}} | [[User:{{{4}}}|{{{4}}}]] | nobody}}
| style="border:solid 2px white"| {{#if: {{{5|NA}}}
|- style="border: solid 2px white"
|- style="border: solid 2px white"
! colspan="4" class="unsortable"| Description
! colspan="4" class="unsortable"| Description
|- style="border: solid 2px white"
|- style="border: solid 2px white"
| colspan="4" | {{{5|}}}
| colspan="4" | {{{6|}}}
|-
|-
|} <noinclude>{{tempdoc}}</noinclude>
|} <noinclude>{{tempdoc}}</noinclude>

Revision as of 12:44, 23 April 2010

No name given

Status Contact Mentor Skills
UNASSIGNED nobody nobody {{#if: NA
Description

Template documentation [edit]

This documentation is transcluded from Template:Summer of Code Idea/doc. It will not be transcluded on pages that use this template.

Provide a easy way to draft summer of code ideas in and organize them in a consistent manner.

Syntax

You'll want to use this template as follows:

{{Summer of Code Idea
| Title of the idea
| Status of idea, acceptable values are IDEA, PROPOSED, ACCEPTED (defaults to IDEA) 
| ''(optional)'' Who to contact for more information
| ''(optional)'' Who has agreed to mentor this project
| Skills required in order to complete this project
| Short description of the project (typically 2 -3 paragraphs)
}}

Examples

{{Summer of Code Idea}} returns

No name given

Status Contact Mentor Skills
UNASSIGNED nobody nobody {{#if: NA
Description

{{Summer of Code Idea|Cool wizbang new idea|ASSIGNED|pfrields|quaid|Docbook and XML}} returns

Cool wizbang new idea

Status Contact Mentor Skills
ASSIGNED pfrields quaid {{#if: Docbook and XML
Description

{{Summer of Code Idea|Another hot idea|PROPOSED|jkeating|spot|python, mysql|Here are more details and history of the idea.}} returns

Another hot idea

Status Contact Mentor Skills
PROPOSED jkeating spot {{#if: python, mysql
Description
Here are more details

and history of the idea.