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 {{{ | + | |'''This project is part of''' ''[[SoC {{{year|}}} projects|Google Summer of Code {{{year}}}]]''. |
{| | {| | ||
|'''Student''': | |'''Student''': | ||
− | |{{{ | + | |{{{student}}} |
|- | |- | ||
|'''Mentor''': | |'''Mentor''': | ||
− | |{{{ | + | |{{{mentor}}} |
|} | |} | ||
− | {{ #ifeq: {{{year}}} | | + | {{ #ifeq: {{{year}}} | 2007 | ''Work in progress'' }} |
|} | |} | ||
− | <includeonly> [[Category:SoC {{{ | + | <includeonly> [[Category:SoC {{{year|}}} Project]] [[Category:SoC]]</includeonly><noinclude> |
==Usage== | ==Usage== | ||
− | <nowiki>{{SoCProject|year= | + | <nowiki>{{SoCProject|year= |student= |mentor= }}</nowiki> |
It will add it to [[:Category:SoC_year_Project]]. | It will add it to [[:Category:SoC_year_Project]]. | ||
==Example== | ==Example== | ||
− | <nowiki>{{SoCProject|year= | + | <nowiki>{{SoCProject|year=2007|student=[[User:Pdherbemont|Pierre d'Herbemont]]|mentor=[[User:Fkuehne|Felix Paul Kühne]]}}</nowiki> |
becomes | becomes | ||
− | {{SoCProject|year= | + | {{SoCProject|year=2007|student=[[User:Pdherbemont|Pierre d'Herbemont]]|mentor=[[User:Fkuehne|Felix Paul Kühne]]}} |
− | And the page is added to [[:Category: | + | And the page is added to [[:Category:SoC_2007_Project]]. |
</noinclude> | </noinclude> |
Revision as of 15:53, 8 May 2009
This project is part of Google Summer of Code {{{year}}}.
|
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.
Work in progress |
And the page is added to Category:SoC_2007_Project.