Jump to: navigation, search

Difference between revisions of "Template:InternshipIdea"

m
Line 1: Line 1:
<noinclude>
+
= {{{TITLE|Title of the idea}}} =
== Usage ==
 
 
 
Use this template to create ideas for internships. To use this template create a new page, give it as title the name of your idea and insert the code below, substituting where appropriate.
 
 
 
<nowiki>
 
{{TITLE=My Awesome Internship Idea|
 
DESCRIPTION=A brief description of this idea, one line would be enough |
 
DIFFICULTY=High, Medium, Low (judge if the idea can be accomplished by a totally new developer or someone already skilled in OpenStack or distributed systems)|
 
TOPICS=Comma separated list of topics, like the OpenStack projects involved|
 
SKILLS=List of required programming skills, like Python, Java, AngularJS|
 
EXTRA_SKILLS=State if the candidate needs to have other skills like networking or master special tools|
 
MENTORS=Add the details to contact the mentor(s) for this idea
 
}}
 
</nowiki>
 
 
 
</noinclude>
 
 
 
= {{{TITLE}}} =
 
  
 
{{{DESCRIPTION}}}
 
{{{DESCRIPTION}}}
Line 36: Line 18:
 
[[Category: Internship]]
 
[[Category: Internship]]
 
[[Category: internship_idea]]
 
[[Category: internship_idea]]
 +
 +
<noinclude>
 +
== Usage ==
 +
 +
Use this template to create ideas for internships. To use this template create a new page, give it as title the name of your idea and insert the code below, substituting where appropriate.
 +
 +
<nowiki>
 +
{{TITLE=My Awesome Internship Idea|
 +
DESCRIPTION=A brief description of this idea, one line would be enough |
 +
DIFFICULTY=High, Medium, Low (judge if the idea can be accomplished by a totally new developer or someone already skilled in OpenStack or distributed systems)|
 +
TOPICS=Comma separated list of topics, like the OpenStack projects involved|
 +
SKILLS=List of required programming skills, like Python, Java, AngularJS|
 +
EXTRA_SKILLS=State if the candidate needs to have other skills like networking or master special tools|
 +
MENTORS=Add the details to contact the mentor(s) for this idea
 +
}}
 +
</nowiki>
 +
</noinclude>

Revision as of 23:48, 19 March 2015

Title of the idea

{{{DESCRIPTION}}}

Difficulty {{{DIFFICULTY}}}
Topics {{{TOPICS}}}
Required skills {{{SKILLS}}}
Extra skills {{{EXTRA}}}
Mentor {{{MENTOR}}}


Usage

Use this template to create ideas for internships. To use this template create a new page, give it as title the name of your idea and insert the code below, substituting where appropriate.

{{TITLE=My Awesome Internship Idea| DESCRIPTION=A brief description of this idea, one line would be enough | DIFFICULTY=High, Medium, Low (judge if the idea can be accomplished by a totally new developer or someone already skilled in OpenStack or distributed systems)| TOPICS=Comma separated list of topics, like the OpenStack projects involved| SKILLS=List of required programming skills, like Python, Java, AngularJS| EXTRA_SKILLS=State if the candidate needs to have other skills like networking or master special tools| MENTORS=Add the details to contact the mentor(s) for this idea }}