Difference between revisions of "Template:SoCProject"
Jump to navigation
Jump to search
Line 1: | Line 1: | ||
{| cellspacing="2" cellpadding="3" style="width:80%;border:solid #999 1px;background:#F8F8F8;margin:0.5em auto;clear:all" | {| cellspacing="2" cellpadding="3" style="width:80%;border:solid #999 1px;background:#F8F8F8;margin:0.5em auto;clear:all" | ||
− | |This project is part of ''[[SoC {{{year|}}} projects|Google Summer of Code | + | |This project is part of ''[[SoC {{{year|}}} projects|Google Summer of Code {{{year}}}]]''.<br>Student: {{{student}}}<br> Mentor: {{{mentor}}}{{ #ifeq: {{{year}}} | 2007 | <br> ''Work in progress'' }} |
− | Student: {{{student}}} | ||
− | <br> Mentor: {{{mentor}}} | ||
− | {{ #ifeq: {{{year}}} | 2007 | <br> ''Work in progress'' }} | ||
|} | |} | ||
<includeonly> [[Category:SoC {{{year|}}} Project]] </includeonly><noinclude> | <includeonly> [[Category:SoC {{{year|}}} Project]] </includeonly><noinclude> | ||
+ | |||
+ | ==Usage== | ||
+ | <nowiki>{{SoCProject|year= |student= |mentor= }}</nowiki> | ||
+ | |||
+ | It will add it to [[:Category:SoC ''year'' Project]]. | ||
+ | |||
+ | ==Example== | ||
+ | <nowiki>{{SoCProject|year=2007|student=[[User:Pdherbemont|Pierre d'Herbemont]]|mentor=[[User:Fkuehne|Felix Paul Kühne]]}}</nowiki> | ||
+ | becomes | ||
+ | {{SoCProject|year=2007|student=[[User:Pdherbemont|Pierre d'Herbemont]]|mentor=[[User:Fkuehne|Felix Paul Kühne]]}} | ||
+ | |||
+ | </noinclude> |
Revision as of 08:03, 17 April 2007
This project is part of Google Summer of Code {{{year}}}. Student: {{{student}}} Mentor: {{{mentor}}} |
Usage
{{SoCProject|year= |student= |mentor= }}
It will add it to Category:SoC ''year'' Project.
Example
{{SoCProject|year=2007|student=[[User:Pdherbemont|Pierre d'Herbemont]]|mentor=[[User:Fkuehne|Felix Paul Kühne]]}}
becomes
This project is part of Google Summer of Code 2007. Student: Pierre d'Herbemont Mentor: Felix Paul Kühne Work in progress |